Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fc2ee5e38 | ||
|
|
443abe4d38 | ||
|
|
42a7dbcc1f |
@@ -25,6 +25,7 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
|
||||
-v, --verbose enable verbose output
|
||||
-m, --noinstall directly start debugging without app install (-d not required)
|
||||
-p, --port <number> port used for device, default: 12345
|
||||
-r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
|
||||
-V, --version print the executable version
|
||||
|
||||
## Demo
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <netinet/tcp.h>
|
||||
#include "MobileDevice.h"
|
||||
|
||||
#define APP_VERSION "1.0.7"
|
||||
#define APP_VERSION "1.0.8"
|
||||
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
|
||||
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ios-deploy",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
|
||||
"main": "ios-deploy",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user