Update Info.plist

Wrap the UTTypeTagSpecifications in arrays, as Xcode does.
This commit is contained in:
C.W. Betts
2020-04-11 23:47:50 -06:00
committed by sledgehammer999
parent 1cea6a25af
commit 56f7a4e803

8
dist/mac/Info.plist vendored
View File

@@ -88,13 +88,17 @@
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>TORR</string>
<array>
<string>TORR</string>
</array>
<key>public.filename-extension</key>
<array>
<string>torrent</string>
</array>
<key>public.mime-type</key>
<string>application/x-bittorrent</string>
<array>
<string>application/x-bittorrent</string>
</array>
</dict>
</dict>
</array>