root/branches/0_9_1/qcontrol/Info.plist

Revision 7, 1.5 KB (checked in by mike, 4 years ago)

initial import

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>CFBundleDevelopmentRegion</key>
6        <string>English</string>
7        <key>CFBundleDocumentTypes</key>
8        <array>
9                <dict>
10                        <key>CFBundleTypeExtensions</key>
11                        <array>
12                                <string>qvm</string>
13                        </array>
14                        <key>CFBundleTypeIconFile</key>
15                        <string>q_doc_icon.icns</string>
16                        <key>CFBundleTypeName</key>
17                        <string>QEMU Virtual Machine</string>
18                        <key>CFBundleTypeRole</key>
19                        <string>Viewer</string>
20                        <key>LSIsAppleDefaultForType</key>
21                        <true/>
22                        <key>LSTypeIsPackage</key>
23                        <true/>
24                </dict>
25        </array>
26        <key>CFBundleExecutable</key>
27        <string>qemu-control</string>
28        <key>CFBundleHelpBookFolder</key>
29        <string>Q Help</string>
30        <key>CFBundleHelpBookName</key>
31        <string>Q Help</string>
32        <key>CFBundleIconFile</key>
33        <string>q_icon.icns</string>
34        <key>CFBundleIdentifier</key>
35        <string>ch.kberg.q</string>
36        <key>CFBundleInfoDictionaryVersion</key>
37        <string>6.0</string>
38        <key>CFBundleName</key>
39        <string>Q</string>
40        <key>CFBundlePackageType</key>
41        <string>APPL</string>
42        <key>CFBundleShortVersionString</key>
43        <string>QEMU_VERSION</string>
44        <key>CFBundleSignature</key>
45        <string>kiuu</string>
46        <key>CFBundleVersion</key>
47        <string>QEMU_VERSIONdQKJU_VERSION</string>
48        <key>NSMainNibFile</key>
49        <string>cocoaControl</string>
50        <key>NSPrincipalClass</key>
51        <string>NSApplication</string>
52</dict>
53</plist>
Note: See TracBrowser for help on using the browser.