fix plist for app store requirements

This commit is contained in:
2017-07-21 17:58:26 -04:00
parent 2018132645
commit c7c44090b4
+2 -30
View File
@@ -44,11 +44,11 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<string>1.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIFileSharingEnabled</key>
<true/>
<false/>
<key>UILaunchStoryboardName</key>
<string>Launch Screen</string>
<key>UIRequiredDeviceCapabilities</key>
@@ -70,33 +70,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>com.pkware.zip-archive</string>
</array>
<key>UTTypeDescription</key>
<string>LÖVE Project</string>
<key>UTTypeIdentifier</key>
<string>org.love2d.love-game</string>
<key>UTTypeSize320IconFile</key>
<string>LoveDocument</string>
<key>UTTypeSize64IconFile</key>
<string>LoveDocument</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>LOVE</string>
<key>public.filename-extension</key>
<array>
<string>love</string>
</array>
<key>public.mime-type</key>
<string>application/x-love-game</string>
</dict>
</dict>
</array>
</dict>
</plist>