Browse Source

Refactor info.plist

This actually works now.
pull/745/head
Sean 11 years ago
parent
commit
3aa8399302
  1. 70
      res/info.plist

70
res/info.plist

@ -22,26 +22,68 @@ @@ -22,26 +22,68 @@
<string>1.0.0-EXPERIMENTIAL</string>
<key>CFBundleIdentifier</key>
<string>im.tox.qtox</string>
<key>CFBundleURLName</key>
<string>tox</string>
<key>CFBundleURLSchemes</key>
<key>CFBundleURLTypes</key>
<array>
<string>tox</string>
<dict>
<key>CFBundleURLName</key>
<string>Tox URL</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLSchemes</key>
<array>
<string>tox</string>
</array>
<key>CFBundleURLIconFile</key>
<string>qtox.icns</string>
</dict>
</array>
<key>CFBundleTypeExtensions</key>
<key>CFBundleDocumentTypes</key>
<array>
<string>tox</string>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>tox</string>
</array>
<key>CFBundleTypeName</key>
<string>Tox profile</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFile</key>
<string>qtox.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>tox/x-profile</string>
</array>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>public.tox</string>
</array>
</dict>
</array>
<key>CFBundleTypeName</key>
<string>Tox profile</string>
<key>CFBundleTypeMIMETypes</key>
<key>UTImportedTypeDeclarations</key>
<array>
<string>tox/x-profile</string>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeIdentifier</key>
<string>public.tox</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>TOX</string>
<key>public.filename-extension</key>
<array>
<string>tox</string>
</array>
<key>public.mime-type</key>
<string>tox/x-profile</string>
</dict>
</dict>
</array>
<key>CFBundleTypeIconFile</key>
<string>qtox.icns</string>
<key>CFBundleURLIconFile</key>
<string>qtox.icns</string>
<key>CFBundleLocalizations</key>
<array>
<string>en_US</string>

Loading…
Cancel
Save