|
@@ -64,22 +64,22 @@
|
|
|
</array>
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
<dict>
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
+ <true/>
|
|
|
+ <key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
|
+ <true/>
|
|
|
<key>NSExceptionDomains</key>
|
|
|
<dict>
|
|
|
<key>hiboxde.armclouding.com</key>
|
|
|
<dict>
|
|
|
- <key>NSExceptionRequiresForwardSecrecy</key>
|
|
|
- <false/>
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
<true/>
|
|
|
+ <key>NSExceptionRequiresForwardSecrecy</key>
|
|
|
+ <false/>
|
|
|
<key>NSIncludesSubdomains</key>
|
|
|
<true/>
|
|
|
</dict>
|
|
|
</dict>
|
|
|
- <key>NSAllowsArbitraryLoads</key>
|
|
|
- <true/>
|
|
|
- <key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
|
- <true/>
|
|
|
</dict>
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
<dict>
|
|
@@ -103,7 +103,7 @@
|
|
|
<string>audio</string>
|
|
|
</array>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
- <false/>
|
|
|
+ <true/>
|
|
|
<key>User Interface Style</key>
|
|
|
<string>Dark</string>
|
|
|
</dict>
|