Skip to content

Commit

Permalink
Merge pull request #27329 from SupDos/add-missing-extension-ios
Browse files Browse the repository at this point in the history
Add missing .olz association to iOS
  • Loading branch information
peppy committed Feb 22, 2024
2 parents 083892e + e1ceb8a commit 7cbfd44
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions osu.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,19 @@
<string>osz</string>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>sh.ppy.osu.items</string>
</array>
<key>UTTypeIdentifier</key>
<string>sh.ppy.osu.olz</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<string>olz</string>
</dict>
</dict>
</array>
<key>CFBundleDocumentTypes</key>
<array>
Expand Down

0 comments on commit 7cbfd44

Please sign in to comment.