diff options
Diffstat (limited to 'ios/app/Info.plist')
-rw-r--r-- | ios/app/Info.plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ios/app/Info.plist b/ios/app/Info.plist index dadcb12f4..1dfe081d8 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -21,7 +21,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>1.2</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> @@ -39,6 +39,8 @@ </array> <key>CFBundleVersion</key> <string>1</string> + <key>ITSAppUsesNonExemptEncryption</key> + <false/> <key>LSRequiresIPhoneOS</key> <true/> <key>NSAppTransportSecurity</key> |