fix(tvos): support 2nd gen Siri Remote

This commit is contained in:
edde746
2026-05-13 18:44:53 +02:00
parent e8c27f00a7
commit fb8fc1db1c
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -22,6 +22,21 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>GCSupportedGameControllers</key>
<array>
<dict>
<key>ProfileName</key>
<string>MicroGamepad</string>
</dict>
<dict>
<key>ProfileName</key>
<string>DirectionalGamepad</string>
</dict>
</array>
<key>GCSupportsControllerUserInteraction</key>
<true/>
<key>GCSupportsMultipleMicroGamepads</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>UILaunchStoryboardName</key>
+1 -1
View File
@@ -1 +1 @@
3.41.6+8
3.41.6+9