improvements to iOS support

This commit is contained in:
Alex Zenla
2024-09-07 22:47:04 -04:00
parent 8346dee2a6
commit 6e99401474
2 changed files with 4 additions and 0 deletions

View File

@ -34,5 +34,7 @@
<string>public.app-category.simulation-games</string> <string>public.app-category.simulation-games</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict> </dict>
</plist> </plist>

View File

@ -6,5 +6,7 @@
<true/> <true/>
<key>com.apple.security.cs.disable-library-validation</key> <key>com.apple.security.cs.disable-library-validation</key>
<true/> <true/>
<key>com.apple.developer.kernel.increased-memory-limit</key>
<true/>
</dict> </dict>
</plist> </plist>