We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36dfd9 commit 0fd4990Copy full SHA for 0fd4990
platform/xcode/ios/love-ios.plist
@@ -27,10 +27,6 @@
27
</array>
28
<key>CFBundleExecutable</key>
29
<string>${EXECUTABLE_NAME}</string>
30
- <key>CFBundleIcons</key>
31
- <dict/>
32
- <key>CFBundleIcons~ipad</key>
33
34
<key>CFBundleIdentifier</key>
35
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
36
<key>CFBundleInfoDictionaryVersion</key>
@@ -47,6 +43,8 @@
47
43
<string>1.0</string>
48
44
<key>LSRequiresIPhoneOS</key>
49
45
<true/>
46
+ <key>LSSupportsOpeningDocumentsInPlace</key>
+ <false/>
50
<key>UIFileSharingEnabled</key>
51
52
<key>UILaunchStoryboardName</key>
0 commit comments