If you are using PhoneGap to create mobile web apps you might have a different Cordova.plist for development and production. A helpful tool to modify the plist file is PListBuddy.
If you for instance want to remove logging for production this would be the command line:
$ /usr/libexec/PlistBuddy -c “Delete lugins:Logger” Cordova.plist
or you want to set the [...]

Recent Comments