forked from joshholt/QSTwitter
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInfo.plist
More file actions
238 lines (238 loc) · 7.5 KB
/
Info.plist
File metadata and controls
238 lines (238 loc) · 7.5 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?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>CFBundleDisplayName</key>
<string>Twitter Plugin</string>
<key>CFBundleExecutable</key>
<string>QSTwitter</string>
<key>CFBundleIconFile</key>
<string>QSTwit</string>
<key>CFBundleIdentifier</key>
<string>com.qsapp.QSTwit</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Twitter Plugin</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>A5</string>
<key>NSPrincipalClass</key>
<string>QSTwitterUtil</string>
<key>QSActions</key>
<dict>
<key>sendDirectMessage</key>
<dict>
<key>actionClass</key>
<string>QSTwitterAction</string>
<key>actionSelector</key>
<string>sendDirectMessage:toContact:</string>
<key>directTypes</key>
<array>
<string>ABPeopleUIDsPboardType</string>
</array>
<key>icon</key>
<string>QSTwit</string>
<key>indirectTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>name</key>
<string>Send Direct Message…</string>
<key>reverseArguments</key>
<true/>
<key>validatesObjects</key>
<true/>
</dict>
<key>sendDirectMessageTo</key>
<dict>
<key>actionClass</key>
<string>QSTwitterAction</string>
<key>actionSelector</key>
<string>sendDirectMessage:toContact:</string>
<key>directTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>icon</key>
<string>QSTwit</string>
<key>indirectTypes</key>
<array>
<string>ABPeopleUIDsPboardType</string>
</array>
<key>name</key>
<string>Send Direct Message To…</string>
<key>validatesObjects</key>
<false/>
</dict>
<key>sendMessage</key>
<dict>
<key>actionClass</key>
<string>QSTwitterAction</string>
<key>actionSelector</key>
<string>sendMessage:toContact:</string>
<key>directTypes</key>
<array>
<string>ABPeopleUIDsPboardType</string>
</array>
<key>icon</key>
<string>QSTwit</string>
<key>indirectTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>name</key>
<string>Send Tweet…</string>
<key>reverseArguments</key>
<true/>
<key>validatesObjects</key>
<true/>
</dict>
<key>sendMessageTo</key>
<dict>
<key>actionClass</key>
<string>QSTwitterAction</string>
<key>actionSelector</key>
<string>sendMessage:toContact:</string>
<key>directTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>icon</key>
<string>QSTwit</string>
<key>indirectTypes</key>
<array>
<string>ABPeopleUIDsPboardType</string>
</array>
<key>name</key>
<string>Send Tweet To…</string>
<key>validatesObjects</key>
<false/>
</dict>
<key>sendTweet</key>
<dict>
<key>actionClass</key>
<string>QSTwitterAction</string>
<key>actionSelector</key>
<string>sendTweet:</string>
<key>directTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>icon</key>
<string>QSTwit</string>
<key>name</key>
<string>Tweet</string>
<key>validatesObjects</key>
<false/>
</dict>
</dict>
<key>QSPlugIn</key>
<dict>
<key>author</key>
<string>Patrick Robertson</string>
<key>categories</key>
<array>
<string>Applications</string>
<string>Web</string>
</array>
<key>description</key>
<string>Allows posting of tweets and messages to Twitter from Quicksilver</string>
<key>extendedDescription</key>
<string><h3>Twitter Plugin</h3>
<p>Enables posting of tweets, messages and direct messages to Twitter from within Quicksilver</p>
<h4>Setup</h4>
<p><strong>Twitter Login</strong></p>
<p>In order to post tweets from Quicksilver, you must authenticate Quicksilver with your Twitter account. Do this by going to the <a href="qs://preferences#QSTwitterPrefPane">Twitter plugin preferences</a> and clicking the 'Sign In' button.
Your Twitter login details are stored securely in OS X's Keychain.app for access across computer and app relaunches. You can remove the login details at any time by clicking the 'Sign Out' button in the Twitter preference pane.</p>
<p><strong>Twitter Contacts</strong></p>
<p>Some actions require a contact to send a direct message/message to. These actions accept both text (e.g. in the form '@Twitter') or a contact from your Address Book (requires the Contacts plugin). In order to use contacts directly, you must ensure that your contacts have their Twitter username field set in Address Book.app / Contacts.app</p>
<h4>Actions</h4>
<p><strong>Send Tweet</strong></p>
<p>The 'Tweet' action takes text in Quicksilver's 1st pane and posts a tweet directly to Twitter</p>
<p><strong>Send Tweet… / Send Tweet To…</strong></p>
<p>Use the 'Tweet…' action to send a contact selected in Quicksilver's 1st pane (either a contact from your Contacts list or a username entered as text) the text entered in Quicksilver's 3rd pane. The 'Send Tweet To…' action works in reverse, taking text in Quicksilver's 1st pane and a contact in Quicksilver's 3rd pane.</p>
<p><strong>Send Direct Message… / Send Direct Message To…</strong></p>
<p>'Send Direct Message…' can be used to send a contact (selected in Quicksilver's 1st pane) a direct message entered as text in Quicksilver's 3rd pane. The 'Send Direct Message To…' action works in reverse.</p></string>
<key>icon</key>
<string>QSTwit</string>
<key>relatedBundles</key>
<array>
<string>com.twitter.twitter-mac</string>
<string>com.iconfactory.Twitterrific</string>
</array>
</dict>
<key>QSPresetAdditionsTemplate</key>
<array>
<dict>
<key>ID</key>
<string>QSPresetTwitter</string>
<key>name</key>
<string>Twitter</string>
<key>source</key>
<string>TwitterSource</string>
</dict>
</array>
<key>QSRegistration</key>
<dict>
<key>QSActionProviders</key>
<dict>
<key>QSTwitterAction</key>
<string>QSTwitterAction</string>
</dict>
<key>QSBundleChildHandlers</key>
<dict>
<key>com.apple.whatever</key>
<string>TwitterSource</string>
</dict>
<key>QSObjectHandlers</key>
<dict>
<key>TwitterType</key>
<string>TwitterSource</string>
</dict>
<key>QSObjectSources</key>
<dict>
<key>TwitterSource</key>
<string>TwitterSource</string>
</dict>
<key>QSPreferencePanes</key>
<dict>
<key>QSTwitterPrefPane</key>
<dict>
<key>class</key>
<string>QSTwitterPrefPane</string>
<key>description</key>
<string>Twitter Preferences</string>
<key>icon</key>
<string>QSTwit</string>
<key>name</key>
<string>Twitter</string>
<key>nibBundle</key>
<string>com.qsapp.QSTwit</string>
<key>nibName</key>
<string>QSTwitterPrefPane</string>
</dict>
</dict>
</dict>
<key>QSRequirements</key>
<dict>
<key>version</key>
<string>4000</string>
</dict>
<key>QSResourceAdditions</key>
<dict>
<key>QSTwit</key>
<dict>
<key>bundle</key>
<string>com.qsapp.QSTwit</string>
<key>resource</key>
<string>QSTwit.icns</string>
</dict>
</dict>
</dict>
</plist>