iOS: Fix a compile warning - LÖVE doesn't support opening .love files in-place on iOS.

This commit is contained in:
Alex Szpakowski
2019-10-27 11:54:52 -03:00
parent a36dfd900a
commit 0fd49907f2
+2 -4
View File
@@ -27,10 +27,6 @@
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -47,6 +43,8 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>