Updated version to 1.0.2
This commit is contained in:
parent
512e741f8b
commit
ea8e9dd53b
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user