Merge pull request #569 from bitjson/feature/ios-set-export-compliance-flag
fix(ios): automatically set the ITSAppUsesNonExemptEncryption field to false
This commit is contained in:
commit
cffa4ba55c
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
|||
<platform name="ios">
|
||||
<config-file platform="ios" target="*-Info.plist" parent="UIStatusBarHidden"><true/></config-file>
|
||||
<config-file platform="ios" target="*-Info.plist" parent="UIViewControllerBasedStatusBarAppearance"><false/></config-file>
|
||||
<config-file target="*-Info.plist" parent="ITSAppUsesNonExemptEncryption"><false/></config-file>
|
||||
<icon src="resources/*PACKAGENAME*/ios/icon/icon-60@3x.png" width="180" height="180" />
|
||||
<icon src="resources/*PACKAGENAME*/ios/icon/icon-60.png" width="60" height="60" />
|
||||
<icon src="resources/*PACKAGENAME*/ios/icon/icon-60@2x.png" width="120" height="120" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue