root/platform/quicksilver/TwitterPlugin/Info.plist @ 3063

Revision 3063, 3.1 kB (checked in by mootoh, 5 years ago)

platform/quicksilver/TwitterPlugin: initial import.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleExecutable</key>
8        <string>TwitterPlugin</string>
9        <key>CFBundleIdentifier</key>
10        <string>com.blacktree.Quicksilver.TwitterPlugin</string>
11        <key>CFBundleInfoDictionaryVersion</key>
12        <string>6.0</string>
13        <key>CFBundleName</key>
14        <string>TwitterPlugin</string>
15        <key>CFBundlePackageType</key>
16        <string>BNDL</string>
17        <key>CFBundleVersion</key>
18        <string>1B</string>
19        <key>NSPrincipalClass</key>
20        <string>TwitterPlugin</string>
21        <key>QSActionsTemplate</key>
22        <dict>
23                <key>TwitterPluginAction</key>
24                <dict>
25                        <key>actionClass</key>
26                        <string>TwitterPluginAction</string>
27                        <key>actionSelector</key>
28                        <string>performActionOnObject:</string>
29                        <key>directTypes</key>
30                        <array>
31                                <string>TwitterPluginType</string>
32                        </array>
33                        <key>name</key>
34                        <string>Action: TwitterPlugin</string>
35                        <key>validatesObjects</key>
36                        <false/>
37                </dict>
38        </dict>
39        <key>QSPlugIn</key>
40        <dict>
41                <key>author</key>
42                <string></string>
43                <key>categories</key>
44                <array/>
45                <key>description</key>
46                <string></string>
47                <key>icon</key>
48                <string></string>
49                <key>qsversion</key>
50                <string>29CC</string>
51                <key>relatedBundles </key>
52                <array/>
53        </dict>
54        <key>QSPresetAdditionsTemplate</key>
55        <array>
56                <dict>
57                        <key>ID</key>
58                        <string>QSPresetTwitterPlugin</string>
59                        <key>name</key>
60                        <string>TwitterPlugin</string>
61                        <key>source</key>
62                        <string>TwitterPluginSource</string>
63                </dict>
64        </array>
65        <key>QSRegistrationTemplate</key>
66        <dict>
67                <key>QSActionProviders</key>
68                <dict>
69                        <key>TwitterPluginAction</key>
70                        <string>TwitterPluginAction</string>
71                </dict>
72                <key>QSBundleChildHandlers</key>
73                <dict>
74                        <key>com.apple.whatever</key>
75                        <string>TwitterPluginSource</string>
76                </dict>
77                <key>QSObjectHandlers</key>
78                <dict>
79                        <key>TwitterPluginType</key>
80                        <string>TwitterPluginSource</string>
81                </dict>
82                <key>QSObjectSources</key>
83                <dict>
84                        <key>TwitterPluginSource</key>
85                        <string>TwitterPluginSource</string>
86                </dict>
87                <key>QSPreferencePanes</key>
88                <dict>
89                        <key>TwitterPlugin_PrefPane</key>
90                        <dict>
91                                <key>class</key>
92                                <string>QSPreferencePane</string>
93                                <key>description</key>
94                                <string>Preferences</string>
95                                <key>icon</key>
96                                <string></string>
97                                <key>name</key>
98                                <string>TwitterPlugin</string>
99                        </dict>
100                </dict>
101        </dict>
102        <key>QSRequirementsTemplate</key>
103        <dict>
104                <key>bundlesTemplate</key>
105                <array>
106                        <dict>
107                                <key>id</key>
108                                <string></string>
109                                <key>name</key>
110                                <string></string>
111                                <key>version</key>
112                                <string></string>
113                        </dict>
114                </array>
115                <key>feature</key>
116                <integer>0</integer>
117                <key>launchLoad</key>
118                <false/>
119                <key>pathsTemplate</key>
120                <array>
121                        <string>/path/to/something</string>
122                </array>
123                <key>pluginsTemplate</key>
124                <array>
125                        <dict>
126                                <key>id</key>
127                                <string></string>
128                                <key>name</key>
129                                <string></string>
130                                <key>version</key>
131                                <string></string>
132                        </dict>
133                </array>
134        </dict>
135</dict>
136</plist>
Note: See TracBrowser for help on using the browser.