1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:07:52 +08:00

Fix File Sharing on iOS 13

This commit is contained in:
DTSDAO 2020-01-01 06:38:59 +00:00
parent 3c30238eb2
commit 6ade46d752

View File

@ -14,15 +14,15 @@
<string>0.1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>MinimumOSVersion</key>
<string>10.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
@ -51,7 +51,7 @@
<dict>
<key>UTTypeConformsTo</key>
<array>
<string></string>
<string>public.data</string>
</array>
<key>UTTypeIdentifier</key>
<string>sh.ppy.osu.items</string>
@ -104,7 +104,9 @@
<key>LSHandlerRank</key>
<string>Owner</string>
<key>CFBundleTypeName</key>
<string>Supported osu! files</string>
<string>Supported osu! files</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>sh.ppy.osu.items</string>