commit
c85248c88a
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user