Skip to content

Commit

Permalink
Handle libgdx/libgdx#7363 for RoboVM, MOE.
Browse files Browse the repository at this point in the history
Solves libgdx/libgdx#7363 for Liftoff. I'm not sure if the MOE solution is correct because no one can currently test MOE; it shouldn't be long before we can, though.
  • Loading branch information
tommyettinger committed Mar 11, 2024
1 parent 5daa764 commit cb4732b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<string>org.moe.mdt.junit.MoeRemoteTestRunner</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
<string>opengles-2</string>
<string>arm64</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<false/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
<string>opengles-2</string>
<string>arm64</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/generator/ios/Info.plist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>opengles-2</string>
<string>arm64</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
Expand Down

0 comments on commit cb4732b

Please sign in to comment.