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 cc1b3f5 commit 0ddc3e0Copy full SHA for 0ddc3e0
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>7.0</string>
+ <string>8.0</string>
9
10
<key>CFBundleDevelopmentRegion</key>
11
<string>en</string>
@@ -40,7 +40,6 @@
40
</array>
41
<key>UIRequiredDeviceCapabilities</key>
42
<array>
43
- <string>armv7</string>
44
<string>opengles-2</string>
45
46
<key>UISupportedInterfaceOrientations</key>
0 commit comments