Remove remove disallowed GCSupportedGameControllers value

This commit is contained in:
Cameron Gutman
2019-09-22 21:13:12 -07:00
parent f9ff6a6004
commit 7f6db298d0

View File

@@ -26,15 +26,16 @@
<key>ProfileName</key>
<string>ExtendedGamepad</string>
</dict>
<dict>
<key>ProfileName</key>
<string>Gamepad</string>
</dict>
</array>
<key>GCSupportsControllerUserInteraction</key>
<true/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
@@ -43,10 +44,5 @@
</array>
<key>UIUserInterfaceStyle</key>
<string>Dark</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>