Browse Source

Update Info.plist

Wrap the UTTypeTagSpecifications in arrays, as Xcode does.
adaptive-webui-19844
C.W. Betts 5 years ago committed by GitHub
parent
commit
d889f0975e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      dist/mac/Info.plist

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>

Loading…
Cancel
Save