mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Update Info.plist
Wrap the UTTypeTagSpecifications in arrays, as Xcode does.
This commit is contained in:
8
dist/mac/Info.plist
vendored
8
dist/mac/Info.plist
vendored
@@ -88,13 +88,17 @@
|
|||||||
<key>UTTypeTagSpecification</key>
|
<key>UTTypeTagSpecification</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.ostype</key>
|
<key>com.apple.ostype</key>
|
||||||
<string>TORR</string>
|
<array>
|
||||||
|
<string>TORR</string>
|
||||||
|
</array>
|
||||||
<key>public.filename-extension</key>
|
<key>public.filename-extension</key>
|
||||||
<array>
|
<array>
|
||||||
<string>torrent</string>
|
<string>torrent</string>
|
||||||
</array>
|
</array>
|
||||||
<key>public.mime-type</key>
|
<key>public.mime-type</key>
|
||||||
<string>application/x-bittorrent</string>
|
<array>
|
||||||
|
<string>application/x-bittorrent</string>
|
||||||
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
|||||||
Reference in New Issue
Block a user