Updated version to 1.0.2

This commit is contained in:
Shazron Abdullah 2013-07-27 00:37:26 -07:00
parent 512e741f8b
commit ea8e9dd53b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#include <getopt.h>
#include "MobileDevice.h"
#define APP_VERSION "1.0"
#define APP_VERSION "1.0.2"
#define FDVENDOR_PATH "/tmp/ios-deploy-remote-debugserver"
#define PREP_CMDS_PATH "/tmp/ios-deploy-gdb-prep-cmds"
#define GDB_SHELL "`xcode-select -print-path`/Platforms/iPhoneOS.platform/Developer/usr/libexec/gdb/gdb-arm-apple-darwin --arch armv7 -q -x " PREP_CMDS_PATH

View File

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