1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Refactor info.plist

This actually works now.
This commit is contained in:
Sean 2014-11-14 02:48:07 -08:00
parent e05101942e
commit 3aa8399302

View File

@ -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>