cordova-plugin-ios-nonexport-compliance
v1.2.0
Published
This plugin set value of ITSAppUsesNonExemptEncryption to false in *-Info.plist file
Downloads
1,064
Maintainers
Readme
cordova-plugin-ios-non-export-compliance
Cordova plugin to set ITSAppUsesNonExemptEncryption to false in *-Info.plist file. This will enable the build for beta testers in Testflight.
Installation
Automatically (CLI / Plugman)
cordova-plugin-ios-non-export-compliance is compatible with Cordova Plugman, compatible with PhoneGap 3.0 CLI, here's how it works with the CLI:
phonegap local plugin add https://github.com/RahulCV/cordova-ios-export-compliance.git
or with Cordova CLI, from npm:
cordova plugin add cordova-plugin-ios-nonexport-compliance
cordova prepare
or with Ionic CLI, from npm:
ionic cordova plugin add cordova-plugin-ios-nonexport-compliance
ionic cordova prepare
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.