There is no PhoneGap.plist in my Phonegap project

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?

+3
source share
3 answers

PhoneGap.plist has been renamed Cordova.plist.

+4
source

Since PhoneGap was updated, the Cordova.plist file was terminated and instead was config.xml.

+2

, config.xml .

+1

All Articles