Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| == Adb Server | |
| adb kill-server | |
| adb start-server | |
| == Adb Reboot | |
| adb reboot | |
| adb reboot recovery | |
| adb reboot-bootloader | |
| == Shell |
| // 1. Create this file in your Xcode project | |
| // 2. Go to "Build Settings" and find "Objective-C Bridging Header." Use the search bar to find it quickly. | |
| // 3. Double-click and type "BridgingHeader.c" | |
| // If you get "Could not import Objective-C Header," try "my-project-name/BridgingHeader.h" | |
| // 4. Go to "Build Phases," "Link Binary With Libraries," and add libsqlite3.0.dylib | |
| #include <sqlite3.h> |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.