Skip to content

Commit 49aba90

Browse files
ivanhernandez13shazron
authored andcommitted
Update README to mention incremental installation. (#437)
1 parent 3a3e298 commit 49aba90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ python -m py_compile src/scripts/*.py && xcodebuild -target ios-deploy-lib && xc
5656
-L, --justlaunch just launch the app and exit lldb
5757
-v, --verbose enable verbose output
5858
-m, --noinstall directly start debugging without app install (-d not required)
59+
-A, --app_deltas incremental install. must specify a directory to store app deltas to determine what needs to be installed
5960
-p, --port <number> port used for device, default: dynamic
6061
-r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
6162
-9, --uninstall_only uninstall the app ONLY. Use only with -1 <bundle_id>
@@ -92,6 +93,9 @@ The commands below assume that you have an app called `my.app` with bundle id `b
9293
// deploy and launch your app to a connected device, quit when app crashes or exits
9394
ios-deploy --noninteractive --debug --bundle my.app
9495

96+
// deploy your app to a connected device using incremental installation
97+
ios-deploy --app_deltas /tmp --bundle my.app
98+
9599
// Upload a file to your app's Documents folder
96100
ios-deploy --bundle_id 'bundle.id' --upload test.txt --to Documents/test.txt
97101

0 commit comments

Comments
 (0)