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 GitHub
parent c25b3e623c
commit d889f0975e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>