We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0467b69 commit c57f208Copy full SHA for c57f208
ios-deploy.c
@@ -16,7 +16,7 @@
16
#include <netinet/tcp.h>
17
#include "MobileDevice.h"
18
19
-#define APP_VERSION "1.1.0"
+#define APP_VERSION "1.2.0"
20
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
21
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
22
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ios-deploy",
3
- "version": "1.1.0",
4
- "description": "launch iOS apps iOS devices from the command line (Xcode 5)",
+ "version": "1.2.0",
+ "description": "launch iOS apps iOS devices from the command line (Xcode 6)",
5
"main": "ios-deploy",
6
"scripts": {
7
"preinstall": "make ios-deploy"
0 commit comments