Closed
Description
To make the development cycle faster, Xcode only pushes changed files in the form of app deltas. This makes deploying large apps to devices significantly faster and something ios-deploy does not currently support.
Deploying with deltas does not delete files from existing app-bundles, which can create "frankenbuild" with legacy files from previous builds. This can cause problems during testing and mask bugs so this feature should be disableable.
https://developer.apple.com/library/archive/technotes/tn2285/_index.html
https://stackoverflow.com/questions/30215201/sounds-from-bundle-still-there-after-app-update
https://stackoverflow.com/questions/6812728/how-to-test-deploy-an-ios-update-on-development-phone