summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-08-14 13:17:29 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-08-14 13:17:29 +0200
commitc430df61307d9b49f56d99645ac002305cc53c33 (patch)
tree6db72599bc6f26b9cddea054c48cecfb18210cca
parent8e45d718f1a322247ebbe4446ff4853cad1c2d2d (diff)
bundle: Associate remote-viewer with .vv filesosx
-rw-r--r--bundle/Info-remote-viewer.plist13
1 files changed, 13 insertions, 0 deletions
diff --git a/bundle/Info-remote-viewer.plist b/bundle/Info-remote-viewer.plist
index fdd69fc..70d1dbd 100644
--- a/bundle/Info-remote-viewer.plist
+++ b/bundle/Info-remote-viewer.plist
@@ -26,5 +26,18 @@
<string>Copyright 2007 - 2013 The virt-viewer team, GNU General Public License version 2 or later.</string>
<key>LSMinimumSystemVersion</key>
<string>10.4</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeIconFile</key>
+ <string>virt-viewer.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>virt-viewer connection file</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>CFBundleTypeExtensions</key>
+ <array><string>vv</string></array>
+ </dict>
+ </array>
</dict>
</plist>