-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
43 lines (43 loc) · 1.21 KB
/
Info.plist
File metadata and controls
43 lines (43 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>Disc Interface</string>
<key>CFBundleIdentifier</key>
<string>com.blacktree.Quicksilver.QSDiscInterfacePlugIn</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Platter Interface</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleVersion</key>
<string>210</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2004, Blacktree, Inc.</string>
<key>QSModulePreview</key>
<string>BezelInterfacePreview</string>
<key>QSPlugIn</key>
<dict>
<key>author</key>
<string>Blacktree, Inc.</string>
<key>description</key>
<string>Provides a platter interface</string>
<key>requiresFeature</key>
<string>0</string>
<key>webIcon</key>
<string></string>
</dict>
<key>QSRegistration</key>
<dict>
<key>QSCommandInterfaceControllers</key>
<dict>
<key>QSPlatterInterface</key>
<string>QSPlatterInterface</string>
</dict>
</dict>
</dict>
</plist>