You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// List the contents of your app's Documents, Library and tmp folders
55
+
ios-deploy --bundle_id 'bundle.id' --list
56
+
57
+
// deploy and debug your app to a connected device, uninstall the app first
58
+
ios-deploy --uninstall --debug --bundle my.app
59
+
35
60
## Demo
36
61
37
62
* The included demo.app represents the minimum required to get code running on iOS.
@@ -40,7 +65,7 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
40
65
41
66
## Notes
42
67
43
-
* With some modifications, it may be possible to use this without Xcode installed; however, you would need a copy of the relevant DeveloperDiskImage.dmg (included with Xcode). GDB would also run slower as symbols would be downloaded from the device on-the-fly.
68
+
* With some modifications, it may be possible to use this without Xcode installed; however, you would need a copy of the relevant DeveloperDiskImage.dmg (included with Xcode). lldb would also run slower as symbols would be downloaded from the device on-the-fly.
0 commit comments