-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInfo.plist
More file actions
258 lines (258 loc) · 9.42 KB
/
Info.plist
File metadata and controls
258 lines (258 loc) · 9.42 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<?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>Calendar</string>
<key>CFBundleExecutable</key>
<string>Calendar Plugin</string>
<key>CFBundleIdentifier</key>
<string>com.blacktree.Quicksilver.QSiCalModule</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Calendar & Reminders Plugin</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<key>CFBundleVersion</key>
<string>146</string>
<key>NSCalendarsUsageDescription</key>
<string>Create and view calendar items from within Quicksilver</string>
<key>NSPrincipalClass</key>
<string>QSiCalModule</string>
<key>NSRemindersUsageDescription</key>
<string>Create new todo reminders</string>
<key>QSActions</key>
<dict>
<key>QSiCalCreateEventAction</key>
<dict>
<key>actionClass</key>
<string>QSiCalModule</string>
<key>commandFormat</key>
<string>Add %1$@ to the %2$@ calendar</string>
<key>actionSelector</key>
<string>createEvent:inCalendar:</string>
<key>directTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>icon</key>
<string>com.apple.iCal</string>
<key>indirectOptional</key>
<true/>
<key>indirectTypes</key>
<array>
<string>QSICalCalendar</string>
</array>
<key>name</key>
<string>Create Calendar Event</string>
<key>description</key>
<string>Create an event in a [default] calendar</string>
</dict>
<key>QSiCalCreateEventActionReverse</key>
<dict>
<key>actionClass</key>
<string>QSiCalModule</string>
<key>actionSelector</key>
<string>createEvent:inCalendar:</string>
<key>directTypes</key>
<array>
<string>QSICalCalendar</string>
</array>
<key>icon</key>
<string>com.apple.iCal</string>
<key>indirectOptional</key>
<false/>
<key>indirectTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>name</key>
<string>Add Event...</string>
<key>description</key>
<string>Add an event to the given calendar</string>
<key>commandFormat</key>
<string>Add %2$@ to the %1$@ calendar</string>
<key>precedence</key>
<integer>4</integer>
<key>reverseArguments</key>
<true/>
<key>validatesObjects</key>
<string></string>
</dict>
<key>QSiCalCreateToDoAction</key>
<dict>
<key>actionClass</key>
<string>QSiCalModule</string>
<key>actionSelector</key>
<string>createToDo:inCalendar:</string>
<key>directTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>icon</key>
<string>com.apple.reminders</string>
<key>indirectOptional</key>
<true/>
<key>indirectTypes</key>
<array>
<string>QSICalCalendar</string>
</array>
<key>name</key>
<string>Create Reminder</string>
<key>description</key>
<string>Add a reminder to a [default] calendar</string>
<key>commandFormat</key>
<string>Add %1$@ to the %2$@ calendar</string>
<key>validatesObjects</key>
<string>NO</string>
</dict>
<key>QSiCalCreateToDoActionReverse</key>
<dict>
<key>actionClass</key>
<string>QSiCalModule</string>
<key>actionSelector</key>
<string>createToDo:inCalendar:</string>
<key>directTypes</key>
<array>
<string>QSICalCalendar</string>
</array>
<key>icon</key>
<string>com.apple.reminders</string>
<key>indirectOptional</key>
<false/>
<key>indirectTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
<key>name</key>
<string>Add Reminder...</string>
<key>description</key>
<string>Add a reminder to the given calendar</string>
<key>commandFormat</key>
<string>Add %2$@ to the %1$@ calendar</string>
<key>precedence</key>
<integer>4</integer>
<key>reverseArgumetns</key>
<true/>
<key>validatesObjects</key>
<string>YES</string>
</dict>
</dict>
<key>QSPlugIn</key>
<dict>
<key>author</key>
<string>QSApp</string>
<key>categories</key>
<array>
<string>Calendar</string>
</array>
<key>description</key>
<string>Adds support for creating Calendar Events and Reminders for the Calendars and Reminders apps on your Mac</string>
<key>extendedDescription</key>
<string><h2>Calendar &amp; Reminders Plugin</h2>
<p>This plugin adds actions for creating Calendar Events (Calendar.app) and Reminders (Reminders.app) from within Quicksilver</p>
<h3>Permissions</h3>
<p>This plugin requires access to your Calendar and Reminders. Make sure you have granted Quicksilver permissions by adding it to the <a href="x-apple.systempreferences:com.apple.preference.security?Privacy_Calendars">Calendars list</a> and <a href="x-apple.systempreferences:com.apple.preference.security?Privacy_Reminders">Reminders list</a> in the System Preferences.</p>
<h3>Actions</h3>
<p><strong>Create Calendar Event</strong></p>
<p>This action takes text from Quicksilver's 1st pane, and adds it as an event to your selected Calendar in Quicksilver's 3rd pane.<br>
Examples of text could be <code>Dinner with Tom next Tuesday</code> or <code>Visit mum at 3pm</code>.</p>
<p>You can improve how an event displays in your Calendar by separating the name of the event and the time it takes place with two dashes <code>--</code><br>
Using <code>Next Tuesday -- Dinner with Tom</code> will create an event called just <code>Dinner with Tom</code> in your calendar. Supported languages include English, Japanese, French, Dutch, Russian, English (UK) with partial support for German, Portuguese and Chinese, thanks to the <a href="https://github.com/wanasit/chrono">Chrono project</a></p>
<p><strong>Create Reminder</strong></p>
<p>This action takes text from Quicksilver's 1st pane, and adds it as a Reminder to your selected Reminders List in Quicksilver's 3rd pane.</p>
<p>Examples of text could be <code>Do the shopping</code> or <code>Pick up the kids from school</code>.</p>
<p>You can set the priority of an event by prefixing your event with any number of exclamation marks <code>!</code><br>
<em>One</em> exclamantion mark gives the Reminder a <em>low</em> priority, <em>two</em> give the Reminder a <em>medium</em> priority and <em>three</em> gives it a <em>high</em> priority.</p>
<p><code>!! This is a medium priority reminder</code><br>
<code>This reminder has no priority set</code></p>
<h3>Next Online Meeting Object</h3>
<p>This plugin adds a 'Next online meeting' object to your catalog. Use it to find an upcoming meeting (within the next 30 minutes) on your calendar. It will automatically retrieve the URL from the calendar information for you to open.</p>
<h3>Default Calendars for Events/Reminders</h3>
<p>You can select the default calendar for Events/Reminders by going to Preferences &gt; Calendars in the Quicksilver preferences</p>
<h3>Open Source Licenses</h3>
<p>This project uses code from:
* <a href="https://github.com/wanasit/chrono/blob/master/LICENSE.txt">Chrono Project</a>
* <a href="https://github.com/leits/MeetingBar/blob/master/LICENSE">Meeting Bar Project</a></p></string>
<key>icon</key>
<string>com.apple.iCal</string>
<key>qsversion</key>
<string>31DE</string>
</dict>
<key>QSRegistration</key>
<dict>
<key>QSBundleChildHandlers</key>
<dict>
<key>com.apple.iCal</key>
<string>QSiCalModule</string>
<key>com.apple.reminders</key>
<string>QSiCalModule</string>
</dict>
<key>QSBundleDrawingHandlers</key>
<dict>
<key>com.apple.iCal</key>
<string>QSiCalModule</string>
</dict>
<key>QSPreferencePanes</key>
<dict>
<key>CalendarPrefPane</key>
<dict>
<key>class</key>
<string>CalendarPrefPane</string>
<key>description</key>
<string>Calendar & Reminders Settings</string>
<key>icon</key>
<string>calendarIcon</string>
<key>name</key>
<string>Calendar</string>
<key>nibBundle</key>
<string>com.blacktree.Quicksilver.QSiCalModule</string>
<key>nibName</key>
<string>CalendarPrefPane</string>
</dict>
</dict>
<key>QSProxies</key>
<dict>
<key>NextCalendarMeeting</key>
<dict>
<key>icon</key>
<string>ProxyIcon</string>
<key>name</key>
<string>Next Online Meeting</string>
<key>providerClass</key>
<string>QSiCalModule</string>
</dict>
</dict>
<key>QSTypeDefinitions</key>
<dict>
<key>QSICalCalendar</key>
<dict>
<key>icon</key>
<string>calendarIcon</string>
<key>name</key>
<string>Calendars</string>
</dict>
</dict>
</dict>
<key>QSRequirements</key>
<dict>
<key>version</key>
<string>4001</string>
</dict>
<key>QSResourceAdditions</key>
<dict>
<key>calendarIcon</key>
<dict>
<key>bundle</key>
<string>com.blacktree.Quicksilver.QSiCalModule</string>
<key>resource</key>
<string>bookmark.icns</string>
</dict>
</dict>
</dict>
</plist>