William Bowling is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

wbowling / adium (fork of adium / adium)

Fork of Adium for patches/improvements

Clone this repository (size: 338.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/wbowling/adium
hg clone ssh://hg@bitbucket.org/wbowling/adium

adium / Plists / Info.plist

  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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
<?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>AIBuildDate</key>
        <string>BUILDDATE</string>
        <key>AIBuildIdentifier</key>
        <string>BUILDID</string>
        <key>AppleDockIconEnabled</key>
        <string>YES</string>
        <key>CFBundleDevelopmentRegion</key>
        <string>en</string>
        <key>CFBundleDocumentTypes</key>
        <array>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumPlugin</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumPlugin.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Plugin</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AdIM</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.plugin</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumLibpurplePlugin</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumPlugin.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Libpurple Plugin</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AdIM</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.libpurpleplugin</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumIcon</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumIcon.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Dock Icon</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AIDk</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.dockicon</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumSoundset</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumSoundset.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Sound Set</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AISd</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.soundset</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumMenuBarIcons</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumMenuBarIcons.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Menu Bar Icons</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AdMB</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.menubaricons</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumEmoticonset</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumEmoticonset.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Emoticon Set</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AIEm</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.emoticonset</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumMessageStyle</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumMessageStyle.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Message Style</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AIWK</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.messagestyle</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumScripts</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumScripts.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Scripts</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AIAS</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.script</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>ListLayout</string>
                                <string>AdiumListLayout</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumListLayout.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium List Layout</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AILL</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Editor</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.contactlistlayout</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>ListTheme</string>
                                <string>AdiumListTheme</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumListTheme.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium List Theme</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AILT</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Editor</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.contactlisttheme</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumStatusIcons</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumStatusIcons</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Status Icons</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AISt</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.statusicons</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumServiceIcons</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>AdiumServiceIcons.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Service Icons</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AISr</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.serviceicons</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumHTMLLog</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>Adium.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Chat Log</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AILh</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Editor</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.htmllog</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                        <key>NSPersistentStoreTypeKey</key>
                        <string>Binary</string>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>AdiumGroupChatStatusIcons</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>Adium.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Group Chat Status Icons</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AIGc</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.groupchatstatusicons</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                        <key>NSPersistentStoreTypeKey</key>
                        <string>Binary</string>
                </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>chatlog</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>Adium.icns</string>
                        <key>CFBundleTypeName</key>
                        <string>Adium Chat Log</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>AILo</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Editor</string>
                        <key>LSItemContentTypes</key>
                        <array>
                                <string>com.adiumx.xmllog</string>
                        </array>
                        <key>LSTypeIsPackage</key>
                        <true/>
                        <key>NSPersistentStoreTypeKey</key>
                        <string>Binary</string>
                </dict>
        </array>
        <key>CFBundleExecutable</key>
        <string>Adium</string>
        <key>CFBundleGetInfoString</key>
        <string>1.5hg, Copyright 2001-2009 The Adium Team</string>
        <key>CFBundleHelpBookFolder</key>
        <string>AdiumHelp</string>
        <key>CFBundleHelpBookName</key>
        <string>Adium Help</string>
        <key>CFBundleIconFile</key>
        <string>Adium.icns</string>
        <key>CFBundleIdentifier</key>
        <string>com.adiumX.adiumX</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
        <string>Adium</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
        <string>1.5hg</string>
        <key>CFBundleSignature</key>
        <string>AdIM</string>
        <key>CFBundleURLTypes</key>
        <array>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>AIM URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>aim</string>
                        </array>
                </dict>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>Yahoo! Messenger URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>ymsgr</string>
                                <string>yahoo</string>
                        </array>
                </dict>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>Jabber URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>xmpp</string>
                                <string>jabber</string>
                        </array>
                </dict>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>Google Talk URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>gtalk</string>
                        </array>
                </dict>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>Microsoft Network URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>msn</string>
                        </array>
                </dict>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>Twitter Reply URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>twitterreply</string>
                        </array>
                </dict>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>MySpace Service URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>msim</string>
                        </array>
                </dict>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>IRC Service URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>irc</string>
                        </array>
                </dict>
                <dict>
                        <key>CFBundleURLIconFile</key>
                        <string>generic</string>
                        <key>CFBundleURLName</key>
                        <string>Adium Xtra installation URL</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>adiumxtra</string>
                        </array>
                </dict>
        </array>
        <key>CFBundleVersion</key>
        <string>1.5hg</string>
        <key>LSMinimumSystemVersion</key>
        <string>10.5.0</string>
        <key>LSRequiresNativeExecution</key>
        <true/>
        <key>NSAppleScriptEnabled</key>
        <true/>
        <key>NSMainNibFile</key>
        <string>MainMenu</string>
        <key>NSPrincipalClass</key>
        <string>AIApplication</string>
        <key>OSAScriptingDefinition</key>
        <string>Adium.sdef</string>
        <key>SUCheckAtStartup</key>
        <true/>
        <key>SUFeedURL</key>
        <string>http://www.adiumx.com/sparkle/update.php</string>
        <key>SUPublicDSAKeyFile</key>
        <string>dsa_pub.pem</string>
        <key>SUScheduledCheckInterval</key>
        <integer>86400</integer>
        <key>SmartCrashReports_CompanyName</key>
        <string>Adium</string>
        <key>SmartCrashReports_EmailTicket</key>
        <string>SCR-2631F8982F</string>
        <key>UTExportedTypeDeclarations</key>
        <array>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.apple.package</string>
                                <string>com.apple.bundle</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium Xtra</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumXtra.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.xtra</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict/>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium plug-in</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumPlugin.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.plugin</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AdIM</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumPlugin</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium Libpurple plug-in</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumPlugin.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.libpurpleplugin</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AdIM</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumLibpurplePlugin</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium WebKit Message View style</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumMessageStyle.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.messagestyle</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AIWK</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumMessageStyle</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium Dock icon pack</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumIcon.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.dockicon</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AIDk</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumIcon</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium sound set</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumSoundset.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.soundset</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AISd</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumSoundset</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium emoticon set</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumEmoticonset.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.emoticonset</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AIEm</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumEmoticonset</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium script pack</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumScripts.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.script</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AIAS</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumScripts</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium contact list layout</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumListLayout.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.contactlistlayout</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AILL</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>ListLayout</string>
                                        <string>AdiumListLayout</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium contact list color theme</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumListTheme.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.contactlisttheme</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AILT</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>ListTheme</string>
                                        <string>AdiumListTheme</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium status icon pack</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumStatusIcons.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.statusicons</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AISt</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumStatusIcons</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium service icon pack</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumServiceIcons.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.serviceicons</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AISr</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumServiceIcons</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>com.adiumx.xtra</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium menu bar icons pack</string>
                        <key>UTTypeIconFile</key>
                        <string>AdiumMenuBarIcons.icns</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.menubaricons</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://xtras.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AdMB</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumMenuBarIcons</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>public.data</string>
                                <string>com.apple.bundle</string>
                                <string>public.content</string>
                                <string>public.text</string>
                                <string>public.message</string>
                                <string>public.xml</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium chat log</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.xmllog</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://www.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AILo</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumLog</string>
                                        <string>chatlog</string>
                                </array>
                        </dict>
                </dict>
                <dict>
                        <key>UTTypeConformsTo</key>
                        <array>
                                <string>public.data</string>
                                <string>public.html</string>
                                <string>public.text</string>
                                <string>public.content</string>
                                <string>public.message</string>
                        </array>
                        <key>UTTypeDescription</key>
                        <string>Adium HTML chat log</string>
                        <key>UTTypeIdentifier</key>
                        <string>com.adiumx.htmllog</string>
                        <key>UTTypeReferenceURL</key>
                        <string>http://www.adiumx.com</string>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                                <string>AILh</string>
                                <key>public.filename-extension</key>
                                <array>
                                        <string>AdiumHTMLLog</string>
                                </array>
                        </dict>
                </dict>
        </array>
        <key>LSMinimumSystemVersionByArchitecture</key>
        <dict>
                <key>x86_64</key>
                <string>10.6.0</string>
        </dict>
</dict>
</plist>