diff options
Diffstat (limited to 'ios/app')
-rw-r--r-- | ios/app/AppDelegate.mm | 1 | ||||
-rw-r--r-- | ios/app/Info.plist | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ios/app/AppDelegate.mm b/ios/app/AppDelegate.mm index 460c319c8..09aad895f 100644 --- a/ios/app/AppDelegate.mm +++ b/ios/app/AppDelegate.mm @@ -21,6 +21,7 @@ [[TSBackgroundFetch sharedInstance] didFinishLaunching]; self.moduleName = @"xyz.blueskyweb.app"; + self.initialProps = @{}; return [super application:application didFinishLaunchingWithOptions:launchOptions]; } 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> |