Reputation: 12388
Starting working with phonegap on a mac (Xcode 4, building an iphone application) I've read a lot about a file called phonegap.plist
, including whitelisting of external Urls and something else.
This is my question, I can not find such a file in the phonegap-project
in my xcode 4 project. There is a file named by cordova.plist
, and a file project-name.plist
(where project-name indicates the real name of the project). But there is no file with the name called phonegap.plist
.
I tried the search of Xcode, i tried find / -iname 'phonegap.plist'
Where is my error in reasoning?
Upvotes: 3
Views: 6045
Reputation: 71
Since PhoneGap upgraded, the Cordova.plist file was discontinued and is instead config.xml.
Upvotes: 2