Skip to content

Commit 4b9b014

Browse files
committed
Completed Preference Pane for QSTwitter Plugin and Added .gitignore
Signed-off-by: Joshua Holt <[email protected]>
1 parent 635486c commit 4b9b014

23 files changed

+1217
-748
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build/*

ASI.h ASIHTTP/ASI.h

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Info.plist

+29-41
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<key>CFBundleExecutable</key>
88
<string>QSTwitter</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.blacktree.Quicksilver.Twitter</string>
10+
<string>com.thesempiternalholt.QSTwitter</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>
14-
<string>Twitter</string>
14+
<string>QSTwitter</string>
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleVersion</key>
18-
<string>30</string>
18+
<string>37</string>
1919
<key>NSPrincipalClass</key>
2020
<string>Twitter</string>
2121
<key>QSActions</key>
@@ -31,13 +31,20 @@
3131
<string>NSStringPboardType</string>
3232
</array>
3333
<key>icon</key>
34-
<string>QSTwitter</string>
34+
<string>QSTwitter2</string>
3535
<key>name</key>
3636
<string>Twitter</string>
3737
<key>validatesObjects</key>
3838
<false/>
3939
</dict>
4040
</dict>
41+
<key>QSDefaults</key>
42+
<dict>
43+
<key>QSTwitterUserName</key>
44+
<string></string>
45+
<key>QSTwitterUserPassword</key>
46+
<string></string>
47+
</dict>
4148
<key>QSPlugIn</key>
4249
<dict>
4350
<key>author</key>
@@ -50,7 +57,7 @@
5057
<key>description</key>
5158
<string>Posts a Tweet to your twitter account</string>
5259
<key>icon</key>
53-
<string>QSTwitter</string>
60+
<string>QSTwitter2</string>
5461
<key>qsversion</key>
5562
<string>β56a7</string>
5663
<key>relatedBundles </key>
@@ -67,7 +74,7 @@
6774
<string>TwitterSource</string>
6875
</dict>
6976
</array>
70-
<key>QSRegistrationTemplate</key>
77+
<key>QSRegistration</key>
7178
<dict>
7279
<key>QSActionProviders</key>
7380
<dict>
@@ -91,51 +98,32 @@
9198
</dict>
9299
<key>QSPreferencePanes</key>
93100
<dict>
94-
<key>Twitter_PrefPane</key>
101+
<key>QSTwitterPrefPane</key>
95102
<dict>
96103
<key>class</key>
97104
<string>QSPreferencePane</string>
98105
<key>description</key>
99-
<string>Preferences</string>
106+
<string>QSTwitter Preferences</string>
100107
<key>icon</key>
101-
<string></string>
108+
<string>QSTwitter2</string>
102109
<key>name</key>
103-
<string>Twitter</string>
110+
<string>QSTwitter</string>
111+
<key>nibBundle</key>
112+
<string>com.thesempiternalholt.QSTwitter</string>
113+
<key>nibName</key>
114+
<string>QSTwitterPrefPane</string>
104115
</dict>
105116
</dict>
106117
</dict>
107-
<key>QSRequirementsTemplate</key>
118+
<key>QSResourceAdditions</key>
108119
<dict>
109-
<key>bundlesTemplate</key>
110-
<array>
111-
<dict>
112-
<key>id</key>
113-
<string></string>
114-
<key>name</key>
115-
<string></string>
116-
<key>version</key>
117-
<string></string>
118-
</dict>
119-
</array>
120-
<key>feature</key>
121-
<integer>0</integer>
122-
<key>launchLoad</key>
123-
<false/>
124-
<key>pathsTemplate</key>
125-
<array>
126-
<string>/path/to/something</string>
127-
</array>
128-
<key>pluginsTemplate</key>
129-
<array>
130-
<dict>
131-
<key>id</key>
132-
<string></string>
133-
<key>name</key>
134-
<string></string>
135-
<key>version</key>
136-
<string></string>
137-
</dict>
138-
</array>
120+
<key>QSTwitter2</key>
121+
<dict>
122+
<key>bundle</key>
123+
<string>com.thesempiternalholt.QSTwitter</string>
124+
<key>resource</key>
125+
<string>QSTwitter2.icns</string>
126+
</dict>
139127
</dict>
140128
</dict>
141129
</plist>

QSTwitter.icns

-116 KB
Binary file not shown.

QSTwitter.xcodeproj/joshholt.mode1v3

+23-24
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@
230230
<key>Layout</key>
231231
<array>
232232
<dict>
233+
<key>BecomeActive</key>
234+
<true/>
233235
<key>ContentConfiguration</key>
234236
<dict>
235237
<key>PBXBottomSmartGroupGIDs</key>
@@ -266,14 +268,15 @@
266268
<array>
267269
<string>0259C574FE90428111CA0C5A</string>
268270
<string>32DBCF9E0370C38000C91783</string>
271+
<string>32DBCF9F0370C38200C91783</string>
272+
<string>0259C582FE90428111CA0C5A</string>
269273
<string>1ED78706FE9D4A0611CA0C5A</string>
270-
<string>1C37FABC05509CD000000102</string>
271274
</array>
272275
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
273276
<array>
274277
<array>
275-
<integer>11</integer>
276-
<integer>10</integer>
278+
<integer>17</integer>
279+
<integer>16</integer>
277280
<integer>0</integer>
278281
</array>
279282
</array>
@@ -308,8 +311,6 @@
308311
<key>Dock</key>
309312
<array>
310313
<dict>
311-
<key>BecomeActive</key>
312-
<true/>
313314
<key>ContentConfiguration</key>
314315
<dict>
315316
<key>PBXProjectModuleGUID</key>
@@ -327,23 +328,23 @@
327328
<key>_historyCapacity</key>
328329
<integer>0</integer>
329330
<key>bookmark</key>
330-
<string>35857D3110E224E30054319B</string>
331+
<string>3552733610E349FB00194344</string>
331332
<key>history</key>
332333
<array>
333-
<string>35857AAF10E1F1540054319B</string>
334-
<string>35857AFB10E1F9C70054319B</string>
335-
<string>35857AFE10E1F9C70054319B</string>
336-
<string>35857AFF10E1F9C70054319B</string>
337-
<string>35857B1610E1FB330054319B</string>
338-
<string>35857B4810E2012C0054319B</string>
339-
<string>35857B4910E2012C0054319B</string>
340334
<string>35857D1910E21F650054319B</string>
341335
<string>35857D1A10E21F650054319B</string>
342336
<string>35857D1B10E21F650054319B</string>
343337
<string>35857D1C10E21F650054319B</string>
344338
<string>35857D1D10E21F650054319B</string>
345339
<string>35857D1E10E21F650054319B</string>
346-
<string>35857D1F10E21F650054319B</string>
340+
<string>35857D4B10E227ED0054319B</string>
341+
<string>35857D4F10E227ED0054319B</string>
342+
<string>35857D5110E227ED0054319B</string>
343+
<string>3552733110E349FB00194344</string>
344+
<string>3552733210E349FB00194344</string>
345+
<string>3552733310E349FB00194344</string>
346+
<string>3552733410E349FB00194344</string>
347+
<string>3552733510E349FB00194344</string>
347348
</array>
348349
</dict>
349350
<key>SplitCount</key>
@@ -355,14 +356,14 @@
355356
<key>GeometryConfiguration</key>
356357
<dict>
357358
<key>Frame</key>
358-
<string>{{0, 0}, {1072, 492}}</string>
359+
<string>{{0, 0}, {1072, 486}}</string>
359360
<key>RubberWindowFrame</key>
360361
<string>0 59 1280 719 0 0 1280 778 </string>
361362
</dict>
362363
<key>Module</key>
363364
<string>PBXNavigatorGroup</string>
364365
<key>Proportion</key>
365-
<string>492pt</string>
366+
<string>486pt</string>
366367
</dict>
367368
<dict>
368369
<key>ContentConfiguration</key>
@@ -375,14 +376,14 @@
375376
<key>GeometryConfiguration</key>
376377
<dict>
377378
<key>Frame</key>
378-
<string>{{0, 497}, {1072, 181}}</string>
379+
<string>{{0, 491}, {1072, 187}}</string>
379380
<key>RubberWindowFrame</key>
380381
<string>0 59 1280 719 0 0 1280 778 </string>
381382
</dict>
382383
<key>Module</key>
383384
<string>XCDetailModule</string>
384385
<key>Proportion</key>
385-
<string>181pt</string>
386+
<string>187pt</string>
386387
</dict>
387388
</array>
388389
<key>Proportion</key>
@@ -401,9 +402,9 @@
401402
</array>
402403
<key>TableOfContents</key>
403404
<array>
404-
<string>35857AA010E1EB590054319B</string>
405+
<string>355272A610E3340400194344</string>
405406
<string>1CE0B1FE06471DED0097A5F4</string>
406-
<string>35857AA110E1EB590054319B</string>
407+
<string>355272A710E3340400194344</string>
407408
<string>1CE0B20306471E060097A5F4</string>
408409
<string>1CE0B20506471E060097A5F4</string>
409410
</array>
@@ -566,7 +567,7 @@
566567
<key>PBXProjectModuleGUID</key>
567568
<string>1CD0528F0623707200166675</string>
568569
<key>PBXProjectModuleLabel</key>
569-
<string>TwitterAction.m</string>
570+
<string></string>
570571
<key>StatusBarVisibility</key>
571572
<true/>
572573
</dict>
@@ -583,8 +584,6 @@
583584
<string>218pt</string>
584585
</dict>
585586
<dict>
586-
<key>BecomeActive</key>
587-
<true/>
588587
<key>ContentConfiguration</key>
589588
<dict>
590589
<key>PBXProjectModuleGUID</key>
@@ -624,7 +623,7 @@
624623
<key>TableOfContents</key>
625624
<array>
626625
<string>35857AA310E1EB590054319B</string>
627-
<string>35857AA410E1EB590054319B</string>
626+
<string>355272A810E3340400194344</string>
628627
<string>1CD0528F0623707200166675</string>
629628
<string>XCMainBuildResultsModuleGUID</string>
630629
</array>

0 commit comments

Comments
 (0)