Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(ios) issue-912: fix deployment to device (#936)
cordova-ios used to use "mv -f" and it was replaced with fs-extra.moveSync. moveSync behaves differently than mv, which broke deployment to devices. This fixes the folder move and subsequently deployment to device (when using "cordova run ios --device ..."
- Loading branch information