I am new to Xcode and Mac, I am trying to configure PhoneGap / Cordova application and I get
ERROR whitelist rejection
I did a thorough Google search and everything said that I need to edit my .plist file and add ExternalHosts to the key.
My application did not have an ExternalHosts key, so from random snapshots that I saw on the Internet, I added the ExternalHosts key as an array and tried to add the sites I needed, so now my Xpode .plist file looks something like this:

As you can see, I tried both the domain path and the actual URI, but I still get the same whitelist reject error.
Can someone point in the right direction how to do this?
source share