3 Commits
1.0.7 ... 1.0.8

Author SHA1 Message Date
Shazron Abdullah
6fc2ee5e38 Updated npm version to 1.0.8 2014-05-12 18:09:05 -07:00
Shazron Abdullah
443abe4d38 Updated version to 1.0.8 2014-05-12 18:05:45 -07:00
Shazron Abdullah
42a7dbcc1f Updated README for --uninstall option. 2014-05-09 16:57:46 -07:00
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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": {