libgdx/libgdx

Add arm64 capabilities to Info.plist.xml

psj505 opened this issue · 1 comments

Issue details

As 32 bit (armv7) builds are no longer supported, arm64 capabilities need adding to Info.plist.xml for successful delivery to the App Store / Test Flight.

Code

<key>UIRequiredDeviceCapabilities</key>
    <array>
        <string>opengles-2</string>
	<string>arm64</string>
    </array>

Version of libGDX and/or relevant dependencies

1.12.0 >

Please select the affected platforms

  • Android
  • iOS
  • HTML/GWT
  • Windows
  • Linux
  • macOS

Good catch, thanks, I've created a PR