-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInfo.plist
More file actions
190 lines (190 loc) · 6.07 KB
/
Info.plist
File metadata and controls
190 lines (190 loc) · 6.07 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
<?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>Contacts</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.blacktree.Quicksilver.QSAddressBookPlugIn</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Contacts Plugin</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<key>CFBundleVersion</key>
<string>180</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012, QSApp</string>
<key>QSActions</key>
<dict>
<key>QSABContactAddDataAction</key>
<dict>
<key>actionClass</key>
<string>QSABMimicActionProvider</string>
<key>actionSelector</key>
<string>addData:toContact:</string>
<key>directTypes</key>
<array>
<string>ABPeopleUIDsPboardType</string>
</array>
<key>icon</key>
<string>com.apple.AddressBook</string>
<key>name</key>
<string>Add Note…</string>
<key>reverseArguments</key>
<true/>
<key>validatesObjects</key>
<false/>
</dict>
<key>QSABContactEditAction</key>
<dict>
<key>actionClass</key>
<string>QSABContactActions</string>
<key>actionSelector</key>
<string>editContact:</string>
<key>directTypes</key>
<array>
<string>ABPeopleUIDsPboardType</string>
</array>
<key>icon</key>
<string>com.apple.AddressBook</string>
<key>name</key>
<string>Edit Contact</string>
<key>validatesObjects</key>
<false/>
</dict>
<key>QSABContactShowAction</key>
<dict>
<key>actionClass</key>
<string>QSABContactActions</string>
<key>actionSelector</key>
<string>showContact:</string>
<key>alternateAction</key>
<string>QSABContactEditAction</string>
<key>directTypes</key>
<array>
<string>ABPeopleUIDsPboardType</string>
</array>
<key>icon</key>
<string>com.apple.AddressBook</string>
<key>name</key>
<string>Show Contact</string>
<key>precedence</key>
<integer>3</integer>
<key>validatesObjects</key>
<false/>
</dict>
</dict>
<key>QSDefaults</key>
<dict>
<key>QSABIncludeContacts</key>
<true/>
</dict>
<key>QSPlugIn</key>
<dict>
<key>author</key>
<string>Blacktree, Inc.</string>
<key>categories</key>
<array>
<string>Contacts</string>
<string>Applications</string>
</array>
<key>description</key>
<string>Provides access to contact information</string>
<key>extendedDescription</key>
<string><h2>Overview</h2>
<p>The Apple Contacts plugin allows interaction with the contacts stored on your Mac or other sources (Exchange, CardDav). Contacts are added to your catalog, but can also be found by right arrowing → into the Contacts app.</p>
<h2>Catalog</h2>
<p>The plugin adds a single catalog source called 'Contacts', available under the 'Modules' tab in the Catalog preferences that adds all your contacts to Quicksilver's catalog. If you do not wish to populate your catalog with your contacts, you can disable this entry and obtain a list of all your contacts by right arrowing → into the Contacts app instead.</p>
<h3>Contacts in Quicksilver</h3>
<p>Quicksilver obtains all the available information about a contact, including their email addresses, postal addresses, phone numbers and websites. This information can be viewed by right arrowing → into a selected contact. Contact details are either searchable by the detail itself (e.g. the phone number) or the name of the detail (e.g. work phone).</p>
<p>The contact's information is available for use with any valid action in Quicksilver. For example you can find a contact's postal address with Google Maps, email a file to one email address or open the contact's website.</p>
<h2>Actions</h2>
<dl>
<dt>Show Contact</dt>
<dd>Show the selected contact in Contacts</dd>
<dt>Edit Contact</dt>
<dd>Edit the selected contact in Contacts</dd>
<dt>Add Note…</dt>
<dd>Add a text note to a selected contact. This does not open Contacts.</dd>
</dl></string>
<key>icon</key>
<string>com.apple.AddressBook</string>
<key>relatedBundles</key>
<array>
<string>com.apple.AddressBook</string>
</array>
<key>requiresFeature</key>
<string>0</string>
</dict>
<key>QSPresetAdditions</key>
<array>
<dict>
<key>ID</key>
<string>QSPresetAddressBook</string>
<key>icon</key>
<string>com.apple.AddressBook</string>
<key>name</key>
<string>Contacts</string>
<key>requiresBundle</key>
<string>com.apple.AddressBook</string>
<key>source</key>
<string>QSAddressBookObjectSource</string>
</dict>
</array>
<key>QSRegistration</key>
<dict>
<key>QSAETypeConverters</key>
<dict>
<key>com.apple.addressbook.item-object</key>
<string>QSContactObjectHandler</string>
</dict>
<key>QSActionProviders</key>
<dict>
<key>QSABContactActions</key>
<string>QSABContactActions</string>
<key>QSABMimicActionProvider</key>
<string>QSABMimicActionProvider</string>
</dict>
<key>QSBundleChildHandlers</key>
<dict>
<key>com.apple.AddressBook</key>
<string>QSAddressBookObjectSource</string>
</dict>
<key>QSObjectHandlers</key>
<dict>
<key>ABPeopleUIDsPboardType</key>
<string>QSContactObjectHandler</string>
</dict>
<key>QSObjectSources</key>
<dict>
<key>QSAddressBookObjectSource</key>
<string>QSAddressBookObjectSource</string>
</dict>
<key>QSTypeDefinitions</key>
<dict>
<key>ABPeopleUIDsPboardType</key>
<dict>
<key>icon</key>
<string>com.apple.addressbook</string>
<key>name</key>
<string>Contacts</string>
</dict>
</dict>
</dict>
<key>QSRequirements</key>
<dict>
<key>version</key>
<string>4005</string>
<key>osRequired</key>
<string>10.9</string>
</dict>
</dict>
</plist>