macos ios

This commit is contained in:
rang 2025-10-25 16:25:55 +08:00
parent a77ab643e7
commit 750b2ba987
3 changed files with 17 additions and 1 deletions

View file

@ -45,5 +45,14 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</dict>
</plist>