Add iOS import osu! files

This commit is contained in:
DTSDAO
2019-07-24 20:49:35 +08:00
parent ae66a7e9e4
commit 136f3b8b6b
2 changed files with 31 additions and 1 deletions

View File

@ -40,5 +40,18 @@
</array>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>CFBundleTypeName</key>
<string>public.item</string>
<key>LSItemContentTypes</key>
<array>
<string>public.item</string>
</array>
</dict>
</array>
</dict>
</plist>