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 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>im.tox.qtox</string> <string>im.tox.qtox</string>
<key>CFBundleURLName</key> <key>CFBundleURLName</key>
<string>qtox</string> <string>tox</string>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>tox</string> <string>tox</string>
</array> </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> </dict>
</plist> </plist>

Loading…
Cancel
Save