Merge pull request #1 from phonegap/master

Merge with main
This commit is contained in:
senthilmanick 2014-08-05 19:12:45 -04:00
commit c85248c88a
3 changed files with 25 additions and 24 deletions

View File

@ -22,6 +22,7 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
-x, --gdbexec <file> GDB commands script file
-n, --nostart do not start the app when debugging
-I, --noninteractive start in non interactive mode (quit when app crashes or exits)
-L, --justlaunch just launch the app and exit lldb
-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

View File

@ -16,7 +16,7 @@
#include <netinet/tcp.h>
#include "MobileDevice.h"
#define APP_VERSION "1.0.10"
#define APP_VERSION "1.1.0"
#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.9",
"version": "1.1.0",
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
"main": "ios-deploy",
"scripts": {