improvements to iOS support

This commit is contained in:
Alex Zenla 2024-09-07 22:47:04 -04:00
parent 8346dee2a6
commit 6e99401474
No known key found for this signature in database
GPG Key ID: 067B238899B51269
2 changed files with 4 additions and 0 deletions

View File

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

View File

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