Starting work with phone recording on mac (Xcode 4, creating iphone application). I read a lot about the file named phonegap.plist, including whitelisting external URLs and something else.
This is my question, I can’t find such a file in phonegap-projectmy xcode 4 project. There is a file with a name cordova.plistand a file project-name.plist(where the project name indicates the real name of the project). But there is no file with a name phonegap.plist.
I tried searching Xcode, I tried find / -iname 'phonegap.plist'
Where is my reasoning error?
source
share