mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-18 14:41:14 +00:00
Remove remove disallowed GCSupportedGameControllers value
This commit is contained in:
@@ -26,15 +26,16 @@
|
|||||||
<key>ProfileName</key>
|
<key>ProfileName</key>
|
||||||
<string>ExtendedGamepad</string>
|
<string>ExtendedGamepad</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
|
||||||
<key>ProfileName</key>
|
|
||||||
<string>Gamepad</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
</array>
|
||||||
<key>GCSupportsControllerUserInteraction</key>
|
<key>GCSupportsControllerUserInteraction</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>NSAppTransportSecurity</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
<key>UIMainStoryboardFile</key>
|
<key>UIMainStoryboardFile</key>
|
||||||
<string>Main</string>
|
<string>Main</string>
|
||||||
<key>UIRequiredDeviceCapabilities</key>
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
@@ -43,10 +44,5 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>UIUserInterfaceStyle</key>
|
<key>UIUserInterfaceStyle</key>
|
||||||
<string>Dark</string>
|
<string>Dark</string>
|
||||||
<key>NSAppTransportSecurity</key>
|
|
||||||
<dict>
|
|
||||||
<key>NSAllowsArbitraryLoads</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user