Updated version to 1.0.5
This commit is contained in:
parent
fa88a73a9a
commit
ad7c97d01f
@ -16,7 +16,7 @@
|
||||
#include <netinet/tcp.h>
|
||||
#include "MobileDevice.h"
|
||||
|
||||
#define APP_VERSION "1.0.4"
|
||||
#define APP_VERSION "1.0.5"
|
||||
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
|
||||
#define LLDB_SHELL "python -u -c $'import time\ntime.sleep(1.0)\n%swhile True: time.sleep(0.1); cmd = raw_input(); print (cmd)' | lldb -s " PREP_CMDS_PATH
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ios-deploy",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "launch iOS apps iOS devices from the command line (Xcode 4)",
|
||||
"main": "ios-deploy",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user