Add ios network permissions

This commit is contained in:
2024-01-23 21:51:42 +08:00
parent b42d5169b8
commit 1fbc8623f6
6 changed files with 196 additions and 24 deletions

View File

@@ -47,5 +47,12 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
</dict>
</plist>