Skip to content

Latest commit

 

History

History
executable file
·
39 lines (24 loc) · 997 Bytes

README.md

File metadata and controls

executable file
·
39 lines (24 loc) · 997 Bytes

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.

License

MIT