Skip to content

Commit 0fd4990

Browse files
committed
iOS: Fix a compile warning - LÖVE doesn't support opening .love files in-place on iOS.
1 parent a36dfd9 commit 0fd4990

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: platform/xcode/ios/love-ios.plist

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
</array>
2828
<key>CFBundleExecutable</key>
2929
<string>${EXECUTABLE_NAME}</string>
30-
<key>CFBundleIcons</key>
31-
<dict/>
32-
<key>CFBundleIcons~ipad</key>
33-
<dict/>
3430
<key>CFBundleIdentifier</key>
3531
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
3632
<key>CFBundleInfoDictionaryVersion</key>
@@ -47,6 +43,8 @@
4743
<string>1.0</string>
4844
<key>LSRequiresIPhoneOS</key>
4945
<true/>
46+
<key>LSSupportsOpeningDocumentsInPlace</key>
47+
<false/>
5048
<key>UIFileSharingEnabled</key>
5149
<true/>
5250
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)