Incremented version to 1.8.0
This commit is contained in:
parent
a6e94923cf
commit
2f9fb4304a
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "ios-deploy",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"os" : [ "darwin" ],
|
||||
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
|
||||
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
|
||||
"main": "ios-deploy",
|
||||
"scripts": {
|
||||
"preinstall": "make ios-deploy"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "MobileDevice.h"
|
||||
#include "errors.h"
|
||||
|
||||
#define APP_VERSION @"1.7.0"
|
||||
#define APP_VERSION @"1.8.0"
|
||||
#define PREP_CMDS_PATH @"/tmp/%@/fruitstrap-lldb-prep-cmds-"
|
||||
#define LLDB_SHELL @"lldb -s %@"
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user