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 fa88a73 commit ad7c97dCopy full SHA for ad7c97d
ios-deploy.c
@@ -16,7 +16,7 @@
16
#include <netinet/tcp.h>
17
#include "MobileDevice.h"
18
19
-#define APP_VERSION "1.0.4"
+#define APP_VERSION "1.0.5"
20
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
21
#define LLDB_SHELL "python -u -c $'import time\ntime.sleep(1.0)\n%swhile True: time.sleep(0.1); cmd = raw_input(); print (cmd)' | lldb -s " PREP_CMDS_PATH
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ios-deploy",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "launch iOS apps iOS devices from the command line (Xcode 4)",
5
"main": "ios-deploy",
6
"scripts": {
0 commit comments