Update info.plist from the App Store version

This commit is contained in:
Lior Halphon 2024-05-25 18:20:16 +03:00
parent 302eaf6eca
commit 6c613d3b0c
1 changed files with 19 additions and 0 deletions

View File

@ -174,5 +174,24 @@
<integer>1</integer>
<integer>2</integer>
</array>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>GCSupportedGameControllers</key>
<array>
<dict>
<key>ProfileName</key>
<string>ExtendedGamepad</string>
</dict>
</array>
<key>GCSupportsControllerUserInteraction</key>
<true/>
</dict>
</plist>