ModPList patch your Info.plist generated by RAD Studio to add some entries you can not include in Version Information tab like http://community.embarcadero.com/blogs/entry/how-to-use-custom-info-plist-xml-to-support-ios-9-s-new-app-transport-security-feature

ModPList patch your Info.plist generated by RAD Studio to add some entries you can not include in Version Information tab like http://community.embarcadero.com/blogs/entry/how-to-use-custom-info-plist-xml-to-support-ios-9-s-new-app-transport-security-feature

In near future I plan some refactoring and the ability to set the values in the Version Information tab like:
NSAppTransportSecurity ${NSExceptionDomains={appanalytics.embarcadero.com={NSExceptionAllowsInsecureHTTPLoads=true}}}

FYI: ModPList was started as an example for using my PropertyList library
https://github.com/SirRufo/PropertyList/tree/master/Examples/ModPList

Comments