Properly set GCSupportedGameControllers and GCSupportsControllerUserInteraction plist values

This commit is contained in:
Cameron Gutman
2018-12-01 15:00:24 -08:00
parent 336dbeed98
commit cc56a36bbd
2 changed files with 17 additions and 0 deletions

View File

@@ -59,5 +59,18 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>GCSupportedGameControllers</key>
<array>
<dict>
<key>ProfileName</key>
<string>ExtendedGamepad</string>
</dict>
<dict>
<key>ProfileName</key>
<string>Gamepad</string>
</dict>
</array>
<key>GCSupportsControllerUserInteraction</key>
<true/>
</dict>
</plist>

View File

@@ -26,6 +26,10 @@
<key>ProfileName</key>
<string>ExtendedGamepad</string>
</dict>
<dict>
<key>ProfileName</key>
<string>Gamepad</string>
</dict>
</array>
<key>GCSupportsControllerUserInteraction</key>
<true/>