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 54a62bf commit 5f90ebbCopy full SHA for 5f90ebb
ios-deploy.c
@@ -16,7 +16,7 @@
16
#include <netinet/tcp.h>
17
#include "MobileDevice.h"
18
19
-#define APP_VERSION "1.0.8"
+#define APP_VERSION "1.0.9"
20
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
21
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ios-deploy",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
5
"main": "ios-deploy",
6
"scripts": {
0 commit comments