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
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

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>