We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fc526 commit 1f2ee2fCopy full SHA for 1f2ee2f
adventure-editor/src/main/resources/projectTmpl/ios/Info.plist.xml
@@ -5,7 +5,7 @@
5
<key>UIRequiresFullScreen</key>
6
<string>yes</string>
7
<key>MinimumOSVersion</key>
8
- <string>11.0</string>
+ <string>12.0</string>
9
10
<key>CFBundleDevelopmentRegion</key>
11
<string>en</string>
@@ -41,6 +41,7 @@
41
<key>UIRequiredDeviceCapabilities</key>
42
<array>
43
<!-- <string>opengles-2</string> -->
44
+ <string>arm64</string>
45
</array>
46
<key>UISupportedInterfaceOrientations</key>
47
0 commit comments