Updated version to 1.0.4

This commit is contained in:
Shazron Abdullah 2013-10-22 14:12:30 -07:00
parent 2c99d25d53
commit 3854bc429a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#include <netinet/tcp.h>
#include "MobileDevice.h"
#define APP_VERSION "1.0.2"
#define APP_VERSION "1.0.4"
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
#define LLDB_SHELL "python -u -c \"import time; time.sleep(0.5); print 'run'; time.sleep(2000000)\" | lldb -s " PREP_CMDS_PATH

View File

@ -1,6 +1,6 @@
{
"name": "ios-deploy",
"version": "1.0.3",
"version": "1.0.4",
"description": "launch iOS apps iOS devices from the command line (Xcode 4)",
"main": "ios-deploy",
"scripts": {