Skip to content

Commit

Permalink
Add LSItemContentTypes and necessary UTExportedTypeDeclarations to In…
Browse files Browse the repository at this point in the history
…fo.plist (#96)

Fixes #95.
  • Loading branch information
lighterowl authored Aug 21, 2024
1 parent 3b92840 commit d3351ba
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
<array>
<string>torrent</string>
</array>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>org.bittorrent.torrent</string>
</array>
</dict>
</array>
<key>CFBundleURLTypes</key>
Expand All @@ -64,5 +70,35 @@
</array>
</dict>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.item</string>
<string>com.bittorrent.torrent</string>
</array>
<key>UTTypeDescription</key>
<string>BitTorrent Document</string>
<key>UTTypeIconFile</key>
<string>transgui.icns</string>
<key>UTTypeIdentifier</key>
<string>org.bittorrent.torrent</string>
<key>UTTypeReferenceURL</key>
<string>http://www.bittorrent.org/beps/bep_0000.html</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>TORR</string>
<key>public.filename-extension</key>
<array>
<string>torrent</string>
</array>
<key>public.mime-type</key>
<string>application/x-bittorrent</string>
</dict>
</dict>
</array>
</dict>
</plist>

0 comments on commit d3351ba

Please sign in to comment.