Browse Source

Make everything magically work

pull/745/head
Sean 11 years ago
parent
commit
c166a4813d
  1. 22
      res/info.plist

22
res/info.plist

@ -15,10 +15,24 @@ @@ -15,10 +15,24 @@
<key>CFBundleIdentifier</key>
<string>im.tox.qtox</string>
<key>CFBundleURLName</key>
<string>qtox</string>
<string>tox</string>
<key>CFBundleURLSchemes</key>
<array>
<string>tox</string>
</array>
<array>
<string>tox</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>tox</string>
</array>
<key>CFBundleTypeName</key>
<string>Tox profile</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string></string>
</array>
<key>CFBundleTypeIconFile</key>
<string>qtox.icns</string>
<key>CFBundleURLIconFile</key>
<string>qtox.icns</string>
</dict>
</plist>

Loading…
Cancel
Save