Updated version to 1.0.5

This commit is contained in:
Shazron Abdullah 2014-03-20 17:03:52 -07:00
parent fa88a73a9a
commit ad7c97d01f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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