iOS CBZ import fix

Can be tested here:
https://github.com/NBA2K1/mangayomi/releases/tag/v0.6.25
This commit is contained in:
NBA2K1 2025-06-29 21:47:58 +02:00
parent 4d39044511
commit 61623bc040

View file

@ -75,5 +75,42 @@
</array>
</dict>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>org.comicbook.cbz</string>
<key>UTTypeDescription</key>
<string>Comic Book Archive</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>cbz</string>
</array>
<key>public.mime-type</key>
<string>application/x-cbz</string>
</dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.zip-archive</string>
</array>
</dict>
</array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Comic Book Archive</string>
<key>LSItemContentTypes</key>
<array>
<string>org.comicbook.cbz</string>
</array>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
</array>
</dict>
</plist>