|
@@ -24,8 +24,30 @@
|
|
|
<true/>
|
|
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
|
|
<true/>
|
|
|
+ <key>UIApplicationSceneManifest</key>
|
|
|
+ <dict>
|
|
|
+ <key>UIApplicationSupportsMultipleScenes</key>
|
|
|
+ <false/>
|
|
|
+ <key>UISceneConfigurations</key>
|
|
|
+ <dict>
|
|
|
+ <key>UIWindowSceneSessionRoleApplication</key>
|
|
|
+ <array>
|
|
|
+ <dict>
|
|
|
+ <key>UISceneConfigurationName</key>
|
|
|
+ <string>Default Configuration</string>
|
|
|
+ <key>UISceneDelegateClassName</key>
|
|
|
+ <string>IronSceneDelegate</string>
|
|
|
+ </dict>
|
|
|
+ </array>
|
|
|
+ </dict>
|
|
|
+ </dict>
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
<true/>
|
|
|
+ <key>UILaunchScreen</key>
|
|
|
+ <dict>
|
|
|
+ <key>UIColorName</key>
|
|
|
+ <string>Black</string>
|
|
|
+ </dict>
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
<array>
|
|
|
<string>arm64</string>
|
|
@@ -47,27 +69,5 @@
|
|
|
</array>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
<false/>
|
|
|
- <key>UIApplicationSceneManifest</key>
|
|
|
- <dict>
|
|
|
- <key>UIApplicationSupportsMultipleScenes</key>
|
|
|
- <false/>
|
|
|
- <key>UISceneConfigurations</key>
|
|
|
- <dict>
|
|
|
- <key>UIWindowSceneSessionRoleApplication</key>
|
|
|
- <array>
|
|
|
- <dict>
|
|
|
- <key>UISceneConfigurationName</key>
|
|
|
- <string>Default Configuration</string>
|
|
|
- <key>UISceneDelegateClassName</key>
|
|
|
- <string>IronSceneDelegate</string>
|
|
|
- </dict>
|
|
|
- </array>
|
|
|
- </dict>
|
|
|
- </dict>
|
|
|
- <key>UILaunchScreen</key>
|
|
|
- <dict>
|
|
|
- <key>UIColorName</key>
|
|
|
- <string>Black</string>
|
|
|
- </dict>
|
|
|
</dict>
|
|
|
</plist>
|