Adium.xcodeproj/project.pbxproj
author Zachary West <zacw@adium.im>
Wed Oct 28 10:44:02 2009 -0400 (2009-10-28)
changeset 2795 74a33a2e7467
parent 2721 580656660c5c
child 2810 0815e91b9644
permissions -rw-r--r--
Add a "Default font remover" plugin. Refs #12906 (though really fixes it).

This restores our pre-Snow Leopard behavior of sending plaintext when our defualt default font is specified. This also removes the white background Snow Leopard gives us for the attributed string, which would cause it to be sent for every message as well.

The only 'gotcha' here is that, for example, Helvetica-Oblique (italics) is a different actual font than Helvetica. At this point I'm more or less okay with this behavior.
David@0
     1
// !$*UTF8*$!
David@0
     2
{
David@0
     3
	archiveVersion = 1;
David@0
     4
	classes = {
David@0
     5
	};
David@573
     6
	objectVersion = 45;
David@0
     7
	objects = {
David@0
     8
David@0
     9
/* Begin PBXAggregateTarget section */
David@0
    10
		34F3B9510BDF15F40011AB34 /* Touch Framework Bundles to Executable Date */ = {
David@0
    11
			isa = PBXAggregateTarget;
David@0
    12
			buildConfigurationList = 34F3B95A0BDF16130011AB34 /* Build configuration list for PBXAggregateTarget "Touch Framework Bundles to Executable Date" */;
David@0
    13
			buildPhases = (
David@0
    14
				34F3B9500BDF15F40011AB34 /* ShellScript */,
David@0
    15
			);
David@0
    16
			dependencies = (
David@0
    17
			);
David@0
    18
			name = "Touch Framework Bundles to Executable Date";
David@0
    19
			productName = "Touch Framework Bundles to Executable Date";
David@0
    20
		};
catfish@1887
    21
		F53C25AE0A2F95F100F7B73D /* Setup Build Directory */ = {
catfish@1887
    22
			isa = PBXAggregateTarget;
catfish@1887
    23
			buildConfigurationList = F53C25AF0A2F95F600F7B73D /* Build configuration list for PBXAggregateTarget "Setup Build Directory" */;
catfish@1887
    24
			buildPhases = (
catfish@1887
    25
				F53C25AD0A2F95F100F7B73D /* ShellScript */,
catfish@1887
    26
			);
catfish@1887
    27
			dependencies = (
catfish@1887
    28
			);
catfish@1887
    29
			name = "Setup Build Directory";
catfish@1887
    30
			productName = "Setup Build Directory";
catfish@1887
    31
		};
David@0
    32
		F5B17CCF0A16C6AC004AE99E /* Plist Macros */ = {
David@0
    33
			isa = PBXAggregateTarget;
David@0
    34
			buildConfigurationList = F5B17CD70A16C6BA004AE99E /* Build configuration list for PBXAggregateTarget "Plist Macros" */;
David@0
    35
			buildPhases = (
David@0
    36
				F5B17CCE0A16C6AC004AE99E /* ShellScript */,
David@0
    37
			);
David@0
    38
			dependencies = (
David@0
    39
			);
David@0
    40
			name = "Plist Macros";
David@0
    41
			productName = "Plist Macros";
David@0
    42
		};
David@0
    43
/* End PBXAggregateTarget section */
David@0
    44
David@0
    45
/* Begin PBXBuildFile section */
David@0
    46
		071C56330827933100399C0F /* Shared Dock Icon Images in Resources */ = {isa = PBXBuildFile; fileRef = 071C56310827933000399C0F /* Shared Dock Icon Images */; };
David@0
    47
		073475F10C4C9632009ACC43 /* AdiumMenuBarIcons.icns in Resources */ = {isa = PBXBuildFile; fileRef = 073475F00C4C9632009ACC43 /* AdiumMenuBarIcons.icns */; };
David@0
    48
		074DDB5D07CB413F0033AFF7 /* CBContactLastSeenPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 074DDB5C07CB413F0033AFF7 /* CBContactLastSeenPlugin.m */; };
David@0
    49
		07632BF30949E10B00FFABD8 /* ListThemeSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB42B080870A200E27095 /* ListThemeSheet.nib */; };
David@0
    50
		0779934F08221D9700F698DC /* Service Icons in Resources */ = {isa = PBXBuildFile; fileRef = 4BAFD5E806E00D1700FF7FBC /* Service Icons */; };
David@0
    51
		07C6EA890C06676400B79CBD /* AdiumHelp in Resources */ = {isa = PBXBuildFile; fileRef = 07C6EA3C0C06676400B79CBD /* AdiumHelp */; };
David@0
    52
		07E179780C657B5E005DDA3D /* ConfirmationDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 07E179770C657B5E005DDA3D /* ConfirmationDefaults.plist */; };
David@0
    53
		0C27C8650C75A23F002AA363 /* NSStringScriptingAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C27C8640C75A23A002AA363 /* NSStringScriptingAdditions.m */; };
David@0
    54
		0C79A2D90C5E633F005AE6FA /* AIMoveCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C79A2D70C5E633F005AE6FA /* AIMoveCommand.m */; };
David@0
    55
		0CAC6A140C0C657A0090AE95 /* Adium.sdef in Resources */ = {isa = PBXBuildFile; fileRef = 0CAC6A130C0C657A0090AE95 /* Adium.sdef */; };
David@0
    56
		0CD3C3AD0C43C8CC003E637C /* NSWindowScriptingAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD3C3AB0C43C8CC003E637C /* NSWindowScriptingAdditions.m */; };
David@0
    57
		0CD41C710C2776550082F83B /* AICreateCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD41C6F0C2776550082F83B /* AICreateCommand.m */; };
David@0
    58
		0CFA98C90D35C18000A077C6 /* NSDataAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFA98C70D35C18000A077C6 /* NSDataAdditions.m */; };
zacw@2795
    59
		11000D041098863B0096A1E2 /* AIDefaultFontRemovalPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 11000D031098863B0096A1E2 /* AIDefaultFontRemovalPlugin.m */; };
David@0
    60
		110763F608676CC9005987A5 /* RAFBlockEditorPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 110763F208676CC9005987A5 /* RAFBlockEditorPlugin.m */; };
David@0
    61
		110763F808676CC9005987A5 /* RAFBlockEditorWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 110763F408676CC9005987A5 /* RAFBlockEditorWindowController.m */; };
David@0
    62
		110763FA08676D05005987A5 /* BlockEditorWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 110763F908676D04005987A5 /* BlockEditorWindow.nib */; };
David@0
    63
		11077B6F0DE647C100A4DD25 /* AIStatusItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = 11077B6E0DE647C100A4DD25 /* AIStatusItemView.m */; };
zacw@877
    64
		1109634C0F61C1D00064CA0E /* AITwitterReplyWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1109634B0F61C1D00064CA0E /* AITwitterReplyWindow.nib */; };
zacw@877
    65
		1109661A0F61D3E70064CA0E /* AITwitterReplyWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 110966190F61D3E70064CA0E /* AITwitterReplyWindowController.m */; };
zacw@1467
    66
		1111B2300F8478500068CE51 /* Filter Bar.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1111B22F0F8478500068CE51 /* Filter Bar.nib */; };
zacw@1469
    67
		1111B2680F847CAD0068CE51 /* AIFilterBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1111B2670F847CAD0068CE51 /* AIFilterBarView.m */; };
zacw@1625
    68
		111256060F8DA2B200E76177 /* ESBonjourAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34F4675B080F46AC007800AB /* ESBonjourAccountView.nib */; };
zacw@1625
    69
		111256070F8DA2BF00E76177 /* AWEzv.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5D30655E90C00B791E5 /* AWEzv.m */; };
zacw@1625
    70
		111256080F8DA2BF00E76177 /* AWEzvContact.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5D50655E90C00B791E5 /* AWEzvContact.m */; };
zacw@1625
    71
		111256090F8DA2BF00E76177 /* AWEzvSupportRoutines.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5EF0655E90D00B791E5 /* AWEzvSupportRoutines.m */; };
zacw@1625
    72
		1112560A0F8DA2BF00E76177 /* AWEzvContactManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5F30655E90D00B791E5 /* AWEzvContactManager.m */; };
zacw@1625
    73
		1112560B0F8DA2BF00E76177 /* AWEzvContactManagerListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5F50655E90D00B791E5 /* AWEzvContactManagerListener.m */; };
zacw@1625
    74
		1112560C0F8DA2BF00E76177 /* AWEzvContactManagerRendezvous.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5F70655E90D00B791E5 /* AWEzvContactManagerRendezvous.m */; };
zacw@1625
    75
		1112560D0F8DA2BF00E76177 /* AWEzvPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5FB0655E90D00B791E5 /* AWEzvPrivate.m */; };
zacw@1625
    76
		1112560E0F8DA2BF00E76177 /* AWEzvRendezvousData.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5FD0655E90D00B791E5 /* AWEzvRendezvousData.m */; };
zacw@1625
    77
		1112560F0F8DA2BF00E76177 /* AWEzvStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F5FF0655E90D00B791E5 /* AWEzvStack.m */; };
zacw@1625
    78
		111256100F8DA2BF00E76177 /* AWEzvXMLNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F6010655E90D00B791E5 /* AWEzvXMLNode.m */; };
zacw@1625
    79
		111256110F8DA2BF00E76177 /* AWEzvXMLStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 4947F6030655E90D00B791E5 /* AWEzvXMLStream.m */; };
zacw@1625
    80
		111256120F8DA2BF00E76177 /* ESBonjourAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F46755080F46AB007800AB /* ESBonjourAccountViewController.m */; };
zacw@1625
    81
		111256130F8DA2BF00E76177 /* AWBonjourPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F46757080F46AB007800AB /* AWBonjourPlugin.m */; };
zacw@1625
    82
		111256140F8DA2BF00E76177 /* AWBonjourAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F46759080F46AB007800AB /* AWBonjourAccount.m */; };
zacw@1625
    83
		111256150F8DA2BF00E76177 /* AWBonjourService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F4675C080F46AC007800AB /* AWBonjourService.m */; };
zacw@1625
    84
		111256160F8DA2BF00E76177 /* EKEzvFileTransfer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FAFD7B20C4FD00100EDB3B8 /* EKEzvFileTransfer.m */; };
zacw@1625
    85
		111256170F8DA2BF00E76177 /* AsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB330970C7235AD00B001A8 /* AsyncSocket.m */; };
zacw@1625
    86
		111256180F8DA2BF00E76177 /* HTTPAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB330990C7235AD00B001A8 /* HTTPAuthenticationRequest.m */; };
zacw@1625
    87
		111256190F8DA2BF00E76177 /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB3309B0C7235AD00B001A8 /* HTTPServer.m */; };
zacw@1625
    88
		1112561A0F8DA2BF00E76177 /* EKEzvIncomingFileTransfer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB330A20C7235BF00B001A8 /* EKEzvIncomingFileTransfer.m */; };
zacw@1625
    89
		1112561B0F8DA2BF00E76177 /* EKEzvOutgoingFileTransfer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB330A40C7235BF00B001A8 /* EKEzvOutgoingFileTransfer.m */; };
zacw@1625
    90
		111256200F8DA2DB00E76177 /* libexpat.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 6341AEFE0E53A09C00AE1439 /* libexpat.dylib */; };
zacw@1625
    91
		111256210F8DA2DB00E76177 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 636C6E5D0ED56D0100E0E528 /* libcrypto.dylib */; };
zacw@1395
    92
		111D58210F7FC1B900883487 /* AIListContactGroupChatCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 111D581F0F7FC1B900883487 /* AIListContactGroupChatCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
zacw@1395
    93
		111D58220F7FC1B900883487 /* AIListContactGroupChatCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 111D58200F7FC1B900883487 /* AIListContactGroupChatCell.m */; };
zacw@325
    94
		111DDF3A0E8E7D2F00114FCA /* AIAutomaticStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 111DDF390E8E7D2F00114FCA /* AIAutomaticStatus.m */; };
zacw@1740
    95
		111E89010F93FE3900A5F18B /* AIRealNameTooltip.m in Sources */ = {isa = PBXBuildFile; fileRef = 111E88FE0F93FE3900A5F18B /* AIRealNameTooltip.m */; };
zacw@1740
    96
		111E89020F93FE3900A5F18B /* AIUserHostTooltip.m in Sources */ = {isa = PBXBuildFile; fileRef = 111E89000F93FE3900A5F18B /* AIUserHostTooltip.m */; };
zacw@1559
    97
		1121B29A0F896A720047EC66 /* AIContactVisibilityControlPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 1121B2990F896A720047EC66 /* AIContactVisibilityControlPlugin.m */; };
zacw@847
    98
		112523190F5F7F86003FC58A /* AITwitterURLHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 112523180F5F7F86003FC58A /* AITwitterURLHandler.m */; };
zacw@2530
    99
		1125DD3C0FF5A5D600544B92 /* PurpleFacebookAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1125DD3B0FF5A5D600544B92 /* PurpleFacebookAccountView.nib */; };
zacw@2450
   100
		112939020FD5AC1B00FA8F53 /* AIConfirmationsAdvancedPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 112939010FD5AC1B00FA8F53 /* AIConfirmationsAdvancedPreferences.nib */; };
zacw@2450
   101
		112939100FD5AE1400FA8F53 /* AIConfirmationsAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 1129390F0FD5AE1400FA8F53 /* AIConfirmationsAdvancedPreferences.m */; };
zacw@1434
   102
		112B47240F82DC2300690E84 /* AIGroupChatStatusIcons.h in Headers */ = {isa = PBXBuildFile; fileRef = 112B47220F82DC2300690E84 /* AIGroupChatStatusIcons.h */; settings = {ATTRIBUTES = (Public, ); }; };
zacw@1433
   103
		112B47250F82DC2300690E84 /* AIGroupChatStatusIcons.m in Sources */ = {isa = PBXBuildFile; fileRef = 112B47230F82DC2300690E84 /* AIGroupChatStatusIcons.m */; };
zacw@1433
   104
		112B47670F82E0FC00690E84 /* AIXtraInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 112B47650F82E0FC00690E84 /* AIXtraInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
zacw@1433
   105
		112B47680F82E0FC00690E84 /* AIXtraInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 112B47660F82E0FC00690E84 /* AIXtraInfo.m */; };
zacw@1433
   106
		112B483F0F82E91200690E84 /* Group Chat Status Icons in Resources */ = {isa = PBXBuildFile; fileRef = 112B483E0F82E91200690E84 /* Group Chat Status Icons */; };
zacw@1439
   107
		112B490A0F82FB1700690E84 /* AIGroupChatStatusTooltipPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 112B49090F82FB1700690E84 /* AIGroupChatStatusTooltipPlugin.m */; };
zacw@1445
   108
		112B4A250F83194700690E84 /* AIMentionAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 112B4A240F83194700690E84 /* AIMentionAdvancedPreferences.m */; };
zacw@1445
   109
		112B4A3E0F831A4400690E84 /* AIMentionAdvancedPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 112B4A3D0F831A4400690E84 /* AIMentionAdvancedPreferences.nib */; };
zacw@2277
   110
		112E7FA60FC86BB400657119 /* AITwitterActionsHTMLFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 112E7FA50FC86BB400657119 /* AITwitterActionsHTMLFilter.m */; };
zacw@1033
   111
		113891830F6B6AFF00A7D7DC /* AILaconicaService.m in Sources */ = {isa = PBXBuildFile; fileRef = 113891820F6B6AFF00A7D7DC /* AILaconicaService.m */; };
zacw@1033
   112
		1138918A0F6B6B2800A7D7DC /* AILaconicaAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 113891890F6B6B2800A7D7DC /* AILaconicaAccount.m */; };
zacw@1033
   113
		1138918D0F6B6B3F00A7D7DC /* AILaconicaPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 1138918C0F6B6B3F00A7D7DC /* AILaconicaPlugin.m */; };
zacw@1033
   114
		113891950F6B6B9C00A7D7DC /* AILaconicaAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 113891940F6B6B9C00A7D7DC /* AILaconicaAccountViewController.m */; };
zacw@1033
   115
		113892270F6B70CA00A7D7DC /* laconica-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 113892250F6B70CA00A7D7DC /* laconica-small.png */; };
zacw@1033
   116
		113892280F6B70CA00A7D7DC /* laconica.png in Resources */ = {isa = PBXBuildFile; fileRef = 113892260F6B70CA00A7D7DC /* laconica.png */; };
zacw@1492
   117
		113900B10F85BEF60081A418 /* AIURLHandlerPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 113900B00F85BEF60081A418 /* AIURLHandlerPreferences.nib */; };
zacw@1492
   118
		113900B40F85BF880081A418 /* AIURLHandlerAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 113900B30F85BF880081A418 /* AIURLHandlerAdvancedPreferences.m */; };
zacw@1492
   119
		1139011C0F85C9450081A418 /* AIURLHandlerPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 1139011B0F85C9450081A418 /* AIURLHandlerPlugin.m */; };
zacw@1480
   120
		1139FFAA0F85260E0081A418 /* AIIRCChannelLinker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1139FFA90F85260E0081A418 /* AIIRCChannelLinker.m */; };
zacw@815
   121
		113F26A00F5CC03F00954772 /* AITwitterURLParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 113F269F0F5CC03F00954772 /* AITwitterURLParser.m */; };
zacw@1257
   122
		114849B90F7841C600EA5264 /* AIAuthorizationRequestsWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 114849B70F7841C600EA5264 /* AIAuthorizationRequestsWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; };
zacw@1257
   123
		114849BA0F7841C600EA5264 /* AIAuthorizationRequestsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 114849B80F7841C600EA5264 /* AIAuthorizationRequestsWindowController.m */; };
zacw@1257
   124
		114849BC0F78420300EA5264 /* AIAuthorizationRequestsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 114849BB0F78420300EA5264 /* AIAuthorizationRequestsWindow.nib */; };
zacw@2193
   125
		1150A9960FBE48D600E0BD31 /* ESIRCAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1150A9950FBE48D600E0BD31 /* ESIRCAccountView.nib */; };
zacw@1055
   126
		1163F0EC0F6C7A8300F12F5D /* AIURLShortenerPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 1163F0EB0F6C7A8300F12F5D /* AIURLShortenerPlugin.m */; };
zacw@1292
   127
		1164A90D0F7AD4AB00110AE4 /* AIContentTopic.h in Headers */ = {isa = PBXBuildFile; fileRef = 1164A90B0F7AD4AB00110AE4 /* AIContentTopic.h */; settings = {ATTRIBUTES = (Public, ); }; };
zacw@1292
   128
		1164A9270F7AD70700110AE4 /* AIContentTopic.m in Sources */ = {isa = PBXBuildFile; fileRef = 1164A90C0F7AD4AB00110AE4 /* AIContentTopic.m */; };
zacw@1373
   129
		117009A70F7E7D720078D6AB /* AIIRCServicesPasswordPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 117009A10F7E7D3A0078D6AB /* AIIRCServicesPasswordPlugin.m */; };
zacw@1373
   130
		11700A350F7E8BE80078D6AB /* AISpecialPasswordPromptController.m in Sources */ = {isa = PBXBuildFile; fileRef = 11700A340F7E8BE80078D6AB /* AISpecialPasswordPromptController.m */; };
zacw@1373
   131
		11700A440F7E8CB60078D6AB /* AISpecialPasswordPrompt.nib in Resources */ = {isa = PBXBuildFile; fileRef = 11700A430F7E8CB60078D6AB /* AISpecialPasswordPrompt.nib */; };
David@0
   132
		1172FBCB0CDAA8D400B8E233 /* libglib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC30CDAA8D400B8E233 /* libglib.framework */; };
David@0
   133
		1172FBCC0CDAA8D400B8E233 /* libgmodule.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC40CDAA8D400B8E233 /* libgmodule.framework */; };
David@0
   134
		1172FBCD0CDAA8D400B8E233 /* libgobject.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC50CDAA8D400B8E233 /* libgobject.framework */; };
David@0
   135
		1172FBCE0CDAA8D400B8E233 /* libgthread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC60CDAA8D400B8E233 /* libgthread.framework */; };
David@0
   136
		1172FBCF0CDAA8D400B8E233 /* libintl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC70CDAA8D400B8E233 /* libintl.framework */; };
David@0
   137
		1172FBD00CDAA8D400B8E233 /* libmeanwhile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC80CDAA8D400B8E233 /* libmeanwhile.framework */; };
David@0
   138
		1172FBD10CDAA8D400B8E233 /* libpurple.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC90CDAA8D400B8E233 /* libpurple.framework */; };
zacw@528
   139
		117866DE0EC759B9003E9B97 /* FTProgressResend_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 117866D80EC759B9003E9B97 /* FTProgressResend_Selected.tif */; };
zacw@528
   140
		117866DF0EC759B9003E9B97 /* FTProgressResend.tif in Resources */ = {isa = PBXBuildFile; fileRef = 117866D90EC759B9003E9B97 /* FTProgressResend.tif */; };
zacw@528
   141
		117866E00EC759B9003E9B97 /* FTProgressResendPressed_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 117866DA0EC759B9003E9B97 /* FTProgressResendPressed_Selected.tif */; };
zacw@528
   142
		117866E10EC759B9003E9B97 /* FTProgressResendPressed.tif in Resources */ = {isa = PBXBuildFile; fileRef = 117866DB0EC759B9003E9B97 /* FTProgressResendPressed.tif */; };
zacw@528
   143
		117866E20EC759B9003E9B97 /* FTProgressResendRollover_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 117866DC0EC759B9003E9B97 /* FTProgressResendRollover_Selected.tif */; };
zacw@528
   144
		117866E30EC759B9003E9B97 /* FTProgressResendRollover.tif in Resources */ = {isa = PBXBuildFile; fileRef = 117866DD0EC759B9003E9B97 /* FTProgressResendRollover.tif */; };
David@0
   145
		117D6DC00BC5F0C40080D02B /* notify.png in Resources */ = {isa = PBXBuildFile; fileRef = 117D6DBF0BC5F0C40080D02B /* notify.png */; };
zacw@1132
   146
		11879C0B0F6FF4C400CACFB1 /* AITwitterAccountOAuthSetup.m in Sources */ = {isa = PBXBuildFile; fileRef = 11879C0A0F6FF4C400CACFB1 /* AITwitterAccountOAuthSetup.m */; };
zacw@1132
   147
		11879DF80F6FFC0B00CACFB1 /* OAuthConsumer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11879DF70F6FFC0B00CACFB1 /* OAuthConsumer.framework */; };
catfish@1793
   148
		11879E0A0F6FFC1000CACFB1 /* OAuthConsumer.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 11879DF70F6FFC0B00CACFB1 /* OAuthConsumer.framework */; };
zacw@2510
   149
		118A44500FEEA828008153C0 /* libjson-glib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 118A444F0FEEA828008153C0 /* libjson-glib.framework */; };
zacw@2510
   150
		118A44510FEEA828008153C0 /* libjson-glib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 118A444F0FEEA828008153C0 /* libjson-glib.framework */; };
zacw@2510
   151
		118A44540FEEA82E008153C0 /* libjson-glib.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 118A444F0FEEA828008153C0 /* libjson-glib.framework */; };
zacw@2429
   152
		1192E6D90FD3056F003CAEF5 /* AIAnnoyingIRCMessagesHiderPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1192E6B10FD30307003CAEF5 /* AIAnnoyingIRCMessagesHiderPlugin.h */; };
zacw@2429
   153
		1192E6DA0FD30578003CAEF5 /* AIAnnoyingIRCMessagesHiderPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 1192E6B20FD30307003CAEF5 /* AIAnnoyingIRCMessagesHiderPlugin.m */; };
zacw@1269
   154
		11945F400F7935A2002A54B3 /* Ignore.png in Resources */ = {isa = PBXBuildFile; fileRef = 11945F3F0F7935A2002A54B3 /* Ignore.png */; };
zacw@2389
   155
		1197F6710FCF8D180032F19B /* AITwitterStatusFollowup.m in Sources */ = {isa = PBXBuildFile; fileRef = 1197F6700FCF8D180032F19B /* AITwitterStatusFollowup.m */; };
zacw@2295
   156
		11A2F10A0FC8FC1A00C3F05C /* AIMessageAlertsAdvancedPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 11A2F1090FC8FC1A00C3F05C /* AIMessageAlertsAdvancedPreferences.nib */; };
zacw@2295
   157
		11A2F1220FC8FC9D00C3F05C /* AIMessageAlertsAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 11A2F1210FC8FC9D00C3F05C /* AIMessageAlertsAdvancedPreferences.m */; };
zacw@2352
   158
		11AA10130FCE0969003908B6 /* AIProgressDataUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 11AA10110FCE0969003908B6 /* AIProgressDataUploader.h */; settings = {ATTRIBUTES = (Public, ); }; };
zacw@2352
   159
		11AA10140FCE0969003908B6 /* AIProgressDataUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 11AA10120FCE0969003908B6 /* AIProgressDataUploader.m */; };
David@0
   160
		11AA1EFA0BCAE9C3003DDA66 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11AA1EF90BCAE9C3003DDA66 /* Quartz.framework */; };
zacw@1000
   161
		11AE53610F68CE3300BE8077 /* AIPurpleOscarAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 11AE52000F68CA5000BE8077 /* AIPurpleOscarAccountViewController.h */; };
zacw@1000
   162
		11AE53620F68CE3300BE8077 /* AIPurpleOscarAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 11AE52010F68CA5000BE8077 /* AIPurpleOscarAccountViewController.m */; };
zacw@776
   163
		11BD73AE0F5A53EA007D438A /* facebook.png in Resources */ = {isa = PBXBuildFile; fileRef = 345D68950F1FD563002F2D01 /* facebook.png */; };
zacw@776
   164
		11BD73D30F5A54BB007D438A /* twitter-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 11BD73D10F5A54BB007D438A /* twitter-small.png */; };
zacw@776
   165
		11BD73D40F5A54BB007D438A /* twitter.png in Resources */ = {isa = PBXBuildFile; fileRef = 11BD73D20F5A54BB007D438A /* twitter.png */; };
zacw@2344
   166
		11BE289A0FCC7C13000E6A10 /* AIPicImImageUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 11BE28990FCC7C13000E6A10 /* AIPicImImageUploader.m */; };
zacw@2344
   167
		11BE28DF0FCC7D2B000E6A10 /* AIImageUploaderPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 11BE28DE0FCC7D2B000E6A10 /* AIImageUploaderPlugin.m */; };
zacw@2344
   168
		11BE29640FCCA8DA000E6A10 /* ImageUploaderProgress.nib in Resources */ = {isa = PBXBuildFile; fileRef = 11BE29630FCCA8DA000E6A10 /* ImageUploaderProgress.nib */; };
zacw@2344
   169
		11BE29680FCCA9E3000E6A10 /* AIImageUploaderWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 11BE29670FCCA9E3000E6A10 /* AIImageUploaderWindowController.m */; };
David@0
   170
		11C7CAF30BB58F4100296D7F /* AINudgeBuzzHandlerPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C7CAF10BB58F4100296D7F /* AINudgeBuzzHandlerPlugin.m */; };
zacw@1332
   171
		11C97DFD0F7D26C200E8DD37 /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 11C97DFC0F7D26C200E8DD37 /* dsa_pub.pem */; };
David@0
   172
		11CA00100C35EC5100A6BB8D /* SS_PreferencePaneProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 344836910BC8510B0083723B /* SS_PreferencePaneProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   173
		11CA00110C35EC5200A6BB8D /* SS_PrefsController.h in Headers */ = {isa = PBXBuildFile; fileRef = 344836920BC8510B0083723B /* SS_PrefsController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   174
		11CA00120C35EC5200A6BB8D /* SS_PrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 344836900BC8510B0083723B /* SS_PrefsController.m */; };
zacw@2195
   175
		11D135D90FBE4C65000B0A5E /* AITwitterAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 11D135D80FBE4C65000B0A5E /* AITwitterAccountView.nib */; };
zacw@2534
   176
		11D9156F0FFC0FEB00B39713 /* AIImageShackImageUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 11D915580FFC0E9C00B39713 /* AIImageShackImageUploader.m */; };
zacw@2534
   177
		11D915720FFC100700B39713 /* AIGenericMultipartImageUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 11D915710FFC100700B39713 /* AIGenericMultipartImageUploader.m */; };
zacw@1543
   178
		11E786810F8860210014612E /* AIJumpControlPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 11E7867F0F8860210014612E /* AIJumpControlPlugin.m */; };
zacw@2640
   179
		11EC56FC1049E96F00C02587 /* AILeopardCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 1156F03D1049E83F002673FC /* AILeopardCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   180
		11EE1B4D0CDCFAF40097F246 /* oscar-adium.c in Sources */ = {isa = PBXBuildFile; fileRef = 11EE1B490CDCFAF40097F246 /* oscar-adium.c */; };
David@0
   181
		11EE1B4E0CDCFAF40097F246 /* oscar-adium.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EE1B4A0CDCFAF40097F246 /* oscar-adium.h */; };
David@0
   182
		11EE1B4F0CDCFAF40097F246 /* ssl-openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 11EE1B4B0CDCFAF40097F246 /* ssl-openssl.c */; };
David@0
   183
		11EE1B500CDCFAF40097F246 /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 11EE1B4C0CDCFAF40097F246 /* ssl.c */; };
catfish@1793
   184
		11EE1CCF0CDD01120097F246 /* libglib.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC30CDAA8D400B8E233 /* libglib.framework */; };
catfish@1793
   185
		11EE1CD00CDD01120097F246 /* libgmodule.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC40CDAA8D400B8E233 /* libgmodule.framework */; };
catfish@1793
   186
		11EE1CD10CDD01120097F246 /* libgobject.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC50CDAA8D400B8E233 /* libgobject.framework */; };
catfish@1793
   187
		11EE1CD20CDD01120097F246 /* libgthread.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC60CDAA8D400B8E233 /* libgthread.framework */; };
catfish@1793
   188
		11EE1CD30CDD01120097F246 /* libintl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC70CDAA8D400B8E233 /* libintl.framework */; };
catfish@1793
   189
		11EE1CD40CDD01120097F246 /* libmeanwhile.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC80CDAA8D400B8E233 /* libmeanwhile.framework */; };
catfish@1793
   190
		11EE1CD50CDD01120097F246 /* libpurple.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC90CDAA8D400B8E233 /* libpurple.framework */; };
Evan@666
   191
		11F145F00B546AC500CA91F6 /* Menu Bar Icons in Copy Built-in Xtras */ = {isa = PBXBuildFile; fileRef = 11F145C70B546A6D00CA91F6 /* Menu Bar Icons */; };
David@0
   192
		11F1460C0B546C1200CA91F6 /* AIMenuBarIcons.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F1460A0B546C1200CA91F6 /* AIMenuBarIcons.m */; };
zacw@1263
   193
		11F5E7810F78A39400837A0B /* Authorize.png in Resources */ = {isa = PBXBuildFile; fileRef = 11F5E7800F78A39400837A0B /* Authorize.png */; };
zacw@1263
   194
		11F5E7840F78A3AA00837A0B /* Deny.png in Resources */ = {isa = PBXBuildFile; fileRef = 11F5E7830F78A3AA00837A0B /* Deny.png */; };
zacw@1263
   195
		11F5E7910F78A41700837A0B /* GetInfo.png in Resources */ = {isa = PBXBuildFile; fileRef = 11F5E7900F78A41700837A0B /* GetInfo.png */; };
zacw@776
   196
		11F738F20F58D12200B3285B /* AITwitterAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F738F10F58D12200B3285B /* AITwitterAccount.m */; };
zacw@776
   197
		11F738F90F58D18700B3285B /* AITwitterService.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F738F80F58D18700B3285B /* AITwitterService.m */; };
zacw@776
   198
		11F738FC0F58D19B00B3285B /* AITwitterPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F738FB0F58D19B00B3285B /* AITwitterPlugin.m */; };
zacw@776
   199
		11F739020F58D1C400B3285B /* AITwitterAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F739010F58D1C400B3285B /* AITwitterAccountViewController.m */; };
zacw@776
   200
		11F7397A0F58D4DC00B3285B /* MGTwitterEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F7395B0F58D4DC00B3285B /* MGTwitterEngine.m */; };
zacw@776
   201
		11F7397B0F58D4DC00B3285B /* MGTwitterHTTPURLConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F7395F0F58D4DC00B3285B /* MGTwitterHTTPURLConnection.m */; };
zacw@776
   202
		11F7397E0F58D4DD00B3285B /* MGTwitterMessagesParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F739650F58D4DC00B3285B /* MGTwitterMessagesParser.m */; };
zacw@776
   203
		11F739800F58D4DD00B3285B /* MGTwitterMiscParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F739690F58D4DC00B3285B /* MGTwitterMiscParser.m */; };
zacw@776
   204
		11F739820F58D4DD00B3285B /* MGTwitterStatusesParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F7396F0F58D4DC00B3285B /* MGTwitterStatusesParser.m */; };
zacw@776
   205
		11F739840F58D4DD00B3285B /* MGTwitterUsersParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F739730F58D4DC00B3285B /* MGTwitterUsersParser.m */; };
zacw@776
   206
		11F739850F58D4DD00B3285B /* MGTwitterXMLParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F739750F58D4DC00B3285B /* MGTwitterXMLParser.m */; };
zacw@776
   207
		11F739860F58D4DD00B3285B /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F739770F58D4DC00B3285B /* NSData+Base64.m */; };
zacw@776
   208
		11F739870F58D4DD00B3285B /* NSString+UUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F739790F58D4DC00B3285B /* NSString+UUID.m */; };
zacw@1226
   209
		11FC23C20F768C1600C1C906 /* AIXMLElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 11FC23BF0F768C0900C1C906 /* AIXMLElement.h */; settings = {ATTRIBUTES = (Public, ); }; };
zacw@1226
   210
		11FC23C30F768C2900C1C906 /* AIXMLElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 11FC23C00F768C0900C1C906 /* AIXMLElement.m */; };
David@0
   211
		31034EFF0C8142680003F5AA /* TestStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 31034EFE0C8142680003F5AA /* TestStringAdditions.m */; };
David@0
   212
		31034F0C0C8142720003F5AA /* UTF8Snowman.txt in Resources */ = {isa = PBXBuildFile; fileRef = 31034F0B0C8142720003F5AA /* UTF8Snowman.txt */; };
Peter@1072
   213
		3107D5250F63134F0051DDD5 /* TestAttributedStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3107D5240F63134F0051DDD5 /* TestAttributedStringAdditions.m */; };
David@0
   214
		312ED3D30C7E876E00A6BDA9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3448758D06D1EBDF00DA778C /* Cocoa.framework */; };
David@0
   215
		312ED3D50C7E878300A6BDA9 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 312ED3D40C7E878300A6BDA9 /* SenTestingKit.framework */; };
David@0
   216
		312ED3E20C7E8A0700A6BDA9 /* TestDateFormatterStringRepWithInterval.m in Sources */ = {isa = PBXBuildFile; fileRef = 312ED3E10C7E8A0700A6BDA9 /* TestDateFormatterStringRepWithInterval.m */; };
David@0
   217
		313C2F940D4B19B50032334D /* TestDictionaryAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 313C2F930D4B19B50032334D /* TestDictionaryAdditions.m */; };
David@0
   218
		31455C9A0CC353F800D231A0 /* TestDataAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 31455C990CC353F800D231A0 /* TestDataAdditions.m */; };
Peter@320
   219
		317D83680E89F40500298BDB /* bookmark_chat.png in Resources */ = {isa = PBXBuildFile; fileRef = 317D83670E89F40500298BDB /* bookmark_chat.png */; };
David@0
   220
		318EA69C0D7A659900EDB105 /* TestColorAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 318EA69B0D7A659900EDB105 /* TestColorAdditions.m */; };
David@0
   221
		319B29800CE8EC6F00C65398 /* TestDateAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 319B297F0CE8EC6E00C65398 /* TestDateAdditions.m */; };
David@0
   222
		31A764B90DA572B8000AC729 /* AutoHyperlinks.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3496A8EA07CE6CA30055BBAB /* AutoHyperlinks.framework */; };
David@0
   223
		31E0CD810C5EEF5200271DB1 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31E0CD800C5EEF5200271DB1 /* CoreAudio.framework */; };
David@0
   224
		31FA804C0D4A8EB200ABE634 /* Adium.sdef in Resources */ = {isa = PBXBuildFile; fileRef = 0CAC6A130C0C657A0090AE95 /* Adium.sdef */; };
David@0
   225
		3402D5A5080DBC91004E50B4 /* SortConfiguration.nib in Resources */ = {isa = PBXBuildFile; fileRef = 347E791D07CAA52300350507 /* SortConfiguration.nib */; };
David@0
   226
		3402E01B07CB0CED0044F818 /* ESFileTransferProgressView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 3402E01A07CB0CEC0044F818 /* ESFileTransferProgressView.nib */; };
David@0
   227
		3402E02407CB0D1B0044F818 /* ProxyPasswordPrompt.nib in Resources */ = {isa = PBXBuildFile; fileRef = 3402E02307CB0D1B0044F818 /* ProxyPasswordPrompt.nib */; };
David@0
   228
		3402E02607CB0D1B0044F818 /* PasswordPrompt.nib in Resources */ = {isa = PBXBuildFile; fileRef = 3402E02507CB0D1B0044F818 /* PasswordPrompt.nib */; };
David@0
   229
		3402E02E07CB0DBB0044F818 /* AboutBox.nib in Resources */ = {isa = PBXBuildFile; fileRef = 3402E02D07CB0DBB0044F818 /* AboutBox.nib */; };
David@0
   230
		3402E04207CB0E4D0044F818 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3402E04107CB0E4D0044F818 /* Localizable.strings */; };
David@0
   231
		3403F4D60D2EFE53006B08FB /* AICachedUserIconSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 3403F4D40D2EFE53006B08FB /* AICachedUserIconSource.h */; };
David@0
   232
		3403F4D70D2EFE53006B08FB /* AICachedUserIconSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3403F4D50D2EFE53006B08FB /* AICachedUserIconSource.m */; };
David@0
   233
		3403F4D80D2EFE5B006B08FB /* AIManuallySetUserIconSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3403F4CF0D2EFE10006B08FB /* AIManuallySetUserIconSource.m */; };
David@0
   234
		3403F4DB0D2EFE6D006B08FB /* AIManuallySetUserIconSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 3403F4CE0D2EFE10006B08FB /* AIManuallySetUserIconSource.h */; };
David@0
   235
		3403F56B0D2F0BDE006B08FB /* AIServersideUserIconSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 3403F5690D2F0BDE006B08FB /* AIServersideUserIconSource.h */; };
David@0
   236
		3403F56C0D2F0BDE006B08FB /* AIServersideUserIconSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3403F56A0D2F0BDE006B08FB /* AIServersideUserIconSource.m */; };
Evan@669
   237
		34064D100F21B34200AA6FE3 /* PurpleFacebookAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34064D0E0F21B34200AA6FE3 /* PurpleFacebookAccountViewController.m */; };
Evan@669
   238
		34064D110F21B34200AA6FE3 /* PurpleFacebookAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34064D0F0F21B34200AA6FE3 /* PurpleFacebookAccountViewController.h */; };
David@0
   239
		340670A90A55A4B4004E22AC /* ESGlassSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 340670A70A55A4B4004E22AC /* ESGlassSplitView.m */; };
Evan@666
   240
		34082675075B079800703011 /* Dock Icons in Copy Built-in Xtras */ = {isa = PBXBuildFile; fileRef = 3408254D075B078B00703011 /* Dock Icons */; };
David@0
   241
		34082690075B5CB900703011 /* Awake.png in Resources */ = {isa = PBXBuildFile; fileRef = 3408268E075B5CB900703011 /* Awake.png */; };
David@0
   242
		34082691075B5CB900703011 /* Flap.png in Resources */ = {isa = PBXBuildFile; fileRef = 3408268F075B5CB900703011 /* Flap.png */; };
David@0
   243
		340C1ABF0BD58FAB00D09235 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 340C1ABE0BD58FAB00D09235 /* Security.framework */; };
David@0
   244
		340C1E770BD59A0500D09235 /* GBImportPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 340C1E750BD59A0500D09235 /* GBImportPlugin.m */; };
David@0
   245
		340D859B0ADC82D100D05B3F /* sourceListBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 340670790A55A044004E22AC /* sourceListBackground.png */; };
David@0
   246
		34107B4C09E9923D001CC042 /* AIGuestAccountWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34107B4A09E9923D001CC042 /* AIGuestAccountWindowController.m */; };
David@0
   247
		34107B5609E992DA001CC042 /* GuestAccountWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34107B5509E992DA001CC042 /* GuestAccountWindow.nib */; };
David@0
   248
		34167FED081D706300E35678 /* DualWindowMessageAdvanced.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34167FEC081D706200E35678 /* DualWindowMessageAdvanced.nib */; };
David@0
   249
		3419DE730A81042F00C3FC68 /* AccountPrefs.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D8326107CBD598006466F2 /* AccountPrefs.plist */; };
David@0
   250
		3419DE740A81042F00C3FC68 /* BuiltInStatusStates.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D8327507CBD5B3006466F2 /* BuiltInStatusStates.plist */; };
David@0
   251
		3419DE750A81042F00C3FC68 /* ContactPrefs.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D8326607CBD598006466F2 /* ContactPrefs.plist */; };
David@0
   252
		3419DE760A81042F00C3FC68 /* DefaultIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8326707CBD598006466F2 /* DefaultIcon.png */; };
David@0
   253
		3419DE770A81042F00C3FC68 /* DockPrefs.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D8326207CBD598006466F2 /* DockPrefs.plist */; };
David@0
   254
		3419DE780A81042F00C3FC68 /* emoticon32.png in Resources */ = {isa = PBXBuildFile; fileRef = 3428B33E0815E1FB00C0D3DC /* emoticon32.png */; };
David@0
   255
		3419DE790A81042F00C3FC68 /* emoticon32_transparent.png in Resources */ = {isa = PBXBuildFile; fileRef = 345F590608199746001F733C /* emoticon32_transparent.png */; };
David@0
   256
		3419DE7A0A81042F00C3FC68 /* FontPanelAccessoryView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34B995D9092A832700E31E91 /* FontPanelAccessoryView.nib */; };
David@0
   257
		3419DE7B0A81042F00C3FC68 /* info.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8326507CBD598006466F2 /* info.png */; };
David@0
   258
		3419DE7C0A81042F00C3FC68 /* Lock_Locked State.png in Resources */ = {isa = PBXBuildFile; fileRef = 34DFF53007A62EB100B92233 /* Lock_Locked State.png */; };
David@0
   259
		3419DE7D0A81042F00C3FC68 /* Lock_Unlocked State.png in Resources */ = {isa = PBXBuildFile; fileRef = 34DFF52607A62EB000B92233 /* Lock_Unlocked State.png */; };
David@0
   260
		3419DE7E0A81042F00C3FC68 /* remove.png in Resources */ = {isa = PBXBuildFile; fileRef = 347E787507CA975900350507 /* remove.png */; };
David@0
   261
		3419DE7F0A81042F00C3FC68 /* sendfile.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8326307CBD598006466F2 /* sendfile.png */; };
David@0
   262
		3419DE800A81042F00C3FC68 /* togglegroups.png in Resources */ = {isa = PBXBuildFile; fileRef = 345F58F208199727001F733C /* togglegroups.png */; };
David@0
   263
		3419DE810A81042F00C3FC68 /* togglegroups_transparent.png in Resources */ = {isa = PBXBuildFile; fileRef = 345F58F108199727001F733C /* togglegroups_transparent.png */; };
David@0
   264
		3419DE820A81042F00C3FC68 /* ToolbarPrefs.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D8327607CBD5B3006466F2 /* ToolbarPrefs.plist */; };
David@0
   265
		3419DF3B0A8119BF00C3FC68 /* AICalendarDate.m in Sources */ = {isa = PBXBuildFile; fileRef = 340D0A000A7DD1F40059A3AF /* AICalendarDate.m */; };
David@0
   266
		3419E2DF0A81445800C3FC68 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3419E2DE0A81445800C3FC68 /* Localizable.strings */; };
David@0
   267
		3419E2F80A8145B800C3FC68 /* GBFireImporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F50A75A10A0AE77A00A6D1BA /* GBFireImporter.m */; };
David@0
   268
		3419E2FA0A8145B900C3FC68 /* GBFireLogImporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F56E068D0A4B738B008D1EB5 /* GBFireLogImporter.m */; };
David@0
   269
		3419E7390A880AD400C3FC68 /* ESPurpleQQAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 3419E7370A880AD300C3FC68 /* ESPurpleQQAccount.h */; };
David@0
   270
		3419E73A0A880AD400C3FC68 /* ESPurpleQQAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 3419E7380A880AD400C3FC68 /* ESPurpleQQAccount.m */; };
David@0
   271
		3419E73F0A880B2C00C3FC68 /* ESQQService.h in Headers */ = {isa = PBXBuildFile; fileRef = 3419E73D0A880B2B00C3FC68 /* ESQQService.h */; };
David@0
   272
		3419E7400A880B2C00C3FC68 /* ESQQService.m in Sources */ = {isa = PBXBuildFile; fileRef = 3419E73E0A880B2C00C3FC68 /* ESQQService.m */; };
David@0
   273
		3419E7690A880CDA00C3FC68 /* ESPurpleQQAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3419E7670A880CD900C3FC68 /* ESPurpleQQAccountViewController.h */; };
David@0
   274
		3419E76A0A880CDA00C3FC68 /* ESPurpleQQAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3419E7680A880CD900C3FC68 /* ESPurpleQQAccountViewController.m */; };
David@0
   275
		3419F7760531512200C68BA3 /* Adium.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34BD9DE105314751000AB133 /* Adium.framework */; };
catfish@1793
   276
		3419FE230531586A00C68BA3 /* Adium.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34BD9DE105314751000AB133 /* Adium.framework */; };
David@0
   277
		341BCF850961354D00CF83F5 /* AIMessageWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 341BCF810961354D00CF83F5 /* AIMessageWindow.m */; };
David@0
   278
		341BCF870961354D00CF83F5 /* AIClickThroughThemeDocumentButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 341BCF830961354D00CF83F5 /* AIClickThroughThemeDocumentButton.m */; };
David@0
   279
		341BD55D0965E97F00CF83F5 /* ESOTRPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 341BD5550965E97F00CF83F5 /* ESOTRPreferences.m */; };
David@0
   280
		341BD55F0965E97F00CF83F5 /* ESOTRPrivateKeyGenerationWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 341BD5570965E97F00CF83F5 /* ESOTRPrivateKeyGenerationWindowController.m */; };
David@0
   281
		341BD5610965E97F00CF83F5 /* ESOTRUnknownFingerprintController.m in Sources */ = {isa = PBXBuildFile; fileRef = 341BD5590965E97F00CF83F5 /* ESOTRUnknownFingerprintController.m */; };
David@0
   282
		341BD5630965E97F00CF83F5 /* ESOTRFingerprintDetailsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 341BD55B0965E97F00CF83F5 /* ESOTRFingerprintDetailsWindowController.m */; };
David@0
   283
		341BD56C0965E9A500CF83F5 /* AdiumOTREncryption.m in Sources */ = {isa = PBXBuildFile; fileRef = 341BD56A0965E9A500CF83F5 /* AdiumOTREncryption.m */; };
David@0
   284
		341BD5700965EC3500CF83F5 /* OTRFingerprintDetailsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 341BD56E0965EC3500CF83F5 /* OTRFingerprintDetailsWindow.nib */; };
David@0
   285
		341BD5710965EC3500CF83F5 /* OTRPrivateKeyGenerationWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 341BD56F0965EC3500CF83F5 /* OTRPrivateKeyGenerationWindow.nib */; };
David@0
   286
		341BD57B0965EC4700CF83F5 /* OTRPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 341BD5790965EC4700CF83F5 /* OTRPrefs.nib */; };
David@0
   287
		341BDF5E0969814A00CF83F5 /* BadgerDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 341BDF5D0969814900CF83F5 /* BadgerDefaults.plist */; };
David@0
   288
		341BDF700969829E00CF83F5 /* DockUnviewedContentDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 341BDF6F0969829E00CF83F5 /* DockUnviewedContentDefaults.plist */; };
David@414
   289
		342353D709D45726009FF634 /* AILogViewerWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 342353D509D45725009FF634 /* AILogViewerWindowController.m */; };
David@0
   290
		3428328907D2643F004F01C9 /* ESStatusPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 3428328507D2643F004F01C9 /* ESStatusPreferences.m */; };
David@0
   291
		3428328B07D2643F004F01C9 /* ESStatusPreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 3428328707D2643F004F01C9 /* ESStatusPreferencesPlugin.m */; };
David@0
   292
		342838EE07D2D004004F01C9 /* Shared Dock Icon Images in Resources */ = {isa = PBXBuildFile; fileRef = 342838ED07D2D004004F01C9 /* Shared Dock Icon Images */; };
David@0
   293
		342910CD07AE228600C815F6 /* AIEmoticonPackPreviewTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 342910CB07AE228600C815F6 /* AIEmoticonPackPreviewTableView.m */; };
David@0
   294
		3429BB06070378F700EED705 /* ESFileTransferMessagesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 3429BB04070378F700EED705 /* ESFileTransferMessagesPlugin.m */; };
David@0
   295
		342F88BC0A2A74D50001DB29 /* SRKeyCodeTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F88B00A2A74D30001DB29 /* SRKeyCodeTransformer.m */; };
David@0
   296
		342F88BD0A2A74D50001DB29 /* SRValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F88B10A2A74D40001DB29 /* SRValidator.m */; };
David@0
   297
		342F88C00A2A74D50001DB29 /* SRRecorderControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F88B40A2A74D40001DB29 /* SRRecorderControl.m */; };
David@0
   298
		342F88C20A2A74D50001DB29 /* SRCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F88B60A2A74D40001DB29 /* SRCommon.m */; };
David@0
   299
		342F88C40A2A74D50001DB29 /* SRRecorderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F88B80A2A74D40001DB29 /* SRRecorderCell.m */; };
David@0
   300
		342F88CF0A2A74EB0001DB29 /* PTKeyCombo.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F88C90A2A74EA0001DB29 /* PTKeyCombo.m */; };
David@0
   301
		342F88D10A2A74EB0001DB29 /* PTHotKeyCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F88CB0A2A74EA0001DB29 /* PTHotKeyCenter.m */; };
David@0
   302
		342F88D30A2A74EB0001DB29 /* PTHotKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F88CD0A2A74EB0001DB29 /* PTHotKey.m */; };
David@0
   303
		3430222A0AB4766E0082CF7C /* AINulRemovalPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 343022280AB4766E0082CF7C /* AINulRemovalPlugin.m */; };
David@0
   304
		343700A70A9C1E170028604E /* AIAdvancedPreferencePane.h in Headers */ = {isa = PBXBuildFile; fileRef = 343700A50A9C1E170028604E /* AIAdvancedPreferencePane.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   305
		343700A80A9C1E170028604E /* AIAdvancedPreferencePane.m in Sources */ = {isa = PBXBuildFile; fileRef = 343700A60A9C1E170028604E /* AIAdvancedPreferencePane.m */; };
David@0
   306
		343700A90A9C1E170028604E /* AIAdvancedPreferencePane.h in Headers */ = {isa = PBXBuildFile; fileRef = 343700A50A9C1E170028604E /* AIAdvancedPreferencePane.h */; };
David@0
   307
		34382CEA0A50386C004BF6A2 /* DCMessageContextDisplayPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34382CE60A50386C004BF6A2 /* DCMessageContextDisplayPlugin.m */; };
David@0
   308
		34382CEF0A50387A004BF6A2 /* MessageContextDisplayDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34382CEE0A50387A004BF6A2 /* MessageContextDisplayDefaults.plist */; };
David@0
   309
		343BB5020C96CB2000506F9B /* AINewBookmarkWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A970670C965F6900F46006 /* AINewBookmarkWindowController.m */; };
David@0
   310
		343BB5B90C96D54000506F9B /* PurpleMySpaceService.h in Headers */ = {isa = PBXBuildFile; fileRef = 343BB5B70C96D54000506F9B /* PurpleMySpaceService.h */; };
David@0
   311
		343BB5BA0C96D54000506F9B /* PurpleMySpaceService.m in Sources */ = {isa = PBXBuildFile; fileRef = 343BB5B80C96D54000506F9B /* PurpleMySpaceService.m */; };
David@0
   312
		343BB5BD0C96D55400506F9B /* PurpleMySpaceAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 343BB5BB0C96D55400506F9B /* PurpleMySpaceAccount.h */; };
David@0
   313
		343BB5BE0C96D55400506F9B /* PurpleMySpaceAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 343BB5BC0C96D55400506F9B /* PurpleMySpaceAccount.m */; };
David@0
   314
		343BB5C10C96D56B00506F9B /* PurpleMySpaceAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 343BB5BF0C96D56B00506F9B /* PurpleMySpaceAccountViewController.h */; };
David@0
   315
		343BB5C20C96D56B00506F9B /* PurpleMySpaceAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 343BB5C00C96D56B00506F9B /* PurpleMySpaceAccountViewController.m */; };
David@0
   316
		343BB5C40C96D57900506F9B /* PurpleDefaultsMySpace.plist in Resources */ = {isa = PBXBuildFile; fileRef = 343BB5C30C96D57900506F9B /* PurpleDefaultsMySpace.plist */; };
David@0
   317
		343BB63B0C96DC1100506F9B /* MySpace-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 343BB6390C96DC1100506F9B /* MySpace-small.png */; };
David@0
   318
		343BB63C0C96DC1100506F9B /* MySpace-large.png in Resources */ = {isa = PBXBuildFile; fileRef = 343BB63A0C96DC1100506F9B /* MySpace-large.png */; };
David@0
   319
		343EB3FE08086D2F00E27095 /* AccountProxy.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB3FD08086D2F00E27095 /* AccountProxy.nib */; };
David@0
   320
		343EB40208086D9000E27095 /* AppearancePrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB40108086D9000E27095 /* AppearancePrefs.nib */; };
David@0
   321
		343EB41708086D9100E27095 /* StatusSortConfiguration.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB41608086D9100E27095 /* StatusSortConfiguration.nib */; };
David@0
   322
		343EC6920809DD3400E27095 /* ListLayoutSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EC6910809DD3400E27095 /* ListLayoutSheet.nib */; };
David@0
   323
		343EC6C1096F7DEA00349098 /* StatusPreferencesAdvanced.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EC6C0096F7DEA00349098 /* StatusPreferencesAdvanced.nib */; };
David@0
   324
		343EC6C8096F7E1700349098 /* ESStatusAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 343EC6C6096F7E1700349098 /* ESStatusAdvancedPreferences.m */; };
David@0
   325
		343EC9810970C29400349098 /* OfflineContactHidingDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 343EC9800970C29400349098 /* OfflineContactHidingDefaults.plist */; };
David@0
   326
		343ECBEB0971B18200349098 /* ESShowContactInfoPromptController.m in Sources */ = {isa = PBXBuildFile; fileRef = 343ECBE90971B18200349098 /* ESShowContactInfoPromptController.m */; };
David@0
   327
		343ECBEE0971B18E00349098 /* ShowContactInfoPrompt.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343ECBED0971B18E00349098 /* ShowContactInfoPrompt.nib */; };
David@0
   328
		343ECBFC0971B92100349098 /* AIBorderlessListController.m in Sources */ = {isa = PBXBuildFile; fileRef = 343ECBFA0971B92100349098 /* AIBorderlessListController.m */; };
David@0
   329
		344458F0070B5BEF00D8E932 /* ESDebugWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 344458EE070B5BEF00D8E932 /* ESDebugWindowController.m */; };
David@0
   330
		344499E90B23CA5D0054B761 /* adiumPurpleAccounts.h in Headers */ = {isa = PBXBuildFile; fileRef = 344499E70B23CA5D0054B761 /* adiumPurpleAccounts.h */; };
David@0
   331
		344499EA0B23CA5D0054B761 /* adiumPurpleAccounts.m in Sources */ = {isa = PBXBuildFile; fileRef = 344499E80B23CA5D0054B761 /* adiumPurpleAccounts.m */; };
David@0
   332
		344838690BC85EF70083723B /* AccountListPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4B8C3CE80825F60B004B9F45 /* AccountListPreferences.nib */; };
David@0
   333
		344838B50BC860770083723B /* AIAccountListPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8C3C980825EAF9004B9F45 /* AIAccountListPreferences.m */; };
David@0
   334
		344839380BC862780083723B /* pref-messages.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8336707CBD807006466F2 /* pref-messages.png */; };
David@0
   335
		3448399A0BC8644C0083723B /* AIAdvancedPreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 344839980BC8644C0083723B /* AIAdvancedPreferencesPlugin.m */; };
David@0
   336
		344839A00BC864610083723B /* AIAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 3448399E0BC864610083723B /* AIAdvancedPreferences.m */; };
David@0
   337
		34483A990BC869680083723B /* AdvancedPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34483A980BC869680083723B /* AdvancedPreferences.nib */; };
David@0
   338
		3448758E06D1EBDF00DA778C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3448758D06D1EBDF00DA778C /* Cocoa.framework */; };
David@0
   339
		3448761406D1EC0C00DA778C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3448758D06D1EBDF00DA778C /* Cocoa.framework */; };
David@0
   340
		344D97470C3C442600498CA1 /* AddressBookUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 344D97390C3C442500498CA1 /* AddressBookUtils.m */; };
David@0
   341
		344D97490C3C442600498CA1 /* Buddy.m in Sources */ = {isa = PBXBuildFile; fileRef = 344D973B0C3C442500498CA1 /* Buddy.m */; };
David@691
   342
		344D974B0C3C442600498CA1 /* Chat.m in Sources */ = {isa = PBXBuildFile; fileRef = 344D973D0C3C442500498CA1 /* Chat.m */; };
David@0
   343
		344D974D0C3C442600498CA1 /* FileAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 344D973F0C3C442500498CA1 /* FileAttributes.m */; };
David@0
   344
		344D974F0C3C442600498CA1 /* InstantMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 344D97410C3C442500498CA1 /* InstantMessage.m */; };
David@0
   345
		344D97510C3C442600498CA1 /* Person.m in Sources */ = {isa = PBXBuildFile; fileRef = 344D97430C3C442500498CA1 /* Person.m */; };
David@0
   346
		344D97530C3C442600498CA1 /* Presentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 344D97450C3C442600498CA1 /* Presentity.m */; };
David@0
   347
		34500ED00A881F8500509225 /* PurpleDefaultsQQ.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3419E74B0A880C0900C3FC68 /* PurpleDefaultsQQ.plist */; };
David@0
   348
		3456231C0A3771D800E7FC97 /* ESRankingCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3456231A0A3771D800E7FC97 /* ESRankingCell.m */; };
David@0
   349
		345623200A3771E100E7FC97 /* AIChatLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 3456231E0A3771E100E7FC97 /* AIChatLog.m */; };
David@0
   350
		3456232A0A3771F400E7FC97 /* AILogToGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 345623240A3771F300E7FC97 /* AILogToGroup.m */; };
David@0
   351
		3456232C0A3771F400E7FC97 /* AILogFromGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 345623260A3771F400E7FC97 /* AILogFromGroup.m */; };
David@0
   352
		3456232F0A37723400E7FC97 /* LogViewer.nib in Resources */ = {isa = PBXBuildFile; fileRef = 3456232E0A37723400E7FC97 /* LogViewer.nib */; };
David@0
   353
		345623380A3773C300E7FC97 /* LoggingDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 345623370A3773C300E7FC97 /* LoggingDefaults.plist */; };
David@0
   354
		3456233F0A3773D100E7FC97 /* AILoggerPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 3456233D0A3773D000E7FC97 /* AILoggerPlugin.m */; };
David@0
   355
		34575E3707CBA874004A4FFF /* DebugWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34575E3607CBA874004A4FFF /* DebugWindow.nib */; };
David@0
   356
		34575E3907CBA88E004A4FFF /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34575E3807CBA88E004A4FFF /* MainMenu.nib */; };
David@0
   357
		3459CBED0A25FFBF00ECC256 /* GetMetadataForHTMLLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 3459CBE90A25FFBE00ECC256 /* GetMetadataForHTMLLog.m */; };
David@0
   358
		3459CBEF0A25FFBF00ECC256 /* GetMetadataForFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 3459CBEB0A25FFBE00ECC256 /* GetMetadataForFile.m */; };
David@0
   359
		345ACC970811C20F008E4D22 /* AwayStatusWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 345ACC960811C20F008E4D22 /* AwayStatusWindow.nib */; };
David@0
   360
		345AFAEE0A5D9A5F00D7DA6F /* AINoisyTableColumn.m in Sources */ = {isa = PBXBuildFile; fileRef = 345AFAEC0A5D9A5F00D7DA6F /* AINoisyTableColumn.m */; };
Evan@666
   361
		345D68990F1FD56B002F2D01 /* facebook.png in Resources */ = {isa = PBXBuildFile; fileRef = 345D68950F1FD563002F2D01 /* facebook.png */; };
Evan@666
   362
		345D689A0F1FD56B002F2D01 /* facebook-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 345D68960F1FD563002F2D01 /* facebook-small.png */; };
Evan@666
   363
		345D68A20F1FD59F002F2D01 /* PurpleFacebookService.h in Headers */ = {isa = PBXBuildFile; fileRef = 345D68A00F1FD59F002F2D01 /* PurpleFacebookService.h */; };
Evan@666
   364
		345D68A30F1FD59F002F2D01 /* PurpleFacebookService.m in Sources */ = {isa = PBXBuildFile; fileRef = 345D68A10F1FD59F002F2D01 /* PurpleFacebookService.m */; };
Evan@666
   365
		345D68A80F1FD5AA002F2D01 /* PurpleFacebookAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 345D68A60F1FD5AA002F2D01 /* PurpleFacebookAccount.h */; };
Evan@666
   366
		345D68A90F1FD5AA002F2D01 /* PurpleFacebookAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 345D68A70F1FD5AA002F2D01 /* PurpleFacebookAccount.m */; };
David@0
   367
		345DA0680CA09AD0009F1989 /* Statuses.strings in Resources */ = {isa = PBXBuildFile; fileRef = 345DA0660CA09AD0009F1989 /* Statuses.strings */; };
David@0
   368
		345DD7680C54EAF2007D41F5 /* zhm in Resources */ = {isa = PBXBuildFile; fileRef = 77D903500B78CF1000B86C42 /* zhm */; };
David@0
   369
		345EE2DF0AD057FA003F396A /* AIContactInfoImageViewWithImagePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 345EE2DD0AD057FA003F396A /* AIContactInfoImageViewWithImagePicker.m */; };
David@0
   370
		345F566B08178356001F733C /* AdiumServiceIcons.icns in Resources */ = {isa = PBXBuildFile; fileRef = 345F566A08178356001F733C /* AdiumServiceIcons.icns */; };
David@0
   371
		345F57400817FF80001F733C /* pref-contactList.png in Resources */ = {isa = PBXBuildFile; fileRef = 345F573F0817FF80001F733C /* pref-contactList.png */; };
David@0
   372
		345F583E08197E74001F733C /* AdiumStatusIcons.icns in Resources */ = {isa = PBXBuildFile; fileRef = 345F583D08197E74001F733C /* AdiumStatusIcons.icns */; };
David@0
   373
		345F58C7081990FF001F733C /* LogViewer.png in Resources */ = {isa = PBXBuildFile; fileRef = 345F58C6081990FF001F733C /* LogViewer.png */; };
David@0
   374
		345F58ED0819967A001F733C /* offlinecontacts.png in Resources */ = {isa = PBXBuildFile; fileRef = 345F58EB0819967A001F733C /* offlinecontacts.png */; };
David@0
   375
		345F58EE0819967A001F733C /* offlinecontacts_transparent.png in Resources */ = {isa = PBXBuildFile; fileRef = 345F58EC0819967A001F733C /* offlinecontacts_transparent.png */; };
David@0
   376
		34607EE909B228FE000DB3D2 /* AIContactListNameButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 34607EE709B228FE000DB3D2 /* AIContactListNameButton.m */; };
David@0
   377
		34607F1009B2296A000DB3D2 /* AIHoveringPopUpButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 34607F0C09B2296A000DB3D2 /* AIHoveringPopUpButtonCell.m */; };
David@0
   378
		34607F1209B2296A000DB3D2 /* AIHoveringPopUpButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 34607F0E09B2296A000DB3D2 /* AIHoveringPopUpButton.m */; };
David@0
   379
		3461621406FB482D009181D8 /* UserList Theme.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3461621006FB482C009181D8 /* UserList Theme.plist */; };
David@0
   380
		3461621606FB482D009181D8 /* ESChatUserListController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3461621206FB482C009181D8 /* ESChatUserListController.m */; };
David@0
   381
		3461621706FB482D009181D8 /* UserList Layout.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3461621306FB482D009181D8 /* UserList Layout.plist */; };
David@0
   382
		346196F20D31607500763051 /* SRSnapback.png in Resources */ = {isa = PBXBuildFile; fileRef = 346196F10D31607500763051 /* SRSnapback.png */; };
David@0
   383
		346371080BCA0A5400AD57AD /* AIMessageTabSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 346371060BCA0A5400AD57AD /* AIMessageTabSplitView.m */; };
David@0
   384
		346544DB0C8F686B0046ED68 /* AMPurpleJabberXMLConsole.nib in Resources */ = {isa = PBXBuildFile; fileRef = 346544D90C8F686B0046ED68 /* AMPurpleJabberXMLConsole.nib */; };
David@0
   385
		346544DC0C8F686B0046ED68 /* AMPurpleJabberDiscoveryBrowser.nib in Resources */ = {isa = PBXBuildFile; fileRef = 346544DA0C8F686B0046ED68 /* AMPurpleJabberDiscoveryBrowser.nib */; };
David@0
   386
		3465451C0C8F6A670046ED68 /* AMPurpleJabberServiceDiscoveryBrowserController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3465451A0C8F6A670046ED68 /* AMPurpleJabberServiceDiscoveryBrowserController.h */; };
David@0
   387
		3465451D0C8F6A670046ED68 /* AMPurpleJabberServiceDiscoveryBrowserController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3465451B0C8F6A670046ED68 /* AMPurpleJabberServiceDiscoveryBrowserController.m */; };
David@0
   388
		346545250C8F6AAD0046ED68 /* AMPurpleJabberNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 346545230C8F6AAD0046ED68 /* AMPurpleJabberNode.h */; };
David@0
   389
		346545260C8F6AAD0046ED68 /* AMPurpleJabberNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 346545240C8F6AAD0046ED68 /* AMPurpleJabberNode.m */; };
David@0
   390
		346545B90C8F71380046ED68 /* AMPurpleJabberAdHocCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 346545B70C8F71370046ED68 /* AMPurpleJabberAdHocCommand.h */; };
David@0
   391
		346545BA0C8F71380046ED68 /* AMPurpleJabberAdHocCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 346545B80C8F71380046ED68 /* AMPurpleJabberAdHocCommand.m */; };
David@0
   392
		346545CB0C8F73000046ED68 /* AMPurpleJabberAdHocPing.h in Headers */ = {isa = PBXBuildFile; fileRef = 346545C90C8F73000046ED68 /* AMPurpleJabberAdHocPing.h */; };
David@0
   393
		346545CC0C8F73000046ED68 /* AMPurpleJabberAdHocPing.m in Sources */ = {isa = PBXBuildFile; fileRef = 346545CA0C8F73000046ED68 /* AMPurpleJabberAdHocPing.m */; };
David@0
   394
		346636AC0D415440006C9034 /* FriBidi.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3466368B0D41541A006C9034 /* FriBidi.framework */; };
catfish@1793
   395
		346637690D415457006C9034 /* FriBidi.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3466368B0D41541A006C9034 /* FriBidi.framework */; };
David@0
   396
		346935D60BA6C89D00E1CF7E /* AIFileTransferProgressOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 346935D40BA6C89D00E1CF7E /* AIFileTransferProgressOutlineView.m */; };
David@0
   397
		346BA33F0774C27400628F06 /* ESGlobalEventsPreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 346BA33D0774C27400628F06 /* ESGlobalEventsPreferencesPlugin.m */; };
David@0
   398
		346BA3450774C2D200628F06 /* ESGlobalEventsPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 346BA3430774C2D200628F06 /* ESGlobalEventsPreferences.m */; };
David@0
   399
		346BA3640774C35500628F06 /* GlobalEventsPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 346BA3630774C35400628F06 /* GlobalEventsPreferences.nib */; };
David@0
   400
		346F5D3208A43E7B0055C610 /* CurrentTunes.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 346F5CB308A418FB0055C610 /* CurrentTunes.scpt */; };
David@0
   401
		3470BF600BC6F18500388232 /* AIMessageHistoryPreferencesWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3470BF5E0BC6F18500388232 /* AIMessageHistoryPreferencesWindowController.h */; };
David@0
   402
		3470BF610BC6F18500388232 /* AIMessageHistoryPreferencesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3470BF5F0BC6F18500388232 /* AIMessageHistoryPreferencesWindowController.m */; };
David@0
   403
		3470BF700BC6F22200388232 /* MessageHistoryConfiguration.nib in Resources */ = {isa = PBXBuildFile; fileRef = 3470BF6F0BC6F22200388232 /* MessageHistoryConfiguration.nib */; };
David@0
   404
		347374BD0AA9206B00AD18E3 /* ShortcutRecorder.strings in Resources */ = {isa = PBXBuildFile; fileRef = 347374BB0AA9206B00AD18E3 /* ShortcutRecorder.strings */; };
David@0
   405
		3474E000082550FD00BF30F0 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 3474DFFF082550FD00BF30F0 /* Credits.rtf */; };
David@0
   406
		3474E0910825634300BF30F0 /* StatusPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 3474E0900825634300BF30F0 /* StatusPreferences.nib */; };
David@0
   407
		347933F30C861017007ADCAA /* AIColorStringTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 347933F10C861017007ADCAA /* AIColorStringTransformer.h */; };
David@0
   408
		347933F40C861017007ADCAA /* AIColorStringTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 347933F20C861017007ADCAA /* AIColorStringTransformer.m */; };
David@0
   409
		347C6943080C8F2B00E69674 /* ESAwayStatusWindowPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347C6941080C8F2B00E69674 /* ESAwayStatusWindowPlugin.m */; };
David@0
   410
		347C6949080C8F3B00E69674 /* ESAwayStatusWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 347C6947080C8F3A00E69674 /* ESAwayStatusWindowController.m */; };
David@0
   411
		347E39DC0A98AA4A00961B0E /* missing_image.png in Resources */ = {isa = PBXBuildFile; fileRef = 347E39DB0A98AA4A00961B0E /* missing_image.png */; };
David@0
   412
		347E77F407CA94FF00350507 /* ESAccountEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E77F207CA94FE00350507 /* ESAccountEvents.m */; };
David@0
   413
		347E781407CA961300350507 /* ESUserIconHandlingPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E781207CA961300350507 /* ESUserIconHandlingPlugin.m */; };
David@0
   414
		347E781A07CA962100350507 /* userIconToolbar.png in Resources */ = {isa = PBXBuildFile; fileRef = 347E781907CA962100350507 /* userIconToolbar.png */; };
David@0
   415
		347E782907CA964600350507 /* AIContactSortSelectionPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E782507CA964600350507 /* AIContactSortSelectionPlugin.m */; };
David@0
   416
		347E782A07CA964700350507 /* ESContactSortConfigurationWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E782607CA964600350507 /* ESContactSortConfigurationWindowController.m */; };
David@0
   417
		347E783407CA967100350507 /* SortingDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 347E783307CA967100350507 /* SortingDefaults.plist */; };
David@0
   418
		347E784C07CA96D700350507 /* AIContactListEditorPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E784A07CA96D600350507 /* AIContactListEditorPlugin.m */; };
David@0
   419
		347E785407CA96E200350507 /* AINewContactWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E785207CA96E200350507 /* AINewContactWindowController.m */; };
David@0
   420
		347E786007CA970500350507 /* AINewGroupWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E785E07CA970500350507 /* AINewGroupWindowController.m */; };
David@0
   421
		347E786B07CA972100350507 /* AddContact.nib in Resources */ = {isa = PBXBuildFile; fileRef = 347E786907CA972100350507 /* AddContact.nib */; };
David@0
   422
		347E786C07CA972100350507 /* AddGroup.nib in Resources */ = {isa = PBXBuildFile; fileRef = 347E786A07CA972100350507 /* AddGroup.nib */; };
David@0
   423
		347E787807CA975900350507 /* AddContact.png in Resources */ = {isa = PBXBuildFile; fileRef = 347E787207CA975900350507 /* AddContact.png */; };
David@0
   424
		347E787907CA975900350507 /* addGroup.png in Resources */ = {isa = PBXBuildFile; fileRef = 347E787307CA975900350507 /* addGroup.png */; };
David@0
   425
		347E788907CA978E00350507 /* CBActionSupportPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E788707CA978D00350507 /* CBActionSupportPlugin.m */; };
David@0
   426
		347E791307CAA51500350507 /* AIManualSort.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E790D07CAA51400350507 /* AIManualSort.m */; };
David@0
   427
		347E791507CAA51500350507 /* ESStatusSort.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E790F07CAA51400350507 /* ESStatusSort.m */; };
David@0
   428
		347E791807CAA51500350507 /* AIAlphabeticalSort.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E791207CAA51400350507 /* AIAlphabeticalSort.m */; };
David@0
   429
		347E792307CAA52300350507 /* StatusSortDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 347E791E07CAA52300350507 /* StatusSortDefaults.plist */; };
David@0
   430
		347E792507CAA52300350507 /* AlphabeticalSortConfiguration.nib in Resources */ = {isa = PBXBuildFile; fileRef = 347E792007CAA52300350507 /* AlphabeticalSortConfiguration.nib */; };
David@0
   431
		347E792607CAA52300350507 /* AlphabeticalSortDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 347E792107CAA52300350507 /* AlphabeticalSortDefaults.plist */; };
David@0
   432
		347E7A9007CAF88200350507 /* AIContactAwayPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E7A8E07CAF88200350507 /* AIContactAwayPlugin.m */; };
David@0
   433
		347E7A9907CAF8AF00350507 /* ESContactClientPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E7A9407CAF8AE00350507 /* ESContactClientPlugin.m */; };
David@0
   434
		347E7A9C07CAF8AF00350507 /* AIContactIdlePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E7A9707CAF8AF00350507 /* AIContactIdlePlugin.m */; };
David@0
   435
		347E7AA307CAF8DA00350507 /* BGContactNotesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E7AA107CAF8DA00350507 /* BGContactNotesPlugin.m */; };
David@0
   436
		347E7AAA07CAF8EE00350507 /* SAContactOnlineForPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E7AA807CAF8EE00350507 /* SAContactOnlineForPlugin.m */; };
David@0
   437
		347E7AB307CAF93700350507 /* AIContactOnlineSincePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E7AB107CAF93700350507 /* AIContactOnlineSincePlugin.m */; };
David@0
   438
		347E7ABC07CAF94A00350507 /* ESContactServersideDisplayName.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E7ABA07CAF94A00350507 /* ESContactServersideDisplayName.m */; };
colin@2015
   439
		347E7ACF07CAF98500350507 /* AIListObjectContentsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 347E7ACD07CAF98400350507 /* AIListObjectContentsPlugin.m */; };
David@0
   440
		347EAB2D09721D490090EA6E /* pref-personal.png in Resources */ = {isa = PBXBuildFile; fileRef = 347EAB2C09721D490090EA6E /* pref-personal.png */; };
David@0
   441
		347F4B810D340F16006D5A56 /* AIPreferenceContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 347F4B800D340F16006D5A56 /* AIPreferenceContainer.m */; };
David@0
   442
		3482E0F50AB5064E00471992 /* AIAdiumProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3482E0EB0AB5063300471992 /* AIAdiumProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   443
		348477140C1A5CE50019EF08 /* AIAnimatingListOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 348477120C1A5CE50019EF08 /* AIAnimatingListOutlineView.m */; };
David@0
   444
		34847ADE0C1A62C40019EF08 /* AIOutlineViewAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 34847ADC0C1A62C40019EF08 /* AIOutlineViewAnimation.m */; };
David@0
   445
		3485D8EA09EB446900232CC4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3448758D06D1EBDF00DA778C /* Cocoa.framework */; };
David@0
   446
		3485D8EB09EB446900232CC4 /* Adium.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34BD9DE105314751000AB133 /* Adium.framework */; };
David@0
   447
		3485DB1809EBCE6500232CC4 /* SLPurpleCocoaAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 34048AC50617CB4C004D0B7E /* SLPurpleCocoaAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   448
		3485DB1909EBCE6500232CC4 /* SLPurpleCocoaAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 34048AC60617CB4C004D0B7E /* SLPurpleCocoaAdapter.m */; };
David@0
   449
		3485DB1A09EBCE6500232CC4 /* adiumPurpleBlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE10907A2EE3700663CC9 /* adiumPurpleBlist.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   450
		3485DB1B09EBCE6500232CC4 /* adiumPurpleBlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE10A07A2EE3700663CC9 /* adiumPurpleBlist.m */; };
David@0
   451
		3485DB1C09EBCE6500232CC4 /* adiumPurpleConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE0E907A2ECCF00663CC9 /* adiumPurpleConnection.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   452
		3485DB1D09EBCE6500232CC4 /* adiumPurpleConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE0EA07A2ECD000663CC9 /* adiumPurpleConnection.m */; };
David@0
   453
		3485DB1E09EBCE6500232CC4 /* adiumPurpleConversation.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE17E07A2F10400663CC9 /* adiumPurpleConversation.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   454
		3485DB1F09EBCE6500232CC4 /* adiumPurpleConversation.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE17F07A2F10400663CC9 /* adiumPurpleConversation.m */; };
David@0
   455
		3485DB2009EBCE6500232CC4 /* adiumPurpleCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE1B207A2F36400663CC9 /* adiumPurpleCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   456
		3485DB2109EBCE6500232CC4 /* adiumPurpleCore.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE1B307A2F36400663CC9 /* adiumPurpleCore.m */; };
David@0
   457
		3485DB2209EBCE6500232CC4 /* adiumPurpleEventloop.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE18A07A2F2A600663CC9 /* adiumPurpleEventloop.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   458
		3485DB2309EBCE6500232CC4 /* adiumPurpleEventloop.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE18B07A2F2A600663CC9 /* adiumPurpleEventloop.m */; };
David@0
   459
		3485DB2409EBCE6500232CC4 /* adiumPurpleFt.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE11007A2EED500663CC9 /* adiumPurpleFt.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   460
		3485DB2509EBCE6500232CC4 /* adiumPurpleFt.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE11107A2EED600663CC9 /* adiumPurpleFt.m */; };
David@0
   461
		3485DB2609EBCE6500232CC4 /* adiumPurpleNotify.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE12207A2EFF800663CC9 /* adiumPurpleNotify.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   462
		3485DB2709EBCE6500232CC4 /* adiumPurpleNotify.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE12307A2EFF800663CC9 /* adiumPurpleNotify.m */; };
David@0
   463
		3485DB2809EBCE6500232CC4 /* adiumPurplePrivacy.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE11607A2EF2B00663CC9 /* adiumPurplePrivacy.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   464
		3485DB2909EBCE6500232CC4 /* adiumPurplePrivacy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE11707A2EF2B00663CC9 /* adiumPurplePrivacy.m */; };
David@0
   465
		3485DB2A09EBCE6500232CC4 /* adiumPurpleRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE11C07A2EF7F00663CC9 /* adiumPurpleRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   466
		3485DB2B09EBCE6500232CC4 /* adiumPurpleRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE11D07A2EF7F00663CC9 /* adiumPurpleRequest.m */; };
David@0
   467
		3485DB2C09EBCE6500232CC4 /* adiumPurpleRoomlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE12807A2F09A00663CC9 /* adiumPurpleRoomlist.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   468
		3485DB2D09EBCE6500232CC4 /* adiumPurpleRoomlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE12907A2F09B00663CC9 /* adiumPurpleRoomlist.m */; };
David@0
   469
		3485DB2E09EBCE6500232CC4 /* adiumPurpleSignals.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE1B807A2F4C500663CC9 /* adiumPurpleSignals.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   470
		3485DB2F09EBCE6500232CC4 /* adiumPurpleSignals.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE1B907A2F4C500663CC9 /* adiumPurpleSignals.m */; };
David@0
   471
		3485DB3009EBCE6500232CC4 /* adiumPurpleWebcam.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE18407A2F20E00663CC9 /* adiumPurpleWebcam.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   472
		3485DB3109EBCE6500232CC4 /* adiumPurpleWebcam.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BBE18507A2F20E00663CC9 /* adiumPurpleWebcam.m */; };
David@0
   473
		3485DB3709EBCE7400232CC4 /* PurpleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34415A63059F9B9B0019246B /* PurpleService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   474
		3485DB3809EBCE7400232CC4 /* PurpleService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34415A64059F9B9B0019246B /* PurpleService.m */; };
David@0
   475
		3485DB3909EBCE7400232CC4 /* CBPurpleAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7F278705440C8D00CDFC90 /* CBPurpleAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   476
		3485DB3A09EBCE7400232CC4 /* CBPurpleAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 348FF83E09128BEB00A942A8 /* CBPurpleAccount.m */; };
David@0
   477
		3485DB5909EBCE7400232CC4 /* ESGaduGaduService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34416159059FC5330019246B /* ESGaduGaduService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   478
		3485DB5A09EBCE7400232CC4 /* ESGaduGaduService.m in Sources */ = {isa = PBXBuildFile; fileRef = 3441615A059FC5340019246B /* ESGaduGaduService.m */; };
David@0
   479
		3485DB5B09EBCE7400232CC4 /* ESPurpleGaduGaduAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34416070059FC27D0019246B /* ESPurpleGaduGaduAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   480
		3485DB5C09EBCE7400232CC4 /* ESPurpleGaduGaduAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34416071059FC27D0019246B /* ESPurpleGaduGaduAccount.m */; };
David@0
   481
		3485DB5D09EBCE7400232CC4 /* DCPurpleGaduGaduJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4D961C06B73B38005235E9 /* DCPurpleGaduGaduJoinChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   482
		3485DB5E09EBCE7400232CC4 /* DCPurpleGaduGaduJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D961D06B73B38005235E9 /* DCPurpleGaduGaduJoinChatViewController.m */; };
David@0
   483
		3485DB5F09EBCE7400232CC4 /* DCPurpleGaduGaduJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6E4D961B06B73B38005235E9 /* DCPurpleGaduGaduJoinChatView.nib */; };
David@0
   484
		3485DB6009EBCE7400232CC4 /* ESPurpleGaduGaduAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34416085059FC2A30019246B /* ESPurpleGaduGaduAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   485
		3485DB6109EBCE7400232CC4 /* ESPurpleGaduGaduAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34416086059FC2A30019246B /* ESPurpleGaduGaduAccountViewController.m */; };
David@0
   486
		3485DB6209EBCE7400232CC4 /* ESPurpleGaduGaduAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB40308086D9000E27095 /* ESPurpleGaduGaduAccountView.nib */; };
David@0
   487
		3485DB6309EBCE7400232CC4 /* PurpleDefaultsGadu-Gadu.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B76473F07A07B620021CCD7 /* PurpleDefaultsGadu-Gadu.plist */; };
David@0
   488
		3485DB6409EBCE7400232CC4 /* ESJabberService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34416171059FC55A0019246B /* ESJabberService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   489
		3485DB6509EBCE7400232CC4 /* ESJabberService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34416172059FC55A0019246B /* ESJabberService.m */; };
David@0
   490
		3485DB6609EBCE7400232CC4 /* ESPurpleJabberAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 344160C3059FC3080019246B /* ESPurpleJabberAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   491
		3485DB6709EBCE7400232CC4 /* ESPurpleJabberAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 344160C4059FC3080019246B /* ESPurpleJabberAccount.m */; };
David@0
   492
		3485DB6809EBCE7400232CC4 /* DCPurpleJabberJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4D962206B73BE0005235E9 /* DCPurpleJabberJoinChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   493
		3485DB6909EBCE7400232CC4 /* DCPurpleJabberJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D962306B73BE0005235E9 /* DCPurpleJabberJoinChatViewController.m */; };
David@0
   494
		3485DB6A09EBCE7400232CC4 /* DCPurpleJabberJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB41808086D9100E27095 /* DCPurpleJabberJoinChatView.nib */; };
David@0
   495
		3485DB6B09EBCE7400232CC4 /* ESPurpleJabberAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 344160B4059FC2F50019246B /* ESPurpleJabberAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   496
		3485DB6C09EBCE7400232CC4 /* ESPurpleJabberAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 344160B5059FC2F50019246B /* ESPurpleJabberAccountViewController.m */; };
David@0
   497
		3485DB6D09EBCE7400232CC4 /* ESPurpleJabberAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB42208086D9200E27095 /* ESPurpleJabberAccountView.nib */; };
David@0
   498
		3485DB6E09EBCE7400232CC4 /* PurpleDefaultsJabber.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4BB19298079EE90900DAA523 /* PurpleDefaultsJabber.plist */; };
David@0
   499
		3485DB6F09EBCE7400232CC4 /* AIPurpleGTalkAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C0431B08D74D3100B48CE1 /* AIPurpleGTalkAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   500
		3485DB7009EBCE7400232CC4 /* AIPurpleGTalkAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = A3C0431C08D74D3100B48CE1 /* AIPurpleGTalkAccount.m */; };
David@0
   501
		3485DB7109EBCE7400232CC4 /* AIPurpleGTalkAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C0431D08D74D3100B48CE1 /* AIPurpleGTalkAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   502
		3485DB7209EBCE7400232CC4 /* AIPurpleGTalkAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A3C0431E08D74D3100B48CE1 /* AIPurpleGTalkAccountViewController.m */; };
David@0
   503
		3485DB7309EBCE7400232CC4 /* AIGTalkService.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C0431F08D74D3100B48CE1 /* AIGTalkService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   504
		3485DB7409EBCE7400232CC4 /* AIGTalkService.m in Sources */ = {isa = PBXBuildFile; fileRef = A3C0432008D74D3100B48CE1 /* AIGTalkService.m */; };
David@0
   505
		3485DB7509EBCE7400232CC4 /* PurpleDefaultsGTalk.plist in Resources */ = {isa = PBXBuildFile; fileRef = A3C042D108D7483100B48CE1 /* PurpleDefaultsGTalk.plist */; };
David@0
   506
		3485DB7609EBCE7400232CC4 /* ESMeanwhileService.h in Headers */ = {isa = PBXBuildFile; fileRef = 343A7F3806935DD700150CEC /* ESMeanwhileService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   507
		3485DB7709EBCE7400232CC4 /* ESMeanwhileService.m in Sources */ = {isa = PBXBuildFile; fileRef = 343A7F3706935DD700150CEC /* ESMeanwhileService.m */; };
David@0
   508
		3485DB7809EBCE7400232CC4 /* ESPurpleMeanwhileAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 343A7F2D06935DC500150CEC /* ESPurpleMeanwhileAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   509
		3485DB7909EBCE7400232CC4 /* ESPurpleMeanwhileAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 343A7F2C06935DC500150CEC /* ESPurpleMeanwhileAccount.m */; };
David@0
   510
		3485DB7A09EBCE7400232CC4 /* DCPurpleMeanwhileJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4D962806B73C18005235E9 /* DCPurpleMeanwhileJoinChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   511
		3485DB7B09EBCE7400232CC4 /* DCPurpleMeanwhileJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D962906B73C18005235E9 /* DCPurpleMeanwhileJoinChatViewController.m */; };
David@0
   512
		3485DB7C09EBCE7400232CC4 /* DCPurpleMeanwhileJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB41408086D9100E27095 /* DCPurpleMeanwhileJoinChatView.nib */; };
David@0
   513
		3485DB7D09EBCE7400232CC4 /* ESPurpleMeanwhileAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 343A7F2B06935DC500150CEC /* ESPurpleMeanwhileAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   514
		3485DB7E09EBCE7400232CC4 /* ESPurpleMeanwhileAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 343A7F2A06935DC500150CEC /* ESPurpleMeanwhileAccountViewController.m */; };
David@0
   515
		3485DB7F09EBCE7400232CC4 /* ESPurpleMeanwhileAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB41E08086D9100E27095 /* ESPurpleMeanwhileAccountView.nib */; };
David@0
   516
		3485DB8009EBCE7400232CC4 /* PurpleDefaultsSametime.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B76474C07A07B900021CCD7 /* PurpleDefaultsSametime.plist */; };
David@0
   517
		3485DB8109EBCE7400232CC4 /* ESMSNService.h in Headers */ = {isa = PBXBuildFile; fileRef = 344158A9059F90FA0019246B /* ESMSNService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   518
		3485DB8209EBCE7400232CC4 /* ESMSNService.m in Sources */ = {isa = PBXBuildFile; fileRef = 344158AA059F90FB0019246B /* ESMSNService.m */; };
David@0
   519
		3485DB8309EBCE7400232CC4 /* ESPurpleMSNAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 3441593F059F94C10019246B /* ESPurpleMSNAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   520
		3485DB8409EBCE7400232CC4 /* ESPurpleMSNAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34415940059F94C10019246B /* ESPurpleMSNAccount.m */; };
David@0
   521
		3485DB8509EBCE7400232CC4 /* DCPurpleMSNJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4D962E06B73C4D005235E9 /* DCPurpleMSNJoinChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   522
		3485DB8609EBCE7400232CC4 /* DCPurpleMSNJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D962F06B73C4D005235E9 /* DCPurpleMSNJoinChatViewController.m */; };
David@0
   523
		3485DB8709EBCE7400232CC4 /* DCPurpleMSNJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6E4D962D06B73C4D005235E9 /* DCPurpleMSNJoinChatView.nib */; };
David@0
   524
		3485DB8809EBCE7400232CC4 /* ESPurpleMSNAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 344159B3059F977F0019246B /* ESPurpleMSNAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   525
		3485DB8909EBCE7400232CC4 /* ESPurpleMSNAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 344159B4059F97800019246B /* ESPurpleMSNAccountViewController.m */; };
David@0
   526
		3485DB8A09EBCE7400232CC4 /* ESPurpleMSNAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB40508086D9000E27095 /* ESPurpleMSNAccountView.nib */; };
David@0
   527
		3485DB8B09EBCE7400232CC4 /* PurpleDefaultsMSN.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B7644DD07A05E7E0021CCD7 /* PurpleDefaultsMSN.plist */; };
David@0
   528
		3485DB8F09EBCE7400232CC4 /* ESNovellService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C2EA180634DB5E0018E5D2 /* ESNovellService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   529
		3485DB9009EBCE7400232CC4 /* ESNovellService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C2EA190634DB5E0018E5D2 /* ESNovellService.m */; };
David@0
   530
		3485DB9109EBCE7400232CC4 /* ESPurpleNovellAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C2E66F0634CF5F0018E5D2 /* ESPurpleNovellAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   531
		3485DB9209EBCE7400232CC4 /* ESPurpleNovellAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C2E6700634CF5F0018E5D2 /* ESPurpleNovellAccount.m */; };
David@0
   532
		3485DB9309EBCE7400232CC4 /* DCPurpleNovellJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA3688306B73E7D009CA81A /* DCPurpleNovellJoinChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   533
		3485DB9409EBCE7400232CC4 /* DCPurpleNovellJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA3688406B73E7D009CA81A /* DCPurpleNovellJoinChatViewController.m */; };
David@0
   534
		3485DB9509EBCE7400232CC4 /* DCPurpleNovellJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6EA3688206B73E7D009CA81A /* DCPurpleNovellJoinChatView.nib */; };
David@0
   535
		3485DB9609EBCE7400232CC4 /* ESPurpleNovellAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C2E6870634CF940018E5D2 /* ESPurpleNovellAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   536
		3485DB9709EBCE7400232CC4 /* ESPurpleNovellAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C2E6880634CF940018E5D2 /* ESPurpleNovellAccountViewController.m */; };
David@0
   537
		3485DB9809EBCE7400232CC4 /* ESPurpleNovellAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB3FF08086D9000E27095 /* ESPurpleNovellAccountView.nib */; };
David@0
   538
		3485DB9909EBCE7400232CC4 /* PurpleDefaultsGroupWise.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B76476007A07BC90021CCD7 /* PurpleDefaultsGroupWise.plist */; };
David@0
   539
		3485DB9A09EBCE7400232CC4 /* ESSimpleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 345A7B590954AD1400FF3113 /* ESSimpleService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   540
		3485DB9B09EBCE7400232CC4 /* ESSimpleService.m in Sources */ = {isa = PBXBuildFile; fileRef = 345A7B5A0954AD1400FF3113 /* ESSimpleService.m */; };
David@0
   541
		3485DB9C09EBCE7400232CC4 /* ESPurpleSimpleAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 345A7B650954AD2800FF3113 /* ESPurpleSimpleAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   542
		3485DB9D09EBCE7400232CC4 /* ESPurpleSimpleAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 345A7B660954AD2800FF3113 /* ESPurpleSimpleAccount.m */; };
David@0
   543
		3485DB9E09EBCE7400232CC4 /* ESPurpleSimpleAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 345A7B6B0954AD3A00FF3113 /* ESPurpleSimpleAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   544
		3485DB9F09EBCE7400232CC4 /* ESPurpleSimpleAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 345A7B6C0954AD3A00FF3113 /* ESPurpleSimpleAccountViewController.m */; };
David@0
   545
		3485DBA009EBCE7400232CC4 /* ESPurpleSimpleAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 345A7B830954AEF400FF3113 /* ESPurpleSimpleAccountView.nib */; };
David@0
   546
		3485DBA109EBCE7400232CC4 /* PurpleDefaultsSimple.plist in Resources */ = {isa = PBXBuildFile; fileRef = 345A7B710954AD4D00FF3113 /* PurpleDefaultsSimple.plist */; };
David@0
   547
		3485DBA209EBCE7400232CC4 /* ESYahooService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34415B9B059FA8DF0019246B /* ESYahooService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   548
		3485DBA309EBCE7400232CC4 /* ESYahooService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34415B9C059FA8DF0019246B /* ESYahooService.m */; };
David@0
   549
		3485DBA409EBCE7400232CC4 /* ESPurpleYahooAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34415BD1059FA9CE0019246B /* ESPurpleYahooAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   550
		3485DBA509EBCE7400232CC4 /* ESPurpleYahooAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34415BCF059FA9CD0019246B /* ESPurpleYahooAccount.m */; };
David@0
   551
		3485DBA609EBCE7400232CC4 /* DCPurpleYahooJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA3688F06B73F67009CA81A /* DCPurpleYahooJoinChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   552
		3485DBA709EBCE7400232CC4 /* DCPurpleYahooJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA3689006B73F67009CA81A /* DCPurpleYahooJoinChatViewController.m */; };
David@0
   553
		3485DBA809EBCE7400232CC4 /* DCPurpleYahooJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB40E08086D9100E27095 /* DCPurpleYahooJoinChatView.nib */; };
David@0
   554
		3485DBA909EBCE7400232CC4 /* ESPurpleYahooAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 342928080628BB4200BB9217 /* ESPurpleYahooAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   555
		3485DBAA09EBCE7400232CC4 /* ESPurpleYahooAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 342928090628BB4200BB9217 /* ESPurpleYahooAccountViewController.m */; };
David@0
   556
		3485DBAB09EBCE7400232CC4 /* ESPurpleYahooAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB42008086D9200E27095 /* ESPurpleYahooAccountView.nib */; };
David@0
   557
		3485DBAC09EBCE7400232CC4 /* PurpleDefaultsYahoo!.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B76471707A079A40021CCD7 /* PurpleDefaultsYahoo!.plist */; };
David@0
   558
		3485DBAD09EBCE7400232CC4 /* ESYahooJapanService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E3C8870638D40500AA3EF7 /* ESYahooJapanService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   559
		3485DBAE09EBCE7400232CC4 /* ESYahooJapanService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E3C8880638D40500AA3EF7 /* ESYahooJapanService.m */; };
David@0
   560
		3485DBAF09EBCE7400232CC4 /* ESPurpleYahooJapanAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E3C8A50638D50F00AA3EF7 /* ESPurpleYahooJapanAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   561
		3485DBB009EBCE7400232CC4 /* ESPurpleYahooJapanAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E3C8A60638D50F00AA3EF7 /* ESPurpleYahooJapanAccount.m */; };
David@0
   562
		3485DBB109EBCE7400232CC4 /* PurpleDefaultsYahoo! Japan.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B76478507A07C440021CCD7 /* PurpleDefaultsYahoo! Japan.plist */; };
David@0
   563
		3485DBB209EBCE7400232CC4 /* ESZephyrService.h in Headers */ = {isa = PBXBuildFile; fileRef = 348D8D1B06CC079F00449EBB /* ESZephyrService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   564
		3485DBB309EBCE7400232CC4 /* ESZephyrService.m in Sources */ = {isa = PBXBuildFile; fileRef = 348D8D1A06CC079F00449EBB /* ESZephyrService.m */; };
David@0
   565
		3485DBB409EBCE7400232CC4 /* ESPurpleZephyrAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 348D8D2806CC07BD00449EBB /* ESPurpleZephyrAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   566
		3485DBB509EBCE7400232CC4 /* ESPurpleZephyrAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 348D8D2606CC07BD00449EBB /* ESPurpleZephyrAccount.m */; };
David@0
   567
		3485DBB609EBCE7400232CC4 /* DCPurpleZephyrJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 348D8D2706CC07BD00449EBB /* DCPurpleZephyrJoinChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   568
		3485DBB709EBCE7400232CC4 /* DCPurpleZephyrJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 348D8D2506CC07BD00449EBB /* DCPurpleZephyrJoinChatViewController.m */; };
David@0
   569
		3485DBB809EBCE7400232CC4 /* DCPurpleZephyrJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB40908086D9100E27095 /* DCPurpleZephyrJoinChatView.nib */; };
David@0
   570
		3485DBB909EBCE7400232CC4 /* ESPurpleZephyrAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 348D8D2406CC07BD00449EBB /* ESPurpleZephyrAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   571
		3485DBBA09EBCE7400232CC4 /* ESPurpleZephyrAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 348D8D2206CC07BC00449EBB /* ESPurpleZephyrAccountViewController.m */; };
David@0
   572
		3485DBBB09EBCE7400232CC4 /* ESPurpleZephyrAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB41208086D9100E27095 /* ESPurpleZephyrAccountView.nib */; };
David@0
   573
		3485DBBC09EBCE7400232CC4 /* PurpleDefaultsZephyr.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B7646CE07A078E60021CCD7 /* PurpleDefaultsZephyr.plist */; };
David@0
   574
		3485DBBD09EBCE7400232CC4 /* ESPurpleNotifyEmailController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E0103307B956F6000DF265 /* ESPurpleNotifyEmailController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   575
		3485DBBE09EBCE7400232CC4 /* ESPurpleNotifyEmailController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E0103207B956F6000DF265 /* ESPurpleNotifyEmailController.m */; };
David@0
   576
		3485DBBF09EBCE7400232CC4 /* ESPurpleRequestAbstractWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34AEE7E808E35A5800AE1C78 /* ESPurpleRequestAbstractWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   577
		3485DBC009EBCE7400232CC4 /* ESPurpleRequestAbstractWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AEE7E908E35A5800AE1C78 /* ESPurpleRequestAbstractWindowController.m */; };
David@0
   578
		3485DBC109EBCE7400232CC4 /* ESPurpleRequestWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3499F4A706309AF60035B468 /* ESPurpleRequestWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   579
		3485DBC209EBCE7400232CC4 /* ESPurpleRequestWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3499F4A606309AF60035B468 /* ESPurpleRequestWindowController.m */; };
David@0
   580
		3485DBC309EBCE7400232CC4 /* PurpleMultilineRequestWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34C2CF85063340540018E5D2 /* PurpleMultilineRequestWindow.nib */; };
David@0
   581
		3485DBC409EBCE7400232CC4 /* PurpleSinglelineRequestWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34C2CF86063340540018E5D2 /* PurpleSinglelineRequestWindow.nib */; };
David@0
   582
		3485DBC809EBCE7400232CC4 /* ESPurpleFileReceiveRequestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34AEE7DC08E3546F00AE1C78 /* ESPurpleFileReceiveRequestController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   583
		3485DBC909EBCE7400232CC4 /* ESPurpleFileReceiveRequestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AEE7DD08E3546F00AE1C78 /* ESPurpleFileReceiveRequestController.m */; };
David@0
   584
		3485DBCA09EBCE7400232CC4 /* ESPurpleRequestActionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 341E88680648FF1B00E0C828 /* ESPurpleRequestActionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   585
		3485DBCB09EBCE7400232CC4 /* ESPurpleRequestActionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 341E88690648FF1B00E0C828 /* ESPurpleRequestActionController.m */; };
David@0
   586
		3485DBD009EBCE8200232CC4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3402E04D07CB0EB00044F818 /* Localizable.strings */; };
David@0
   587
		34891C140D4B75EE00AEF48C /* AIStandardListScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34891C130D4B75EE00AEF48C /* AIStandardListScrollView.m */; };
David@0
   588
		348B250D0A50A1C900B2B972 /* ESSourceListBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 348B250B0A50A1C900B2B972 /* ESSourceListBackgroundView.m */; };
David@0
   589
		348C47170D3B20BE00FB6E7A /* AIMessageWindowOutgoingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 348C47160D3B20BE00FB6E7A /* AIMessageWindowOutgoingScrollView.m */; };
David@0
   590
		348F57940936F3CC00288E41 /* ESEditStatusGroupWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 348F57920936F3CC00288E41 /* ESEditStatusGroupWindowController.m */; };
David@0
   591
		348F579E0936FA6D00288E41 /* EditStatusGroup.nib in Resources */ = {isa = PBXBuildFile; fileRef = 348F579D0936FA6D00288E41 /* EditStatusGroup.nib */; };
David@0
   592
		349195660C9662AA00595A04 /* AIListBookmark.m in Sources */ = {isa = PBXBuildFile; fileRef = 349195640C9662AA00595A04 /* AIListBookmark.m */; };
David@0
   593
		349195670C9662AA00595A04 /* AIListBookmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 349195650C9662AA00595A04 /* AIListBookmark.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   594
		3496A8C207CE6B880055BBAB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3496A8C107CE6B880055BBAB /* InfoPlist.strings */; };
David@0
   595
		349710DD096C4C7700699948 /* Buttons.strings in Resources */ = {isa = PBXBuildFile; fileRef = 349710DB096C4C7700699948 /* Buttons.strings */; };
David@0
   596
		349C2F470867AD16000BF883 /* ApplescriptRunner.m in Sources */ = {isa = PBXBuildFile; fileRef = 349C2F460867AD16000BF883 /* ApplescriptRunner.m */; };
David@0
   597
		349C2FF00867AD65000BF883 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 349C2FEF0867AD65000BF883 /* Foundation.framework */; };
David@0
   598
		349C30790867ADA3000BF883 /* AdiumApplescriptRunner in Resources */ = {isa = PBXBuildFile; fileRef = 349C2EFA0867AC97000BF883 /* AdiumApplescriptRunner */; };
David@0
   599
		349C6E4907C96D45005EB896 /* CBContactCountingDisplayPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 349C6E4607C96D44005EB896 /* CBContactCountingDisplayPlugin.m */; };
David@0
   600
		349C6E8E07C972B2005EB896 /* AIExtendedStatusPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 349C6E8C07C972B2005EB896 /* AIExtendedStatusPlugin.m */; };
David@0
   601
		349C6F6607C99ACF005EB896 /* ESContactListAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 349C6F6407C99ACE005EB896 /* ESContactListAdvancedPreferences.m */; };
David@0
   602
		349C7C7A07C9AE1B005EB896 /* ContactListAdvancedPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 349C6F8A07C99D2C005EB896 /* ContactListAdvancedPrefs.nib */; };
David@0
   603
		349E2E8E07A8AF0C00EAB76A /* AIEmoticonPackPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 349E2E8C07A8AF0C00EAB76A /* AIEmoticonPackPreviewController.m */; };
David@0
   604
		34A1A8CA0DFB246400AC78CF /* AISocialNetworkingStatusMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A1A8C80DFB246300AC78CF /* AISocialNetworkingStatusMenu.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   605
		34A1A8CB0DFB246400AC78CF /* AISocialNetworkingStatusMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A1A8C90DFB246300AC78CF /* AISocialNetworkingStatusMenu.m */; };
David@0
   606
		34A1A8E70DFB276E00AC78CF /* SocialNetworkingCustomStatus.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34A1A8E60DFB276E00AC78CF /* SocialNetworkingCustomStatus.nib */; };
David@0
   607
		34A1A8ED0DFB27A800AC78CF /* AICustomSocialNetworkingStatusWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A1A8EB0DFB27A800AC78CF /* AICustomSocialNetworkingStatusWindowController.h */; };
David@0
   608
		34A1A8EE0DFB27A800AC78CF /* AICustomSocialNetworkingStatusWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A1A8EC0DFB27A800AC78CF /* AICustomSocialNetworkingStatusWindowController.m */; };
David@0
   609
		34A1AB6C0DFC531000AC78CF /* AIXMLChatlogConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A1AB6B0DFC531000AC78CF /* AIXMLChatlogConverter.m */; };
David@0
   610
		34A1AEE90DFD4BFE00AC78CF /* AIAddressBookInspectorPane.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34A1AEE80DFD4BFE00AC78CF /* AIAddressBookInspectorPane.nib */; };
David@0
   611
		34A1AEEE0DFD4C4A00AC78CF /* AIAdvancedInspectorPane.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34A1AEED0DFD4C4A00AC78CF /* AIAdvancedInspectorPane.nib */; };
David@0
   612
		34A1B2C30DFDBA1200AC78CF /* AIStringDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A1B2C20DFDBA1200AC78CF /* AIStringDebug.m */; };
David@0
   613
		34A250B607E0F822009854E1 /* StatusDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34A250B507E0F822009854E1 /* StatusDefaults.plist */; };
Evan@666
   614
		34A29DB706ED68C000E1366C /* Contact List in Copy Built-in Xtras */ = {isa = PBXBuildFile; fileRef = 34A29D9406ED68BF00E1366C /* Contact List */; };
David@0
   615
		34A489F306F64359002C7C5F /* AISCLViewPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A489F106F64359002C7C5F /* AISCLViewPlugin.m */; };
David@0
   616
		34A48A0106F6436D002C7C5F /* AIStandardListWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A489FB06F6436D002C7C5F /* AIStandardListWindowController.m */; };
David@0
   617
		34A48A0406F6436D002C7C5F /* AIListWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A489FE06F6436D002C7C5F /* AIListWindowController.m */; };
David@0
   618
		34A48A0C06F64376002C7C5F /* ContactListWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34A48A0B06F64376002C7C5F /* ContactListWindow.nib */; };
David@0
   619
		34A48A1006F64382002C7C5F /* ContactListWindowBorderless.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34A48A0F06F64381002C7C5F /* ContactListWindowBorderless.nib */; };
David@0
   620
		34A48A1806F6438F002C7C5F /* AIBorderlessListWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A48A1406F6438F002C7C5F /* AIBorderlessListWindowController.m */; };
David@0
   621
		34A48A1906F6438F002C7C5F /* AIListController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A48A1506F6438F002C7C5F /* AIListController.m */; };
David@0
   622
		34A48A3F06F64665002C7C5F /* AIListThemeWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A48A3B06F64664002C7C5F /* AIListThemeWindowController.m */; };
David@0
   623
		34A48A4106F64665002C7C5F /* AIListLayoutWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A48A3D06F64665002C7C5F /* AIListLayoutWindowController.m */; };
David@0
   624
		34A48A5006F64692002C7C5F /* AITextColorPreviewView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A48A4F06F64692002C7C5F /* AITextColorPreviewView.m */; };
catfish@2467
   625
		34A48A5B06F646BD002C7C5F /* AIListThemePreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A48A5906F646BD002C7C5F /* AIListThemePreviewCell.m */; };
David@0
   626
		34A48B3A06F64B27002C7C5F /* AIBorderlessListOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A48B3806F64B27002C7C5F /* AIBorderlessListOutlineView.m */; };
David@0
   627
		34A663920BF66D96008637BB /* PurpleCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 340915F105C0A5DF00CDE3DD /* PurpleCommon.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   628
		34A6F68507D65D6200972830 /* GeneralPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34A6F68407D65D6200972830 /* GeneralPreferences.nib */; };
David@0
   629
		34A6FAD907D6F3AA00972830 /* AIEventSoundsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A6FAD507D6F3A600972830 /* AIEventSoundsPlugin.m */; };
David@0
   630
		34A6FADB07D6F3AA00972830 /* ESEventSoundAlertDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A6FAD707D6F3A700972830 /* ESEventSoundAlertDetailPane.m */; };
David@0
   631
		34A6FB2607D6F97B00972830 /* EventSoundContactAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34A6FB2507D6F97B00972830 /* EventSoundContactAlert.nib */; };
David@0
   632
		34A6FB2D07D6F98600972830 /* SoundAlert.png in Resources */ = {isa = PBXBuildFile; fileRef = 34A6FB2B07D6F98600972830 /* SoundAlert.png */; };
David@0
   633
		34A6FB2E07D6F98600972830 /* SoundFileIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 34A6FB2C07D6F98600972830 /* SoundFileIcon.png */; };
David@0
   634
		34A88E180C7A26E0006EB7D4 /* AIPasswordPromptController.m in Sources */ = {isa = PBXBuildFile; fileRef = F55B416603AB8BFC01A8010A /* AIPasswordPromptController.m */; };
David@0
   635
		34A88E190C7A26E1006EB7D4 /* AIPasswordPromptController.h in Headers */ = {isa = PBXBuildFile; fileRef = F55B416E03AB8C3201A8010A /* AIPasswordPromptController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   636
		34A9705A0C965F2400F46006 /* AISideSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A970590C965F2400F46006 /* AISideSplitView.m */; };
David@0
   637
		34A9706F0C965F8E00F46006 /* AIAddBookmarkPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A9706D0C965F8E00F46006 /* AIAddBookmarkPlugin.m */; };
David@0
   638
		34A970740C965FC800F46006 /* AddBookmark.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34A970730C965FC800F46006 /* AddBookmark.nib */; };
David@0
   639
		34A9707E0C96602300F46006 /* sidebarStatusAreaBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 34A9707D0C96602200F46006 /* sidebarStatusAreaBackground.png */; };
David@0
   640
		34AE249E09BCCFA900A35B51 /* AIWindowDraggingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AE249C09BCCFA900A35B51 /* AIWindowDraggingView.m */; };
David@0
   641
		34B1268E0B924E28003B0451 /* adiumPurpleDnsRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B1268C0B924E28003B0451 /* adiumPurpleDnsRequest.h */; };
David@0
   642
		34B1268F0B924E28003B0451 /* adiumPurpleDnsRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B1268D0B924E28003B0451 /* adiumPurpleDnsRequest.m */; };
David@0
   643
		34B3247A0CE4CCF400158D5F /* PurpleAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B324780CE4CCF400158D5F /* PurpleAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   644
		34B3247B0CE4CCF400158D5F /* PurpleAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B324790CE4CCF400158D5F /* PurpleAccountViewController.m */; };
David@0
   645
		34B4B5A40708B049002C4C6D /* ESDebugController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B4B5A20708B049002C4C6D /* ESDebugController.m */; };
David@0
   646
		34B588A1058D833A00E7EF0D /* ExceptionHandling.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B588A0058D833A00E7EF0D /* ExceptionHandling.framework */; };
David@0
   647
		34B5E2600A7C94D3005186E6 /* AILogDateFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B5E25E0A7C94D3005186E6 /* AILogDateFormatter.m */; };
Evan@2585
   648
		34B8936C102BCDAB000ABB8E /* libgstreamer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89367102BCDAB000ABB8E /* libgstreamer.framework */; };
Evan@2585
   649
		34B8936D102BCDAB000ABB8E /* libgstinterfaces.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89368102BCDAB000ABB8E /* libgstinterfaces.framework */; };
Evan@2585
   650
		34B8936E102BCDAB000ABB8E /* libgstfarsight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89369102BCDAB000ABB8E /* libgstfarsight.framework */; };
Evan@2585
   651
		34B8936F102BCDAB000ABB8E /* libgstbase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B8936A102BCDAB000ABB8E /* libgstbase.framework */; };
Evan@2585
   652
		34B89478102BCDB4000ABB8E /* libgstreamer.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89367102BCDAB000ABB8E /* libgstreamer.framework */; };
Evan@2585
   653
		34B89479102BCDB4000ABB8E /* libgstinterfaces.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89368102BCDAB000ABB8E /* libgstinterfaces.framework */; };
Evan@2585
   654
		34B8947A102BCDB4000ABB8E /* libgstfarsight.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89369102BCDAB000ABB8E /* libgstfarsight.framework */; };
Evan@2585
   655
		34B8947B102BCDB4000ABB8E /* libgstbase.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34B8936A102BCDAB000ABB8E /* libgstbase.framework */; };
David@0
   656
		34B9C7920A255DCE00CEA8AE /* LogViewerDateFilter.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34B9C7910A255DCE00CEA8AE /* LogViewerDateFilter.nib */; };
David@0
   657
		34BC8F7B0ACA3AAC00562745 /* AIScannerDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BC8F790ACA3AAC00562745 /* AIScannerDebug.m */; };
David@0
   658
		34BD9D4A053146CC000AB133 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F59DB6AD033EB74801A8010A /* main.m */; };
David@0
   659
		34BD9D4C053146CC000AB133 /* AIContactInfoWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F570A59903704B6101A8010A /* AIContactInfoWindowController.m */; };
David@0
   660
		34BD9D54053146CC000AB133 /* AIAdium.m in Sources */ = {isa = PBXBuildFile; fileRef = F59DB3D7033EA9CD01A8010A /* AIAdium.m */; };
David@0
   661
		34BD9D56053146CC000AB133 /* LNAboutBoxController.m in Sources */ = {isa = PBXBuildFile; fileRef = D3DA2E3E052E65DE00A8010B /* LNAboutBoxController.m */; };
David@0
   662
		34BD9D5A053146CC000AB133 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F531836F019E40BB01A80165 /* Carbon.framework */; };
David@0
   663
		34BFD7FD07E6A50C00AD984D /* scriptToolbar.png in Resources */ = {isa = PBXBuildFile; fileRef = 34BFD7FC07E6A50C00AD984D /* scriptToolbar.png */; };
David@0
   664
		34BFD80007E6A51D00AD984D /* GBApplescriptFiltersPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BFD7FE07E6A51D00AD984D /* GBApplescriptFiltersPlugin.m */; };
David@0
   665
		34BFDF1807E8977D00AD984D /* SoundHigh.png in Resources */ = {isa = PBXBuildFile; fileRef = 34BFDF1607E8977D00AD984D /* SoundHigh.png */; };
David@0
   666
		34BFDF1907E8977D00AD984D /* SoundLow.png in Resources */ = {isa = PBXBuildFile; fileRef = 34BFDF1707E8977D00AD984D /* SoundLow.png */; };
David@0
   667
		34BFDF2007E8978900AD984D /* SendingKeyDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34BFDF1E07E8978900AD984D /* SendingKeyDefaults.plist */; };
David@0
   668
		34BFDF2107E8978900AD984D /* TabDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34BFDF1F07E8978900AD984D /* TabDefaults.plist */; };
David@0
   669
		34BFE20207E8E11500AD984D /* AIChatCyclingPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BFE20007E8E11500AD984D /* AIChatCyclingPlugin.m */; };
David@0
   670
		34BFE25007E8E5F200AD984D /* AIAutoLinkingPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BFE24E07E8E5F100AD984D /* AIAutoLinkingPlugin.m */; };
David@0
   671
		34BFE2D807E8E74400AD984D /* AIChatConsolidationPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BFE2D607E8E74400AD984D /* AIChatConsolidationPlugin.m */; };
David@0
   672
		34C14CD307A8B1AB003CC138 /* AIEmoticonPackPreviewView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C14CD107A8B1AB003CC138 /* AIEmoticonPackPreviewView.m */; };
David@0
   673
		34C14D5107A8BA00003CC138 /* EmoticonPackPreview.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34C14D5007A8BA00003CC138 /* EmoticonPackPreview.nib */; };
David@0
   674
		34C18B0D06CAC95400FF5FF9 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34E839050583207E00F2AADB /* SystemConfiguration.framework */; };
David@0
   675
		34C68B260778FA1300EB423C /* ESGeneralPreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C68B240778FA1300EB423C /* ESGeneralPreferencesPlugin.m */; };
David@0
   676
		34C68B2C0778FA5C00EB423C /* ESGeneralPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C68B2A0778FA5C00EB423C /* ESGeneralPreferences.m */; };
David@0
   677
		34C6A3BC077A8CB500EB423C /* AppearanceDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34C6A3BB077A8CB500EB423C /* AppearanceDefaults.plist */; };
catfish@1793
   678
		34C6CFAB0DF4B41300651F70 /* RBSplitView.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34D1AB5C0D693DEB00470520 /* RBSplitView.framework */; };
David@0
   679
		34C7C62809EC4E890060FB4A /* AILibpurplePlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B3244309BA003C00029361 /* AILibpurplePlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
Evan@2556
   680
		34C846AF101E515900140B4B /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34C846AE101E515900140B4B /* QTKit.framework */; };
sholt@2674
   681
		34C846E6101E518F00140B4B /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34C846E5101E518F00140B4B /* QuickTime.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
David@0
   682
		34C899AC07E51B18009357F6 /* BuiltInEventPresets.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34C899AB07E51B18009357F6 /* BuiltInEventPresets.plist */; };
David@0
   683
		34C91BBB0CA8909700740974 /* AIContentNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C91BB90CA8909700740974 /* AIContentNotification.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   684
		34C91BBC0CA8909700740974 /* AIContentNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C91BBA0CA8909700740974 /* AIContentNotification.m */; };
David@0
   685
		34CA15530CAFDFB2009AA5E3 /* sidebarActionWidget.png in Resources */ = {isa = PBXBuildFile; fileRef = 34CA15520CAFDFB2009AA5E3 /* sidebarActionWidget.png */; };
David@0
   686
		34CA22300A671BEF00B11032 /* PersonalPreferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34CA222F0A671BEF00B11032 /* PersonalPreferences.nib */; };
zacw@1000
   687
		34CAA3FB0BD3998E00AE92DC /* ESPurpleAIMAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB41C08086D9100E27095 /* ESPurpleAIMAccountView.nib */; };
David@0
   688
		34CF9DF5085B8B7900D87E37 /* ESiTunesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34CF9DF3085B8B7900D87E37 /* ESiTunesPlugin.m */; };
David@0
   689
		34D000C60957918000DCB678 /* ContactListRecentImages.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34D000C50957918000DCB678 /* ContactListRecentImages.nib */; };
David@0
   690
		34D001E80958868000DCB678 /* AIMenuItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D001E60958868000DCB678 /* AIMenuItemView.m */; };
David@0
   691
		34D007DB095966E200DCB678 /* AIContactListRecentImagesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D007D9095966E200DCB678 /* AIContactListRecentImagesWindowController.m */; };
David@0
   692
		34D073CA0B1E1A4400D63DF2 /* ESPurpleDotMacAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B387EB807199FE5004DE713 /* ESPurpleDotMacAccountViewController.m */; };
David@0
   693
		34D073CB0B1E1A4500D63DF2 /* ESPurpleDotMacAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B387EB707199FE5004DE713 /* ESPurpleDotMacAccountViewController.h */; };
David@0
   694
		34D073CC0B1E1A4500D63DF2 /* ESPurpleDotMacAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F101E307342B4D00890D3B /* ESPurpleDotMacAccount.m */; };
David@0
   695
		34D073CD0B1E1A4500D63DF2 /* ESPurpleDotMacAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F101E407342B4D00890D3B /* ESPurpleDotMacAccount.h */; };
David@0
   696
		34D073CE0B1E1A4500D63DF2 /* ESPurpleAIMAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E0EB8E07CD349200A82198 /* ESPurpleAIMAccount.m */; };
David@0
   697
		34D073CF0B1E1A4500D63DF2 /* ESPurpleAIMAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E0EB8D07CD349200A82198 /* ESPurpleAIMAccount.h */; };
David@0
   698
		34D073D00B1E1A4500D63DF2 /* ESDotMacService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAFD5A406E00AD200FF7FBC /* ESDotMacService.m */; };
David@0
   699
		34D073D10B1E1A4500D63DF2 /* ESDotMacService.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAFD5A306E00AD200FF7FBC /* ESDotMacService.h */; };
David@0
   700
		34D073D20B1E1A4500D63DF2 /* ESAIMService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAFD5A206E00AD200FF7FBC /* ESAIMService.m */; };
David@0
   701
		34D073D30B1E1A4500D63DF2 /* ESAIMService.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAFD5A106E00AD200FF7FBC /* ESAIMService.h */; };
David@0
   702
		34D073D60B1E1A5000D63DF2 /* PurpleDefaultsMac.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B76472E07A07A340021CCD7 /* PurpleDefaultsMac.plist */; };
David@0
   703
		34D073D70B1E1A5000D63DF2 /* PurpleDefaultsAIM.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B7635A507A0581D0021CCD7 /* PurpleDefaultsAIM.plist */; };
David@0
   704
		34D0F9CB0954E70100DCB678 /* AIContactListImagePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D0F9C90954E70100DCB678 /* AIContactListImagePicker.m */; };
David@0
   705
		34D0FDD20956186200DCB678 /* ESPersonalPreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D0FDD00956186200DCB678 /* ESPersonalPreferencesPlugin.m */; };
David@0
   706
		34D0FDD80956187700DCB678 /* ESPersonalPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D0FDD60956187700DCB678 /* ESPersonalPreferences.m */; };
David@0
   707
		34D0FF8509569FE500DCB678 /* PersonalPreferencesDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D0FF8409569FE500DCB678 /* PersonalPreferencesDefaults.plist */; };
David@0
   708
		34D1AC850D69958900470520 /* RBSplitView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34D1AB5C0D693DEB00470520 /* RBSplitView.framework */; };
David@0
   709
		34D832A007CBD61A006466F2 /* ContactListDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D8329F07CBD61A006466F2 /* ContactListDefaults.plist */; };
David@0
   710
		34D832AE07CBD62C006466F2 /* AdiumEmoticonset.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832A507CBD62B006466F2 /* AdiumEmoticonset.icns */; };
David@0
   711
		34D832AF07CBD62C006466F2 /* AdiumScripts.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832A607CBD62B006466F2 /* AdiumScripts.icns */; };
David@0
   712
		34D832B007CBD62C006466F2 /* AdiumMessageStyle.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832A707CBD62B006466F2 /* AdiumMessageStyle.icns */; };
David@0
   713
		34D832B107CBD62C006466F2 /* AdiumListTheme.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832A807CBD62B006466F2 /* AdiumListTheme.icns */; };
David@0
   714
		34D832B207CBD62C006466F2 /* AdiumListLayout.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832A907CBD62C006466F2 /* AdiumListLayout.icns */; };
David@0
   715
		34D832B307CBD62C006466F2 /* AdiumSoundset.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832AA07CBD62C006466F2 /* AdiumSoundset.icns */; };
David@0
   716
		34D832B407CBD62C006466F2 /* AdiumIcon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832AB07CBD62C006466F2 /* AdiumIcon.icns */; };
David@0
   717
		34D832B507CBD62C006466F2 /* AdiumPlugin.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832AC07CBD62C006466F2 /* AdiumPlugin.icns */; };
David@0
   718
		34D832B607CBD62C006466F2 /* Adium.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34D832AD07CBD62C006466F2 /* Adium.icns */; };
David@0
   719
		34D8332B07CBD72A006466F2 /* ContactCountingDisplayDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D8332A07CBD72A006466F2 /* ContactCountingDisplayDefaults.plist */; };
David@0
   720
		34D8333207CBD741006466F2 /* ApplescriptContactAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34D8333007CBD741006466F2 /* ApplescriptContactAlert.nib */; };
David@0
   721
		34D8333307CBD741006466F2 /* ApplescriptAlert.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8333107CBD741006466F2 /* ApplescriptAlert.png */; };
David@0
   722
		34D8333B07CBD758006466F2 /* ESApplescriptContactAlertPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D8333707CBD758006466F2 /* ESApplescriptContactAlertPlugin.m */; };
David@0
   723
		34D8333C07CBD758006466F2 /* ESPanelApplescriptDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D8333807CBD758006466F2 /* ESPanelApplescriptDetailPane.m */; };
David@0
   724
		34D8337107CBD808006466F2 /* pref-general.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8336807CBD807006466F2 /* pref-general.png */; };
David@0
   725
		34D8337407CBD808006466F2 /* pref-ft.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8336B07CBD807006466F2 /* pref-ft.png */; };
David@0
   726
		34D8337507CBD808006466F2 /* pref-events.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8336C07CBD807006466F2 /* pref-events.png */; };
David@0
   727
		34D8337707CBD808006466F2 /* pref-advanced.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8336E07CBD807006466F2 /* pref-advanced.png */; };
David@0
   728
		34D836E507CBF593006466F2 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F531836F019E40BB01A80165 /* Carbon.framework */; };
David@0
   729
		34DC12FC0A81415D00D710F3 /* ESApplescriptabilityController.m in Sources */ = {isa = PBXBuildFile; fileRef = 344C0D4E06B6D63800DA7200 /* ESApplescriptabilityController.m */; };
David@0
   730
		34DC13040A81417600D710F3 /* AILoginWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57938C2033E73AC01A8010A /* AILoginWindowController.m */; };
David@0
   731
		34DC13050A81417700D710F3 /* LoginSelect.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34575E3407CBA7DF004A4FFF /* LoginSelect.nib */; };
David@0
   732
		34DC88140A7EEE2E003E1636 /* AIAccountController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57938AA033E737001A8010A /* AIAccountController.m */; };
David@0
   733
		34DC88160A7EEE2E003E1636 /* AIContactController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57938AB033E737001A8010A /* AIContactController.m */; };
David@0
   734
		34DC88180A7EEE2E003E1636 /* ESContactAlertsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CF42678057763E200F27FAA /* ESContactAlertsController.m */; };
David@0
   735
		34DC881A0A7EEE2E003E1636 /* AIDockController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E95316903C8E0C700415B22 /* AIDockController.m */; };
David@0
   736
		34DC881C0A7EEE2E003E1636 /* AIInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57938AC033E737001A8010A /* AIInterfaceController.m */; };
David@0
   737
		34DC881E0A7EEE2E003E1636 /* AIMenuController.m in Sources */ = {isa = PBXBuildFile; fileRef = F570A5B603704C6101A8010A /* AIMenuController.m */; };
David@0
   738
		34DC88200A7EEE2E003E1636 /* AISoundController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57938B0033E737001A8010A /* AISoundController.m */; };
David@0
   739
		34DC88220A7EEE2E003E1636 /* AIToolbarController.m in Sources */ = {isa = PBXBuildFile; fileRef = F570A60803704E9701A8010A /* AIToolbarController.m */; };
David@0
   740
		34DC88240A7EEE2E003E1636 /* AIChatController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B82C80085A85D800864531 /* AIChatController.m */; };
David@0
   741
		34DC88260A7EEE2E003E1636 /* AIContentController.m in Sources */ = {isa = PBXBuildFile; fileRef = F55B415D03AB8B5601A8010A /* AIContentController.m */; };
David@0
   742
		34DC88280A7EEE2E003E1636 /* AIEmoticonController.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C157D904A88E04008E0C76 /* AIEmoticonController.m */; };
David@0
   743
		34DC882A0A7EEE2E003E1636 /* AIStatusController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B292D3107A9C8E100C5F882 /* AIStatusController.m */; };
David@0
   744
		34DC882C0A7EEE2E003E1636 /* ESFileTransferController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34FDD6E405632BFD00F5B30F /* ESFileTransferController.m */; };
David@0
   745
		34DC882E0A7EEE2E003E1636 /* AILoginController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57938AD033E737001A8010A /* AILoginController.m */; };
David@0
   746
		34DC88300A7EEE2E003E1636 /* AIPreferenceController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57938AF033E737001A8010A /* AIPreferenceController.m */; };
David@0
   747
		34DC88320A7EEE2E003E1636 /* AICoreComponentLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B0149060733D3A5001A4C57 /* AICoreComponentLoader.m */; };
David@0
   748
		34DC88340A7EEE2E003E1636 /* AdiumAccounts.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE40C1F0846544000F5790F /* AdiumAccounts.m */; };
David@0
   749
		34DC88360A7EEE2E003E1636 /* AdiumPasswords.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8742490840E3D800738987 /* AdiumPasswords.m */; };
David@0
   750
		34DC883A0A7EEE2E003E1636 /* ESAccountPasswordPromptController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3420E65C0611D80000AE67E3 /* ESAccountPasswordPromptController.m */; };
David@0
   751
		34DC883C0A7EEE2E003E1636 /* ESProxyPasswordPromptController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3420E65E0611D80000AE67E3 /* ESProxyPasswordPromptController.m */; };
David@0
   752
		34DC883F0A7EEE2E003E1636 /* keys.png in Resources */ = {isa = PBXBuildFile; fileRef = 34D8328807CBD5D2006466F2 /* keys.png */; };
David@0
   753
		34DC88410A7EEE2E003E1636 /* AdiumPreferredAccounts.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE3AD1D085F3EDD005919E7 /* AdiumPreferredAccounts.m */; };
David@0
   754
		34DC88430A7EEE2E003E1636 /* AdiumServices.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8741D20840D25600738987 /* AdiumServices.m */; };
David@0
   755
		34DC88450A7EEE2E003E1636 /* AdiumApplescriptRunner.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E1EDF40A045AA2003C14F1 /* AdiumApplescriptRunner.m */; };
David@0
   756
		34DC884C0A7EEE2E003E1636 /* AdiumContentFiltering.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BC5418F08649CC6003CD69E /* AdiumContentFiltering.m */; };
David@0
   757
		34DC884E0A7EEE2E003E1636 /* AdiumFormatting.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BC540B708648322003CD69E /* AdiumFormatting.m */; };
David@0
   758
		34DC884F0A7EEE2E003E1636 /* FormattingDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34A6FB8007D6FDCC00972830 /* FormattingDefaults.plist */; };
David@0
   759
		34DC88510A7EEE2E003E1636 /* AdiumTyping.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDAB9920861C661009FB73B /* AdiumTyping.m */; };
David@0
   760
		34DC88530A7EEE2E003E1636 /* AdiumMessageEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B82C8A085A87B000864531 /* AdiumMessageEvents.m */; };
David@0
   761
		34DC88550A7EEE2E003E1636 /* AdiumChatEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BD0DB408D31479000BE2C0 /* AdiumChatEvents.m */; };
David@0
   762
		34DC88570A7EEE2E003E1636 /* ESFileTransferRequestPromptController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3452A9F707891C8A00C3C494 /* ESFileTransferRequestPromptController.m */; };
David@0
   763
		34DC88580A7EEE2E003E1636 /* FileTransferRequestPrompt.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34575E2A07CBA70D004A4FFF /* FileTransferRequestPrompt.nib */; };
David@0
   764
		34DC88590A7EEE2E003E1636 /* FileTransferProgressWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34575E2B07CBA70D004A4FFF /* FileTransferProgressWindow.nib */; };
David@0
   765
		34DC885A0A7EEE2E003E1636 /* FileTransferPrefs.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34575E2C07CBA70D004A4FFF /* FileTransferPrefs.plist */; };
David@0
   766
		34DC885B0A7EEE2E003E1636 /* FileTransferPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34575E2D07CBA70D004A4FFF /* FileTransferPrefs.nib */; };
David@0
   767
		34DC885D0A7EEE2E003E1636 /* ESFileTransferProgressRow.m in Sources */ = {isa = PBXBuildFile; fileRef = 349FE300074D01D300E36B3B /* ESFileTransferProgressRow.m */; };
David@0
   768
		34DC885F0A7EEE2E003E1636 /* ESFileTransferProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 349FE2FE074D01D300E36B3B /* ESFileTransferProgressView.m */; };
David@0
   769
		34DC88620A7EEE2F003E1636 /* ESFileTransferProgressWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 349FE2FC074D01D200E36B3B /* ESFileTransferProgressWindowController.m */; };
David@0
   770
		34DC88640A7EEE2F003E1636 /* ESFileTransferPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D2E8680758BB0B0054C56D /* ESFileTransferPreferences.m */; };
David@0
   771
		34DC88650A7EEE2F003E1636 /* FTProgressRevealRollover.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8324807CBD53A006466F2 /* FTProgressRevealRollover.tif */; };
David@0
   772
		34DC88660A7EEE2F003E1636 /* FTProgressRevealRollover_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8324907CBD53A006466F2 /* FTProgressRevealRollover_Selected.tif */; };
David@0
   773
		34DC88670A7EEE2F003E1636 /* FTProgressStopRollover_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8324A07CBD53A006466F2 /* FTProgressStopRollover_Selected.tif */; };
David@0
   774
		34DC88680A7EEE2F003E1636 /* FTProgressStop_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8324B07CBD53A006466F2 /* FTProgressStop_Selected.tif */; };
David@0
   775
		34DC88690A7EEE2F003E1636 /* FTProgressStop.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8324C07CBD53A006466F2 /* FTProgressStop.tif */; };
David@0
   776
		34DC886A0A7EEE2F003E1636 /* FTProgressStopRollover.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8324D07CBD53B006466F2 /* FTProgressStopRollover.tif */; };
David@0
   777
		34DC886B0A7EEE2F003E1636 /* FTProgressRevealPressed.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8324E07CBD53B006466F2 /* FTProgressRevealPressed.tif */; };
David@0
   778
		34DC886C0A7EEE2F003E1636 /* FTProgressReveal_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8324F07CBD53B006466F2 /* FTProgressReveal_Selected.tif */; };
David@0
   779
		34DC886D0A7EEE2F003E1636 /* FTProgressReveal.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8325007CBD53B006466F2 /* FTProgressReveal.tif */; };
David@0
   780
		34DC886E0A7EEE2F003E1636 /* FTProgressStopPressed_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8325107CBD53B006466F2 /* FTProgressStopPressed_Selected.tif */; };
David@0
   781
		34DC886F0A7EEE2F003E1636 /* FTProgressStopPressed.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8325207CBD53B006466F2 /* FTProgressStopPressed.tif */; };
David@0
   782
		34DC88700A7EEE2F003E1636 /* FTProgressRevealPressed_Selected.tif in Resources */ = {isa = PBXBuildFile; fileRef = 34D8325307CBD53B006466F2 /* FTProgressRevealPressed_Selected.tif */; };
David@0
   783
		34DC88740A7EEE2F003E1636 /* AIPreferenceWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57938BB033E739101A8010A /* AIPreferenceWindowController.m */; };
David@0
   784
		34DC88770A7EEE2F003E1636 /* AdiumSetupWizard.m in Sources */ = {isa = PBXBuildFile; fileRef = 344161BC0943E0D800BC26ED /* AdiumSetupWizard.m */; };
David@0
   785
		34DC88780A7EEE2F003E1636 /* AdiumyButler.png in Resources */ = {isa = PBXBuildFile; fileRef = 344161CF0943E20D00BC26ED /* AdiumyButler.png */; };
David@0
   786
		34DC88790A7EEE2F003E1636 /* SetupWizard.nib in Resources */ = {isa = PBXBuildFile; fileRef = 344161D30943E22F00BC26ED /* SetupWizard.nib */; };
David@0
   787
		34DC887B0A7EEE2F003E1636 /* SetupWizardBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3441623F0943E76400BC26ED /* SetupWizardBackgroundView.m */; };
David@0
   788
		34DC887D0A7EEE2F003E1636 /* AdiumSound.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B14CF25085FBC5800C88949 /* AdiumSound.m */; };
David@0
   789
		34DC887F0A7EEE2F003E1636 /* AdiumSoundSets.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B14CF27085FBC5900C88949 /* AdiumSoundSets.m */; };
David@0
   790
		34DC88810A7EEE2F003E1636 /* AdiumSpeech.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B14CF29085FBC5900C88949 /* AdiumSpeech.m */; };
David@0
   791
		34DC88820A7EEE2F003E1636 /* SoundPrefs.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D8326407CBD598006466F2 /* SoundPrefs.plist */; };
David@0
   792
		34DC88840A7EEE2F003E1636 /* AdiumIdleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 346CFDC5087B7836009711C8 /* AdiumIdleManager.m */; };
David@0
   793
		34DC88880A7EEE2F003E1636 /* XtrasInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F10239073449D500890D3B /* XtrasInstaller.m */; };
David@0
   794
		34DC88890A7EEE2F003E1636 /* XtraProgressWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34F1022A0734499600890D3B /* XtraProgressWindow.nib */; };
David@0
   795
		34DC8A440A7EEEF7003E1636 /* AIApplescriptabilityControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0EB90A7E83D70059A3AF /* AIApplescriptabilityControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   796
		34DC8A450A7EEEF7003E1636 /* AIControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D03A80A7D798A0059A3AF /* AIControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   797
		34DC8A460A7EEEF7003E1636 /* AIAccountControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D03990A7D78FC0059A3AF /* AIAccountControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   798
		34DC8A470A7EEEF7003E1636 /* AIChatControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D081F0A7DBFE40059A3AF /* AIChatControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   799
		34DC8A480A7EEEF7003E1636 /* AIContactAlertsControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D083F0A7DC1540059A3AF /* AIContactAlertsControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   800
		34DC8A490A7EEEF7003E1636 /* AIContactControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0D5B0A7E72030059A3AF /* AIContactControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   801
		34DC8A4A0A7EEEF7003E1636 /* AIContentControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0D630A7E72DA0059A3AF /* AIContentControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   802
		34DC8A4B0A7EEEF7003E1636 /* AIDockControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0D720A7E750E0059A3AF /* AIDockControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   803
		34DC8A4C0A7EEEF7003E1636 /* AIEmoticonControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0DA90A7E76480059A3AF /* AIEmoticonControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   804
		34DC8A4D0A7EEEF7003E1636 /* AIFileTransferControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0DC50A7E76DA0059A3AF /* AIFileTransferControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   805
		34DC8A4E0A7EEEF7003E1636 /* AIInterfaceControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0DFF0A7E7B090059A3AF /* AIInterfaceControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   806
		34DC8A4F0A7EEEF7003E1636 /* AILoginControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0E190A7E7DC30059A3AF /* AILoginControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   807
		34DC8A500A7EEEF7003E1636 /* AIMenuControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0E1D0A7E7E7B0059A3AF /* AIMenuControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   808
		34DC8A510A7EEEF7003E1636 /* AIPreferenceControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0E210A7E7F160059A3AF /* AIPreferenceControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   809
		34DC8A520A7EEEF7003E1636 /* AISoundControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0E8A0A7E80000059A3AF /* AISoundControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   810
		34DC8A530A7EEEF7003E1636 /* AIStatusControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0EA90A7E826C0059A3AF /* AIStatusControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   811
		34DC8A540A7EEEF7003E1636 /* AIToolbarControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0EAF0A7E82F70059A3AF /* AIToolbarControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   812
		34DC8A550A7EEEF7003E1636 /* AIDebugControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 340D0EC20A7E84680059A3AF /* AIDebugControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   813
		34DC8A570A7EEEF7003E1636 /* ESPresetManagementController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BFD7F207E6A22700AD984D /* ESPresetManagementController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   814
		34DC8A580A7EEEF7003E1636 /* ESPresetManagementController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BFD7F407E6A22700AD984D /* ESPresetManagementController.m */; };
David@0
   815
		34DC8A590A7EEEF7003E1636 /* PresetManagement.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34BFD7F307E6A22700AD984D /* PresetManagement.nib */; };
David@0
   816
		34DC8A5A0A7EEEF7003E1636 /* ESPresetNameSheetController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BFDB2C07E7710C00AD984D /* ESPresetNameSheetController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   817
		34DC8A5B0A7EEEF7003E1636 /* ESPresetNameSheetController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BFDB2D07E7710C00AD984D /* ESPresetNameSheetController.m */; };
David@0
   818
		34DC8A5C0A7EEEF7003E1636 /* PresetNameSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34BFDB3807E7714200AD984D /* PresetNameSheet.nib */; };
David@0
   819
		34DC8A5D0A7EEEF7003E1636 /* AIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAFD57706E0091100FF7FBC /* AIService.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   820
		34DC8A5E0A7EEEF7003E1636 /* AIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAFD57806E0091100FF7FBC /* AIService.m */; };
David@0
   821
		34DC8A5F0A7EEEF7003E1636 /* AIAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = F5793922033E74C301A8010A /* AIAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   822
		34DC8A600A7EEEF7003E1636 /* AIAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = F579390B033E748F01A8010A /* AIAccount.m */; };
David@0
   823
		34DC8A610A7EEEF7003E1636 /* AIAbstractAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE8AF6D0796EC1200B6E49B /* AIAbstractAccount.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   824
		34DC8A620A7EEEF7003E1636 /* AIAbstractAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE8AF6E0796EC1200B6E49B /* AIAbstractAccount.m */; };
David@0
   825
		34DC8A630A7EEEF7003E1636 /* AIAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B28DDAB0599FED200343093 /* AIAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   826
		34DC8A640A7EEEF7003E1636 /* AIAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B28DDAC0599FED200343093 /* AIAccountViewController.m */; };
David@0
   827
		34DC8A650A7EEEF7003E1636 /* AccountSetup.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BDD81E907A0B6D30057DB2C /* AccountSetup.nib */; };
David@0
   828
		34DC8A660A7EEEF7003E1636 /* AccountProfile.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BDD81E807A0B6D30057DB2C /* AccountProfile.nib */; };
David@0
   829
		34DC8A670A7EEEF7003E1636 /* AccountOptions.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BDD81E707A0B6D30057DB2C /* AccountOptions.nib */; };
David@0
   830
		34DC8A680A7EEEF7003E1636 /* AccountPrivacy.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34943DEE07BAD918000F2A03 /* AccountPrivacy.nib */; };
David@0
   831
		34DC8A690A7EEEF7003E1636 /* AccountDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 348FF84909128D6300A942A8 /* AccountDefaults.plist */; };
David@0
   832
		34DC8A6A0A7EEEF7003E1636 /* AIEmoticon.h in Headers */ = {isa = PBXBuildFile; fileRef = 34503C7F058F96C400FB7AD1 /* AIEmoticon.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   833
		34DC8A6B0A7EEEF7003E1636 /* AIEmoticon.m in Sources */ = {isa = PBXBuildFile; fileRef = 34503C7E058F96C400FB7AD1 /* AIEmoticon.m */; };
David@0
   834
		34DC8A6C0A7EEEF7003E1636 /* AIEmoticonPack.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C73F83E04D62A2900A80106 /* AIEmoticonPack.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   835
		34DC8A6D0A7EEEF7003E1636 /* AIEmoticonPack.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C73F83F04D62A2900A80106 /* AIEmoticonPack.m */; };
David@0
   836
		34DC8A6E0A7EEEF7003E1636 /* AIStatusDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B87D760A3A9FCF00A38283 /* AIStatusDefines.h */; };
David@0
   837
		34DC8A6F0A7EEEF7003E1636 /* AIStatusItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 348F50C00935317C00288E41 /* AIStatusItem.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   838
		34DC8A700A7EEEF7003E1636 /* AIStatusItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 348F50C10935317C00288E41 /* AIStatusItem.m */; };
David@0
   839
		34DC8A710A7EEEF7003E1636 /* AIStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 34AC36B907B5C51400145239 /* AIStatus.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   840
		34DC8A720A7EEEF7003E1636 /* AIStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AC36BA07B5C51400145239 /* AIStatus.m */; };
David@0
   841
		34DC8A730A7EEEF7003E1636 /* AIStatusGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 34AC2FA509352C2400393D7A /* AIStatusGroup.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   842
		34DC8A740A7EEEF7003E1636 /* AIStatusGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AC2FA609352C2400393D7A /* AIStatusGroup.m */; };
David@0
   843
		34DC8A750A7EEEF7003E1636 /* AIEditStateWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B588C9B07AC23B2001832A9 /* AIEditStateWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   844
		34DC8A760A7EEEF7003E1636 /* AIEditStateWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B588C9C07AC23B2001832A9 /* AIEditStateWindowController.m */; };
David@0
   845
		34DC8A770A7EEEF7003E1636 /* EditStateSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 342114B40826D37100A3B0FB /* EditStateSheet.nib */; };
David@0
   846
		34DC8A780A7EEEF7003E1636 /* AIStatusDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 34AA366A095CE124003B56DB /* AIStatusDefines.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   847
		34DC8A790A7EEEF7003E1636 /* AIAbstractListObjectMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B22E15C085CAE2E001864DE /* AIAbstractListObjectMenu.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   848
		34DC8A7A0A7EEEF7003E1636 /* AIAbstractListObjectMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B22E15D085CAE2F001864DE /* AIAbstractListObjectMenu.m */; };
David@0
   849
		34DC8A7B0A7EEEF7003E1636 /* AIAccountMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 3449485B08E9FCD60054FF57 /* AIAccountMenu.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   850
		34DC8A7C0A7EEEF7003E1636 /* AIAccountMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 3449485A08E9FCD60054FF57 /* AIAccountMenu.m */; };
David@0
   851
		34DC8A7D0A7EEEF7003E1636 /* AIContactMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 3449485608E9FCCD0054FF57 /* AIContactMenu.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   852
		34DC8A7E0A7EEEF7003E1636 /* AIContactMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 3449485508E9FCCD0054FF57 /* AIContactMenu.m */; };
David@0
   853
		34DC8A7F0A7EEEF7003E1636 /* AIServiceMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAF8CFC083D9A2A0067CF6F /* AIServiceMenu.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   854
		34DC8A800A7EEEF7003E1636 /* AIServiceMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAF8CFD083D9A2A0067CF6F /* AIServiceMenu.m */; };
David@0
   855
		34DC8A810A7EEEF7003E1636 /* AIStatusMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 34AC2E9F0934FAE100393D7A /* AIStatusMenu.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   856
		34DC8A820A7EEEF7003E1636 /* AIStatusMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AC2EA00934FAE100393D7A /* AIStatusMenu.m */; };
David@0
   857
		34DC8A830A7EEEF7003E1636 /* ESTextAndButtonsWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E00F7407B92B2E000DF265 /* ESTextAndButtonsWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   858
		34DC8A840A7EEEF7003E1636 /* ESTextAndButtonsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E00F7507B92B2F000DF265 /* ESTextAndButtonsWindowController.m */; };
David@0
   859
		34DC8A850A7EEEF7003E1636 /* TextAndButtonsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34E00F8607B92B88000DF265 /* TextAndButtonsWindow.nib */; };
David@0
   860
		34DC8A860A7EEEF7003E1636 /* AIWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BFC3412058D48A8008F7FA2 /* AIWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   861
		34DC8A870A7EEEF7003E1636 /* AIWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BFC3413058D48A8008F7FA2 /* AIWindowController.m */; };
David@0
   862
		34DC8A880A7EEEF7003E1636 /* AICorePluginLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 340BA84409EC593A000EC441 /* AICorePluginLoader.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   863
		34DC8A890A7EEEF7003E1636 /* AICorePluginLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 340BA84509EC593B000EC441 /* AICorePluginLoader.m */; };
David@0
   864
		34DC8A8A0A7EEEF7003E1636 /* ESDebugAILog.h in Headers */ = {isa = PBXBuildFile; fileRef = 3448054F07AC5151006A7F7B /* ESDebugAILog.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   865
		34DC8A8B0A7EEEF7003E1636 /* ESDebugAILog.m in Sources */ = {isa = PBXBuildFile; fileRef = 3448054E07AC5151006A7F7B /* ESDebugAILog.m */; };
David@0
   866
		34DC8A8E0A7EEEF7003E1636 /* AISoundSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BD548AE086086B5008DF3CB /* AISoundSet.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   867
		34DC8A8F0A7EEEF7003E1636 /* AISoundSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BD548AF086086B5008DF3CB /* AISoundSet.m */; };
David@0
   868
		34DC8A900A7EEEF7003E1636 /* AIToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E6D38E0727354600A2643A /* AIToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   869
		34DC8A910A7EEEF7003E1636 /* AIToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E6D38F0727354600A2643A /* AIToolbar.m */; };
David@0
   870
		34DC8A920A7EEEF7003E1636 /* AIColorPickerSliders.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D369ED08E7544D00E15E40 /* AIColorPickerSliders.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   871
		34DC8A930A7EEEF7003E1636 /* AIColorPickerSliders.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D369EE08E7544D00E15E40 /* AIColorPickerSliders.m */; };
David@0
   872
		34DC8A940A7EEEF7003E1636 /* AIPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DA9CF854080F9784000C5249 /* AIPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   873
		34DC8A950A7EEEF7003E1636 /* AIPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = DA9CF855080F9784000C5249 /* AIPathUtilities.m */; };
David@0
   874
		34DC8A960A7EEEF7003E1636 /* AISortController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B422C0905ACB248005E720B /* AISortController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   875
		34DC8A970A7EEEF7003E1636 /* AISortController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B422C0A05ACB248005E720B /* AISortController.m */; };
David@0
   876
		34DC8A980A7EEEF7003E1636 /* ESObjectWithProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 34111A5D06BE1B370005AF5C /* ESObjectWithProperties.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   877
		34DC8A990A7EEEF7003E1636 /* ESObjectWithProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 34111A5E06BE1B370005AF5C /* ESObjectWithProperties.m */; };
David@0
   878
		34DC8A9A0A7EEEF7003E1636 /* AIChat.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B82138E049CA6CC00A8010A /* AIChat.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   879
		34DC8A9B0A7EEEF7003E1636 /* AIChat.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B82138F049CA6CC00A8010A /* AIChat.m */; };
David@0
   880
		34DC8A9C0A7EEEF7003E1636 /* AIListObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF5BA14042F3CB200A8010A /* AIListObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   881
		34DC8A9D0A7EEEF7003E1636 /* AIListObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BF5BA15042F3CB200A8010A /* AIListObject.m */; };
David@0
   882
		34DC8A9E0A7EEEF7003E1636 /* AIListGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF5BA12042F3CB200A8010A /* AIListGroup.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   883
		34DC8A9F0A7EEEF7003E1636 /* AIListGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BF5BA13042F3CB200A8010A /* AIListGroup.m */; };
David@0
   884
		34DC8AA00A7EEEF7003E1636 /* AIListContact.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF5BA10042F3CB200A8010A /* AIListContact.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   885
		34DC8AA10A7EEEF7003E1636 /* AIListContact.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BF5BA11042F3CB200A8010A /* AIListContact.m */; };
David@0
   886
		34DC8AA20A7EEEF7003E1636 /* AIMetaContact.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B09D5C005D5265800BC00F0 /* AIMetaContact.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   887
		34DC8AA30A7EEEF7003E1636 /* AIMetaContact.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B09D5C105D5265800BC00F0 /* AIMetaContact.m */; };
David@0
   888
		34DC8AA40A7EEEF7003E1636 /* AIImageTextCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C69E6D07794B9200EB423C /* AIImageTextCellView.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   889
		34DC8AA50A7EEEF7003E1636 /* AIImageTextCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C69E6E07794B9200EB423C /* AIImageTextCellView.m */; };
David@0
   890
		34DC8AA60A7EEEF7003E1636 /* ESContactAlertsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B7033E076EDB370016E8BA /* ESContactAlertsViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   891
		34DC8AA70A7EEEF7003E1636 /* ESContactAlertsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B7033D076EDB370016E8BA /* ESContactAlertsViewController.m */; };
David@0
   892
		34DC8AA80A7EEEF7003E1636 /* CSNewContactAlertWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B70340076EDB370016E8BA /* CSNewContactAlertWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   893
		34DC8AA90A7EEEF7003E1636 /* CSNewContactAlertWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B7033F076EDB370016E8BA /* CSNewContactAlertWindowController.m */; };
David@0
   894
		34DC8AAA0A7EEEF7003E1636 /* NewAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34B70341076EDB370016E8BA /* NewAlert.nib */; };
David@0
   895
		34DC8AAB0A7EEEF7003E1636 /* NewAlertNoEvents.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BFE2E9F07E61A4E00C07EBE /* NewAlertNoEvents.nib */; };
David@0
   896
		34DC8AAC0A7EEEF7003E1636 /* AIAbstractListController.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F440306D8202A0072E2FA /* AIAbstractListController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   897
		34DC8AAD0A7EEEF7003E1636 /* AIAbstractListController.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F440406D8202A0072E2FA /* AIAbstractListController.m */; };
David@0
   898
		34DC8AAE0A7EEEF7003E1636 /* AIListOutlineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A48AD206F647FD002C7C5F /* AIListOutlineView.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   899
		34DC8AAF0A7EEEF7003E1636 /* AIListOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A48AD106F647FD002C7C5F /* AIListOutlineView.m */; };
David@0
   900
		34DC8AB00A7EEEF7003E1636 /* AIUserIcons.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B93588A06DBC71B007977AA /* AIUserIcons.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   901
		34DC8AB10A7EEEF7003E1636 /* AIUserIcons.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B93588E06DBC71B007977AA /* AIUserIcons.m */; };
David@0
   902
		34DC8AB20A7EEEF7003E1636 /* AIStatusIcons.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B93588F06DBC71B007977AA /* AIStatusIcons.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   903
		34DC8AB30A7EEEF7003E1636 /* AIStatusIcons.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B93588B06DBC71B007977AA /* AIStatusIcons.m */; };
David@0
   904
		34DC8AB40A7EEEF7003E1636 /* DefaultBlockedStatusIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 34C9EC40099FA2A8007ECAB3 /* DefaultBlockedStatusIcon.png */; };
David@0
   905
		34DC8AB50A7EEEF7003E1636 /* AIServiceIcons.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B93588D06DBC71B007977AA /* AIServiceIcons.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   906
		34DC8AB60A7EEEF7003E1636 /* AIServiceIcons.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B93588C06DBC71B007977AA /* AIServiceIcons.m */; };
David@0
   907
		34DC8AB70A7EEEF7003E1636 /* AIListCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F485106DA5E060072E2FA /* AIListCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   908
		34DC8AB80A7EEEF7003E1636 /* AIListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F485006DA5E060072E2FA /* AIListCell.m */; };
David@0
   909
		34DC8AB90A7EEEF7003E1636 /* AIListContactCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F485D06DA5E1E0072E2FA /* AIListContactCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   910
		34DC8ABA0A7EEEF7003E1636 /* AIListContactCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F485E06DA5E1E0072E2FA /* AIListContactCell.m */; };
David@0
   911
		34DC8ABB0A7EEEF7003E1636 /* AIListContactMockieCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F486106DA5E1F0072E2FA /* AIListContactMockieCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   912
		34DC8ABC0A7EEEF7003E1636 /* AIListContactMockieCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F486006DA5E1F0072E2FA /* AIListContactMockieCell.m */; };
David@0
   913
		34DC8ABD0A7EEEF7003E1636 /* AIListContactBubbleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F486406DA5E1F0072E2FA /* AIListContactBubbleCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   914
		34DC8ABE0A7EEEF7003E1636 /* AIListContactBubbleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F486306DA5E1F0072E2FA /* AIListContactBubbleCell.m */; };
David@0
   915
		34DC8ABF0A7EEEF7003E1636 /* AIListContactBubbleToFitCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F486206DA5E1F0072E2FA /* AIListContactBubbleToFitCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   916
		34DC8AC00A7EEEF7003E1636 /* AIListContactBubbleToFitCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F485F06DA5E1F0072E2FA /* AIListContactBubbleToFitCell.m */; };
David@0
   917
		34DC8AC10A7EEEF7003E1636 /* AIListGroupCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F487F06DA5E440072E2FA /* AIListGroupCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   918
		34DC8AC20A7EEEF7003E1636 /* AIListGroupCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F487B06DA5E440072E2FA /* AIListGroupCell.m */; };
David@0
   919
		34DC8AC30A7EEEF7003E1636 /* AIListGroupMockieCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F487706DA5E440072E2FA /* AIListGroupMockieCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   920
		34DC8AC40A7EEEF7003E1636 /* AIListGroupMockieCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F487806DA5E440072E2FA /* AIListGroupMockieCell.m */; };
David@0
   921
		34DC8AC50A7EEEF7003E1636 /* AIListGroupBubbleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F487A06DA5E440072E2FA /* AIListGroupBubbleCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   922
		34DC8AC60A7EEEF7003E1636 /* AIListGroupBubbleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F487E06DA5E440072E2FA /* AIListGroupBubbleCell.m */; };
David@0
   923
		34DC8AC70A7EEEF7003E1636 /* AIListGroupBubbleToFitCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F487D06DA5E440072E2FA /* AIListGroupBubbleToFitCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   924
		34DC8AC80A7EEEF7003E1636 /* AIListGroupBubbleToFitCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F487C06DA5E440072E2FA /* AIListGroupBubbleToFitCell.m */; };
David@0
   925
		34DC8AC90A7EEEF7003E1636 /* AIContentObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B82139D049CC3A000A8010A /* AIContentObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   926
		34DC8ACA0A7EEEF7003E1636 /* AIContentObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B82139E049CC3A000A8010A /* AIContentObject.m */; };
David@0
   927
		34DC8ACB0A7EEEF7003E1636 /* AIContentContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ECFABC606223733001C7E93 /* AIContentContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   928
		34DC8ACC0A7EEEF7003E1636 /* AIContentContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECFABC706223733001C7E93 /* AIContentContext.m */; };
David@0
   929
		34DC8ACD0A7EEEF7003E1636 /* AIContentMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = F579392B033E74C401A8010A /* AIContentMessage.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   930
		34DC8ACE0A7EEEF7003E1636 /* AIContentMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = F5793911033E748F01A8010A /* AIContentMessage.m */; };
David@0
   931
		34DC8ACF0A7EEEF7003E1636 /* AIContentStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BFC5407043E509A00A8010A /* AIContentStatus.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   932
		34DC8AD00A7EEEF7003E1636 /* AIContentStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BFC5408043E509A00A8010A /* AIContentStatus.m */; };
David@0
   933
		34DC8AD10A7EEEF7003E1636 /* AIContentTyping.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDC17720493C90E00A8010A /* AIContentTyping.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   934
		34DC8AD20A7EEEF7003E1636 /* AIContentTyping.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDC17730493C90E00A8010A /* AIContentTyping.m */; };
David@0
   935
		34DC8AD30A7EEEF7003E1636 /* AIContentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 349B39290A5FB150008BE092 /* AIContentEvent.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   936
		34DC8AD40A7EEEF7003E1636 /* AIContentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 349B392A0A5FB150008BE092 /* AIContentEvent.m */; };
David@0
   937
		34DC8AD50A7EEEF7003E1636 /* DCJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4D960606B73979005235E9 /* DCJoinChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   938
		34DC8AD60A7EEEF7003E1636 /* DCJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D960706B73979005235E9 /* DCJoinChatViewController.m */; };
David@0
   939
		34DC8AD70A7EEEF7003E1636 /* DCJoinChatWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4D960806B7397A005235E9 /* DCJoinChatWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   940
		34DC8AD80A7EEEF7003E1636 /* DCJoinChatWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D960906B7397A005235E9 /* DCJoinChatWindowController.m */; };
David@0
   941
		34DC8AD90A7EEEF7003E1636 /* JoinChatWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6E4D960A06B7397A005235E9 /* JoinChatWindow.nib */; };
David@0
   942
		34DC8ADA0A7EEEF7003E1636 /* AIAccountPlusFieldPromptController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E829820766B0FE00EFB3BC /* AIAccountPlusFieldPromptController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   943
		34DC8ADB0A7EEEF7003E1636 /* AIAccountPlusFieldPromptController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E829830766B0FE00EFB3BC /* AIAccountPlusFieldPromptController.m */; };
David@0
   944
		34DC8ADC0A7EEEF7003E1636 /* AIContextMenuTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1E8176063A3EEC00EB00F7 /* AIContextMenuTextView.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   945
		34DC8ADD0A7EEEF7003E1636 /* AIContextMenuTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E1E8177063A3EEC00EB00F7 /* AIContextMenuTextView.m */; };
David@0
   946
		34DC8AE00A7EEEF7003E1636 /* AIMessageEntryTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B5827E80613CE9D0004BD25 /* AIMessageEntryTextView.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   947
		34DC8AE10A7EEEF7003E1636 /* AIMessageEntryTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B5827E90613CE9D0004BD25 /* AIMessageEntryTextView.m */; };
David@0
   948
		34DC8AE40A7EEEF7003E1636 /* stackImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 349DDD5206406A7D00542726 /* stackImage.png */; };
David@0
   949
		34DC8AE50A7EEEF7003E1636 /* AILocalizationAssistance.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D189B1076131850075A380 /* AILocalizationAssistance.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   950
		34DC8AE70A7EEEF7003E1636 /* AILocalizationButtonCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 078C5CD0079EFF87004C75A4 /* AILocalizationButtonCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   951
		34DC8AE80A7EEEF7003E1636 /* AILocalizationButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 078C5CD1079EFF87004C75A4 /* AILocalizationButtonCell.m */; };
David@0
   952
		34DC8AE90A7EEEF7003E1636 /* AILocalizationTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 340833EA075C3A7900703011 /* AILocalizationTextField.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   953
		34DC8AEA0A7EEEF7003E1636 /* AILocalizationTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 340833EB075C3A7900703011 /* AILocalizationTextField.m */; };
David@0
   954
		34DC8AEB0A7EEEF7003E1636 /* AILocalizationButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D1897D076114C00075A380 /* AILocalizationButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   955
		34DC8AEC0A7EEEF7003E1636 /* AILocalizationButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D1897E076114C00075A380 /* AILocalizationButton.m */; };
David@0
   956
		34DC8AED0A7EEEF7003E1636 /* AIModularPane.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAA1B370632ED8B00D8B92C /* AIModularPane.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   957
		34DC8AEE0A7EEEF7003E1636 /* AIModularPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAA1B380632ED8B00D8B92C /* AIModularPane.m */; };
David@0
   958
		34DC8AEF0A7EEEF7003E1636 /* AIContactInfoPane.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BBF41ED066119A8001D31E1 /* AIContactInfoPane.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   959
		34DC8AF00A7EEEF7003E1636 /* AIContactInfoPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BBF41EE066119A8001D31E1 /* AIContactInfoPane.m */; };
David@0
   960
		34DC8AF10A7EEEF7003E1636 /* AIActionDetailsPane.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAA1B350632ED8B00D8B92C /* AIActionDetailsPane.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   961
		34DC8AF20A7EEEF7003E1636 /* AIActionDetailsPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAA1B360632ED8B00D8B92C /* AIActionDetailsPane.m */; };
David@0
   962
		34DC8AF30A7EEEF7003E1636 /* AIPreferencePane.h in Headers */ = {isa = PBXBuildFile; fileRef = F5793923033E74C301A8010A /* AIPreferencePane.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   963
		34DC8AF40A7EEEF7003E1636 /* AIPreferencePane.m in Sources */ = {isa = PBXBuildFile; fileRef = F5793913033E748F01A8010A /* AIPreferencePane.m */; };
David@0
   964
		34DC8AF50A7EEEF7003E1636 /* AIModularPaneCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAD188C066A83550002008E /* AIModularPaneCategoryView.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   965
		34DC8AF60A7EEEF7003E1636 /* AIModularPaneCategoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAD188D066A83550002008E /* AIModularPaneCategoryView.m */; };
David@0
   966
		34DC8AF70A7EEEF7003E1636 /* AIHTMLDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F2E81007C2CD5E007EAAAB /* AIHTMLDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   967
		34DC8AF80A7EEEF7003E1636 /* AIHTMLDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F2E80F07C2CD5E007EAAAB /* AIHTMLDecoder.m */; };
David@0
   968
		34DC8AF90A7EEEF7003E1636 /* AIIconState.h in Headers */ = {isa = PBXBuildFile; fileRef = 3483928505E68B05002BC6C0 /* AIIconState.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   969
		34DC8AFA0A7EEEF7003E1636 /* AIIconState.m in Sources */ = {isa = PBXBuildFile; fileRef = 3483928405E68B05002BC6C0 /* AIIconState.m */; };
David@0
   970
		34DC8AFB0A7EEEF7003E1636 /* AIPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = F5793924033E74C301A8010A /* AIPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   971
		34DC8AFC0A7EEEF7003E1636 /* AIPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F5793912033E748F01A8010A /* AIPlugin.m */; };
David@0
   972
		34DC8AFD0A7EEEF7003E1636 /* AITextAttachmentExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F2E81807C2CD6B007EAAAB /* AITextAttachmentExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   973
		34DC8AFE0A7EEEF7003E1636 /* AITextAttachmentExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F2E81907C2CD6C007EAAAB /* AITextAttachmentExtension.m */; };
David@0
   974
		34DC8B010A7EEEF7003E1636 /* ESFileTransfer.h in Headers */ = {isa = PBXBuildFile; fileRef = 348862CD05645E94003C9627 /* ESFileTransfer.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   975
		34DC8B020A7EEEF7003E1636 /* ESFileTransfer.m in Sources */ = {isa = PBXBuildFile; fileRef = 348862CE05645E95003C9627 /* ESFileTransfer.m */; };
David@0
   976
		34DC8B030A7EEEF7003E1636 /* ESFileWrapperExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F2E83907C2CDBD007EAAAB /* ESFileWrapperExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   977
		34DC8B040A7EEEF7003E1636 /* ESFileWrapperExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F2E83807C2CDBD007EAAAB /* ESFileWrapperExtension.m */; };
David@0
   978
		34DC8B090A7EEEF7003E1636 /* JVFontPreviewField.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D8344C07CBE6E2006466F2 /* JVFontPreviewField.m */; };
David@0
   979
		34DC8B0A0A7EEEF7003E1636 /* JVFontPreviewField.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D8344D07CBE6E2006466F2 /* JVFontPreviewField.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
   980
		34DFF5FD07A63DB400B92233 /* ESSecureMessagingPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34DFF46107A5EABF00B92233 /* ESSecureMessagingPlugin.m */; };
David@0
   981
		34E036720A75AA4F00394F11 /* CBOscarService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B919C9062DEF15004F1223 /* CBOscarService.h */; };
David@0
   982
		34E036730A75AA4F00394F11 /* CBOscarService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B919CA062DEF15004F1223 /* CBOscarService.m */; };
David@0
   983
		34E036740A75AA4F00394F11 /* CBPurpleOscarAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA125EE055B633000ECF349 /* CBPurpleOscarAccount.h */; };
David@0
   984
		34E036750A75AA4F00394F11 /* CBPurpleOscarAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EA125E8055B630900ECF349 /* CBPurpleOscarAccount.m */; };
David@0
   985
		34E036760A75AA4F00394F11 /* DCPurpleOscarJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4D961606B73A96005235E9 /* DCPurpleOscarJoinChatViewController.h */; };
David@0
   986
		34E036770A75AA4F00394F11 /* DCPurpleOscarJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D961706B73A96005235E9 /* DCPurpleOscarJoinChatViewController.m */; };
David@0
   987
		34E036780A75AA4F00394F11 /* DCPurpleOscarJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB40C08086D9100E27095 /* DCPurpleOscarJoinChatView.nib */; };
zacw@1000
   988
		34E036790A75AA4F00394F11 /* AIPurpleAIMAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B9194B062DEC29004F1223 /* AIPurpleAIMAccountViewController.h */; };
zacw@1000
   989
		34E0367A0A75AA4F00394F11 /* AIPurpleAIMAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B9194A062DEC29004F1223 /* AIPurpleAIMAccountViewController.m */; };
David@0
   990
		34E036880A75AA4F00394F11 /* ESICQService.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAFD5A506E00AD200FF7FBC /* ESICQService.h */; };
David@0
   991
		34E036890A75AA4F00394F11 /* ESICQService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAFD5A606E00AD200FF7FBC /* ESICQService.m */; };
David@0
   992
		34E0368A0A75AA4F00394F11 /* ESPurpleICQAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F52BD806E2B24100887BE2 /* ESPurpleICQAccount.h */; };
David@0
   993
		34E0368B0A75AA4F00394F11 /* ESPurpleICQAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F52BD906E2B24200887BE2 /* ESPurpleICQAccount.m */; };
David@0
   994
		34E0368C0A75AA4F00394F11 /* ESPurpleICQAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F52BCF06E2AFF700887BE2 /* ESPurpleICQAccountViewController.h */; };
David@0
   995
		34E0368D0A75AA4F00394F11 /* ESPurpleICQAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F52BD006E2AFF700887BE2 /* ESPurpleICQAccountViewController.m */; };
David@0
   996
		34E0368E0A75AA4F00394F11 /* ESPurpleICQAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 343EB41A08086D9100E27095 /* ESPurpleICQAccountView.nib */; };
David@0
   997
		34E0368F0A75AA4F00394F11 /* PurpleDefaultsICQ.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B7644DC07A05E7E0021CCD7 /* PurpleDefaultsICQ.plist */; };
David@0
   998
		34E0EA0807CC53ED00A82198 /* NewMessagePrompt.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34E0EA0707CC53EC00A82198 /* NewMessagePrompt.nib */; };
David@0
   999
		34E0EA0F07CC53FE00A82198 /* AINewMessagePanelPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E0EA0B07CC53FE00A82198 /* AINewMessagePanelPlugin.m */; };
David@0
  1000
		34E0EA1007CC53FE00A82198 /* AINewMessagePromptController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E0EA0C07CC53FE00A82198 /* AINewMessagePromptController.m */; };
David@0
  1001
		34E2A0BC07AF5924006735BC /* ESAccountNetworkConnectivityPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E2A0BA07AF5924006735BC /* ESAccountNetworkConnectivityPlugin.m */; };
David@0
  1002
		34E2A0C307AF593B006735BC /* AIAccountMenuAccessPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E2A0C107AF593B006735BC /* AIAccountMenuAccessPlugin.m */; };
David@0
  1003
		34E2A1DB07AF6504006735BC /* AIDockAccountStatusPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E2A1D907AF6503006735BC /* AIDockAccountStatusPlugin.m */; };
David@0
  1004
		34E2A2F507B018B2006735BC /* ESAddressBookIntegrationAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E2A2EF07B018B2006735BC /* ESAddressBookIntegrationAdvancedPreferences.m */; };
David@0
  1005
		34E2A3E807B08CCB006735BC /* AIAliasSupportPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E2A3E507B08CC9006735BC /* AIAliasSupportPlugin.m */; };
Evan@228
  1006
		34E4CD580E68277D00D1B0DC /* ESIRCService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E4CD4E0E68277D00D1B0DC /* ESIRCService.h */; };
Evan@228
  1007
		34E4CD590E68277D00D1B0DC /* ESIRCJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E4CD4F0E68277D00D1B0DC /* ESIRCJoinChatViewController.m */; };
Evan@228
  1008
		34E4CD5A0E68277D00D1B0DC /* ESIRCJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E4CD500E68277D00D1B0DC /* ESIRCJoinChatViewController.h */; };
Evan@228
  1009
		34E4CD5B0E68277D00D1B0DC /* ESIRCJoinChatView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34E4CD510E68277D00D1B0DC /* ESIRCJoinChatView.nib */; };
Evan@228
  1010
		34E4CD5C0E68277D00D1B0DC /* ESIRCAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E4CD520E68277D00D1B0DC /* ESIRCAccountViewController.m */; };
Evan@228
  1011
		34E4CD5D0E68277D00D1B0DC /* ESIRCAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E4CD530E68277D00D1B0DC /* ESIRCAccountViewController.h */; };
Evan@228
  1012
		34E4CD5F0E68277D00D1B0DC /* ESIRCAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E4CD550E68277D00D1B0DC /* ESIRCAccount.m */; };
Evan@228
  1013
		34E4CD600E68277D00D1B0DC /* ESIRCAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E4CD560E68277D00D1B0DC /* ESIRCAccount.h */; };
Evan@228
  1014
		34E4CD610E68277D00D1B0DC /* ESIRCService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E4CD570E68277D00D1B0DC /* ESIRCService.m */; };
Evan@228
  1015
		34E4CD660E68279C00D1B0DC /* irc.png in Resources */ = {isa = PBXBuildFile; fileRef = 34E4CD640E68279C00D1B0DC /* irc.png */; };
Evan@228
  1016
		34E4CD670E68279C00D1B0DC /* PurpleDefaultsIRC.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34E4CD650E68279C00D1B0DC /* PurpleDefaultsIRC.plist */; };
David@0
  1017
		34E6C5670A791BAF0076D7F0 /* AIContactInfoWindowPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E6C5650A791BAF0076D7F0 /* AIContactInfoWindowPlugin.m */; };
David@0
  1018
		34EA6B320A62F3420053DFEB /* AIApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 34EA6B300A62F3420053DFEB /* AIApplication.m */; };
David@0
  1019
		34EBB2C30DCA8DE500B4CB6E /* AISearchFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 34EBB2C20DCA8DE500B4CB6E /* AISearchFieldCell.m */; };
David@0
  1020
		34EF904B0E2EB17B003E5DC7 /* AIMobileMeService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34EF90490E2EB17B003E5DC7 /* AIMobileMeService.h */; };
David@0
  1021
		34EF904C0E2EB17B003E5DC7 /* AIMobileMeService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34EF904A0E2EB17B003E5DC7 /* AIMobileMeService.m */; };
David@0
  1022
		34EF90570E2EB1A8003E5DC7 /* AIPurpleMobileMeAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34EF90550E2EB1A8003E5DC7 /* AIPurpleMobileMeAccountViewController.h */; };
David@0
  1023
		34EF90580E2EB1A8003E5DC7 /* AIPurpleMobileMeAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34EF90560E2EB1A8003E5DC7 /* AIPurpleMobileMeAccountViewController.m */; };
David@0
  1024
		34EF905D0E2EB1C5003E5DC7 /* AIPurpleMobileMeAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 34EF905B0E2EB1C5003E5DC7 /* AIPurpleMobileMeAccount.h */; };
David@0
  1025
		34EF905E0E2EB1C5003E5DC7 /* AIPurpleMobileMeAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34EF905C0E2EB1C5003E5DC7 /* AIPurpleMobileMeAccount.m */; };
David@0
  1026
		34EF99AA0E2EB35A003E5DC7 /* PurpleDefaultsMobileMe.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34EF99A90E2EB35A003E5DC7 /* PurpleDefaultsMobileMe.plist */; };
David@0
  1027
		34EF9A320E2EB637003E5DC7 /* MobileMe-large.png in Resources */ = {isa = PBXBuildFile; fileRef = 34EF9A300E2EB637003E5DC7 /* MobileMe-large.png */; };
David@0
  1028
		34EF9A330E2EB637003E5DC7 /* MobileMe-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 34EF9A310E2EB637003E5DC7 /* MobileMe-small.png */; };
David@0
  1029
		34F144430BA8FF3C000473DE /* EmoticonNames.strings in Resources */ = {isa = PBXBuildFile; fileRef = 34F144420BA8FF3B000473DE /* EmoticonNames.strings */; };
Evan@1647
  1030
		34F17FCE0F8EAC34009C5A39 /* AIListOutlineView+Drawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F17FCC0F8EAC34009C5A39 /* AIListOutlineView+Drawing.h */; settings = {ATTRIBUTES = (Private, ); }; };
Evan@1647
  1031
		34F17FCF0F8EAC34009C5A39 /* AIListOutlineView+Drawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F17FCD0F8EAC34009C5A39 /* AIListOutlineView+Drawing.m */; };
David@0
  1032
		34F312930ADC3FE800A4310E /* KNShelfSplitView.h in Headers */ = {isa = PBXBuildFile; fileRef = 348B25C70A50FBF300B2B972 /* KNShelfSplitView.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
  1033
		34F312BD0ADC43CA00A4310E /* xtras_duck.png in Resources */ = {isa = PBXBuildFile; fileRef = 34F312BC0ADC43CA00A4310E /* xtras_duck.png */; };
David@0
  1034
		34F312F00ADC476300A4310E /* KNShelfSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 348B25C60A50FBF300B2B972 /* KNShelfSplitView.m */; };
David@0
  1035
		34F4677A080F49C5007800AB /* Safari.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 34F46778080F49C5007800AB /* Safari.scpt */; };
David@0
  1036
		34F4677B080F49C5007800AB /* Safari.png in Resources */ = {isa = PBXBuildFile; fileRef = 34F46779080F49C5007800AB /* Safari.png */; };
David@0
  1037
		34F46785080F7FFB007800AB /* ESSafariLinkToolbarItemPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F46783080F7FFB007800AB /* ESSafariLinkToolbarItemPlugin.m */; };
David@0
  1038
		34F5207E0CC6F821008D9135 /* PurpleQQAccountView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34F5207D0CC6F821008D9135 /* PurpleQQAccountView.nib */; };
David@0
  1039
		34F849530A4AEFA00002A017 /* LogFileUpgrade.nib in Resources */ = {isa = PBXBuildFile; fileRef = 34F849520A4AEFA00002A017 /* LogFileUpgrade.nib */; };
David@0
  1040
		34F849590A4AF04D0002A017 /* AILogFileUpgradeWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F849570A4AF04D0002A017 /* AILogFileUpgradeWindowController.m */; };
David@0
  1041
		34F8D2AE0CF68FEB00F62536 /* AIUserListOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F8D2AD0CF68FEB00F62536 /* AIUserListOutlineView.m */; };
David@0
  1042
		34FF12120DA52FB10054A872 /* AIPurpleGTalkJoinChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FF12100DA52FB10054A872 /* AIPurpleGTalkJoinChatViewController.h */; };
David@0
  1043
		34FF12130DA52FB10054A872 /* AIPurpleGTalkJoinChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34FF12110DA52FB10054A872 /* AIPurpleGTalkJoinChatViewController.m */; };
David@0
  1044
		377EC8940AE9525B00CB7BDF /* PSMTabBarControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 377EC8930AE9525B00CB7BDF /* PSMTabBarControl.framework */; };
catfish@1793
  1045
		377ED0220AE95D7D00CB7BDF /* PSMTabBarControl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 377EC8930AE9525B00CB7BDF /* PSMTabBarControl.framework */; };
David@0
  1046
		4B08399507D2350D0034A001 /* AIDockIconSelectionSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B08399307D2350D0034A001 /* AIDockIconSelectionSheet.m */; };
David@0
  1047
		4B08399C07D235190034A001 /* DockIconSelectionSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4B08399B07D235190034A001 /* DockIconSelectionSheet.nib */; };
David@0
  1048
		4B191D8A0611C10800E8A4E7 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = 4B191D880611C10800E8A4E7 /* License.txt */; };
David@0
  1049
		4B191D8B0611C10800E8A4E7 /* ReadMe.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 4B191D890611C10800E8A4E7 /* ReadMe.rtf */; };
David@0
  1050
		4B7A567B07A1754400BDC540 /* AIEditAccountWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A567807A1754400BDC540 /* AIEditAccountWindowController.m */; };
David@0
  1051
		4B909C8A064D75400074C9A8 /* BGEmoticonMenuPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = C4243C930638E4EA007AD2D9 /* BGEmoticonMenuPlugin.m */; };
David@0
  1052
		4B97DB6706AC123A0003EE49 /* linkToolbar.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B97DB6606AC123A0003EE49 /* linkToolbar.png */; };
Evan@666
  1053
		4BA62D8E06C51257001D6B3C /* Status Icons in Copy Built-in Xtras */ = {isa = PBXBuildFile; fileRef = 4BA62D7F06C51256001D6B3C /* Status Icons */; };
David@0
  1054
		4BAA1B530632EF0000D8B92C /* ErrorAlert.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BAA1B500632EF0000D8B92C /* ErrorAlert.png */; };
David@0
  1055
		4BAA1B550632EF0000D8B92C /* ESPanelAlertDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAA1B520632EF0000D8B92C /* ESPanelAlertDetailPane.m */; };
David@0
  1056
		4BAA1B610632EFE700D8B92C /* WindowAlert.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BAA1B600632EFE700D8B92C /* WindowAlert.png */; };
David@0
  1057
		4BAE6C1407CF9374007E2820 /* ESAnnouncerAbstractDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C0C07CF9374007E2820 /* ESAnnouncerAbstractDetailPane.m */; };
David@0
  1058
		4BAE6C1607CF9374007E2820 /* ESAnnouncerPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C0E07CF9374007E2820 /* ESAnnouncerPlugin.m */; };
David@0
  1059
		4BAE6C1807CF9374007E2820 /* ESAnnouncerSpeakEventAlertDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C1007CF9374007E2820 /* ESAnnouncerSpeakEventAlertDetailPane.m */; };
David@0
  1060
		4BAE6C1A07CF9374007E2820 /* ESAnnouncerSpeakTextAlertDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C1207CF9374007E2820 /* ESAnnouncerSpeakTextAlertDetailPane.m */; };
David@0
  1061
		4BAE6C1F07CF9389007E2820 /* AnnouncerAlert.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BAE6C1B07CF9389007E2820 /* AnnouncerAlert.png */; };
David@0
  1062
		4BAE6C2007CF9389007E2820 /* AnnouncerDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4BAE6C1C07CF9389007E2820 /* AnnouncerDefaults.plist */; };
David@0
  1063
		4BAE6C2107CF9389007E2820 /* AnnouncerSpeakEventContactAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BAE6C1D07CF9389007E2820 /* AnnouncerSpeakEventContactAlert.nib */; };
David@0
  1064
		4BAE6C2207CF9389007E2820 /* AnnouncerSpeakTextContactAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BAE6C1E07CF9389007E2820 /* AnnouncerSpeakTextContactAlert.nib */; };
David@0
  1065
		4BAE6C3607CF93CB007E2820 /* AIContactStatusEventsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C3407CF93CB007E2820 /* AIContactStatusEventsPlugin.m */; };
David@0
  1066
		4BAE6C4707CF9411007E2820 /* AIDockBehaviorPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C4307CF9410007E2820 /* AIDockBehaviorPlugin.m */; };
David@0
  1067
		4BAE6C4907CF9411007E2820 /* ESDockAlertDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C4507CF9410007E2820 /* ESDockAlertDetailPane.m */; };
David@0
  1068
		4BAE6C4C07CF941C007E2820 /* DockAlert.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BAE6C4A07CF941C007E2820 /* DockAlert.png */; };
David@0
  1069
		4BAE6C4D07CF941C007E2820 /* DockBehaviorContactAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BAE6C4B07CF941C007E2820 /* DockBehaviorContactAlert.nib */; };
David@0
  1070
		4BAE6C8E07CF94BA007E2820 /* AIStandardToolbarItemsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C8807CF94BA007E2820 /* AIStandardToolbarItemsPlugin.m */; };
David@0
  1071
		4BAE6C9007CF94BA007E2820 /* AIStatusChangedMessagesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C8A07CF94BA007E2820 /* AIStatusChangedMessagesPlugin.m */; };
David@0
  1072
		4BAE6C9207CF94BA007E2820 /* AITabStatusIconsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6C8C07CF94BA007E2820 /* AITabStatusIconsPlugin.m */; };
David@0
  1073
		4BAE6C9507CF94C4007E2820 /* message.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BAE6C9407CF94C4007E2820 /* message.png */; };
David@0
  1074
		4BAE6D3D07CFA0BC007E2820 /* AIAppearancePreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6D3B07CFA0BC007E2820 /* AIAppearancePreferences.m */; };
David@0
  1075
		4BAE6D4307CFA0CB007E2820 /* AIAppearancePreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAE6D4107CFA0CB007E2820 /* AIAppearancePreferencesPlugin.m */; };
Evan@666
  1076
		4BB1E493067F2EAC00D1DB86 /* Scripts in Copy Built-in Xtras */ = {isa = PBXBuildFile; fileRef = 4BB1E47D067F2E9F00D1DB86 /* Scripts */; };
David@0
  1077
		4BB2EB220D88D76100CA7A7D /* timestamp32.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BB2EB200D88D76100CA7A7D /* timestamp32.png */; };
David@0
  1078
		4BB2EB230D88D76100CA7A7D /* timestamp32_transparent.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BB2EB210D88D76100CA7A7D /* timestamp32_transparent.png */; };
David@0
  1079
		4BB5B78207D2DC4900CFE06F /* pref-status.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BB5B78107D2DC4900CFE06F /* pref-status.png */; };
David@0
  1080
		4BB9972B083D1A5F006ACD6F /* SMContactListShowBehaviorPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BB99727083D1A5F006ACD6F /* SMContactListShowBehaviorPlugin.m */; };
David@0
  1081
		4BB9972D083D1A5F006ACD6F /* SMContactListShowDetailsPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BB99729083D1A5F006ACD6F /* SMContactListShowDetailsPane.m */; };
David@0
  1082
		4BB9972F083D1A74006ACD6F /* ContactListShowBehavior.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BB9972E083D1A74006ACD6F /* ContactListShowBehavior.nib */; };
David@0
  1083
		4BCAB5F307B59967006641B9 /* EditAccountSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BCAB5F007B59967006641B9 /* EditAccountSheet.nib */; };
David@0
  1084
		4BCAC4CF07B59AFE006641B9 /* AddressBookPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4BCAC4CE07B59AFE006641B9 /* AddressBookPrefs.nib */; };
David@0
  1085
		4BCAC4D907B59B2E006641B9 /* AddressBook.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BCAC4D807B59B2E006641B9 /* AddressBook.png */; };
David@0
  1086
		4BCAC4E607B59B65006641B9 /* Alias Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4BCAC4E307B59B65006641B9 /* Alias Defaults.plist */; };
David@0
  1087
		4BCAC4E707B59B65006641B9 /* Display Format Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4BCAC4E407B59B65006641B9 /* Display Format Defaults.plist */; };
David@0
  1088
		4BCAC56D07B5A31A006641B9 /* Sounds in Resources */ = {isa = PBXBuildFile; fileRef = 4BCAC56C07B5A31A006641B9 /* Sounds */; };
David@0
  1089
		4BD6737406001BF00049CAF7 /* AIAccountListPreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F55B413C03AB895501A8010A /* AIAccountListPreferencesPlugin.m */; };
David@0
  1090
		4BD673B706001C5F0049CAF7 /* AIContactStatusColoringPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B31E8C104C46A9100A8010A /* AIContactStatusColoringPlugin.m */; };
David@0
  1091
		4BD6741C06001CEF0049CAF7 /* AIMessageAliasPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F11B9622051CDB3B0000000E /* AIMessageAliasPlugin.m */; };
David@0
  1092
		4BD6742E06001D1D0049CAF7 /* AIEmoticonPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = F5F0FE9D04B12CAC01A80106 /* AIEmoticonPreferences.m */; };
David@0
  1093
		4BD6742F06001D1D0049CAF7 /* EmoticonPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = F5F0FEA004B1336C01A80106 /* EmoticonPrefs.nib */; };
David@0
  1094
		4BD6743106001D1E0049CAF7 /* EmoticonDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = F5F0FEA204B133AB01A80106 /* EmoticonDefaults.plist */; };
David@0
  1095
		4BD6744506001D430049CAF7 /* AIContactStatusDockOverlaysPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B18A52C0459F8F200A8010A /* AIContactStatusDockOverlaysPlugin.m */; };
David@0
  1096
		4BD6744906001D460049CAF7 /* DockOverlayDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4BB826B504C8876C00A8010A /* DockOverlayDefaults.plist */; };
David@0
  1097
		4BD6745806001D5E0049CAF7 /* AIDockUnviewedContentPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B13322C0459BAB800A8010A /* AIDockUnviewedContentPlugin.m */; };
David@0
  1098
		4BD6745E06001D740049CAF7 /* ESOpenMessageWindowContactAlertPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 344AB2C40579136900384CEE /* ESOpenMessageWindowContactAlertPlugin.m */; };
David@0
  1099
		4BD6746306001D760049CAF7 /* ESSendMessageContactAlertPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 342DC5BF05783DE7000E1D83 /* ESSendMessageContactAlertPlugin.m */; };
David@0
  1100
		4BD6746606001D770049CAF7 /* SendMessageContactAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 342DC7FE05784463000E1D83 /* SendMessageContactAlert.nib */; };
David@0
  1101
		4BD6753006001E0D0049CAF7 /* AIDualWindowInterfacePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F5793980033E756E01A8010A /* AIDualWindowInterfacePlugin.m */; };
David@0
  1102
		4BD6753606001E0F0049CAF7 /* AIMessageTabViewItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BACB70203C8CB5E00A8010A /* AIMessageTabViewItem.m */; };
David@0
  1103
		4BD6753806001E100049CAF7 /* AIMessageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F570A5CE03704D3D01A8010A /* AIMessageViewController.m */; };
David@0
  1104
		4BD6753906001E100049CAF7 /* MessageView.nib in Resources */ = {isa = PBXBuildFile; fileRef = F5793984033E756E01A8010A /* MessageView.nib */; };
David@0
  1105
		4BD6753A06001E110049CAF7 /* AIMessageWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5793982033E756E01A8010A /* AIMessageWindowController.m */; };
David@0
  1106
		4BD6753B06001E120049CAF7 /* MessageWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = F570A60503704E7201A8010A /* MessageWindow.nib */; };
David@0
  1107
		4BD6753E06001E140049CAF7 /* AIAccountSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B25494703F6A32700A8010A /* AIAccountSelectionView.m */; };
David@0
  1108
		4BD6755006001E1D0049CAF7 /* ESDualWindowMessageAdvancedPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B970BF90535B864002F28F9 /* ESDualWindowMessageAdvancedPreferences.m */; };
David@0
  1109
		4BD6755406001E1E0049CAF7 /* DualWindowDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34D43504051ADC10003B2F21 /* DualWindowDefaults.plist */; };
David@0
  1110
		4BD6756B06001E320049CAF7 /* EventSoundDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4BA5325D050FC5E800A8010A /* EventSoundDefaults.plist */; };
David@0
  1111
		4BD6758206001E430049CAF7 /* ErrorMessageHandlerPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 40AC0EEC03B5BF1000A80202 /* ErrorMessageHandlerPlugin.m */; };
David@0
  1112
		4BD6758406001E440049CAF7 /* ErrorMessageWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 40AC0F1003B5C29E00A80202 /* ErrorMessageWindowController.m */; };
David@0
  1113
		4BD6758506001E450049CAF7 /* ErrorWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 40AC0F1303B5C34800A80202 /* ErrorWindow.nib */; };
David@0
  1114
		4BD6758806001E460049CAF7 /* AlertMessageContactAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 3439FD8C05794B4500B2E449 /* AlertMessageContactAlert.nib */; };
David@0
  1115
		4BDAF69907A1561000276D68 /* AIAccountProxySettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDAF69607A1561000276D68 /* AIAccountProxySettings.m */; };
David@0
  1116
		4BE6175807AC67EE0049C87D /* AIAutoReplyPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE6174E07AC67ED0049C87D /* AIAutoReplyPlugin.m */; };
David@0
  1117
		4BE6175E07AC67EE0049C87D /* AIStateMenuPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE6175407AC67EE0049C87D /* AIStateMenuPlugin.m */; };
David@0
  1118
		4BE9FFE8055981AB00359B15 /* Adium.pch in Resources */ = {isa = PBXBuildFile; fileRef = 4BE9FFE7055981AB00359B15 /* Adium.pch */; };
Evan@666
  1119
		4BF2EA3F067CB7A200743318 /* Emoticons in Copy Built-in Xtras */ = {isa = PBXBuildFile; fileRef = 4BF2E194067CAE9200743318 /* Emoticons */; };
Evan@666
  1120
		4BF2EA40067CB7A200743318 /* Message Styles in Copy Built-in Xtras */ = {isa = PBXBuildFile; fileRef = 4BF2E6B3067CB70E00743318 /* Message Styles */; };
David@0
  1121
		4BF3CB4207D1771E00A8112A /* pref-appearance.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BF3CB4107D1771E00A8112A /* pref-appearance.png */; };
David@0
  1122
		4BF3CBED07D192F500A8112A /* pref-accounts.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BF3CBEC07D192F500A8112A /* pref-accounts.png */; };
David@0
  1123
		4BF98DCD06D149EE00E8781D /* ContactStatusColoringDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B31E8C404C46A9100A8010A /* ContactStatusColoringDefaults.plist */; };
David@0
  1124
		4BFC2E7907E357F00063D70C /* emoticonBlank.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BFC2E7807E357F00063D70C /* emoticonBlank.png */; };
David@0
  1125
		4BFF665B063693FA00308A3B /* ESSendMessageAlertDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 342DC49C05783BE8000E1D83 /* ESSendMessageAlertDetailPane.m */; };
David@0
  1126
		4F1CB6260D640D5C0073A1E6 /* AIContactInfoContentController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1CB6250D640D5B0073A1E6 /* AIContactInfoContentController.m */; };
David@0
  1127
		4F1CB6290D640D680073A1E6 /* AIInfoInspectorPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1CB6280D640D670073A1E6 /* AIInfoInspectorPane.m */; };
David@0
  1128
		4F1CB62E0D640D770073A1E6 /* AIAdvancedInspectorPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1CB62B0D640D770073A1E6 /* AIAdvancedInspectorPane.m */; };
David@0
  1129
		4F1CB62F0D640D770073A1E6 /* AIAddressBookInspectorPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1CB62C0D640D770073A1E6 /* AIAddressBookInspectorPane.m */; };
David@0
  1130
		4F1CB6320D640D7F0073A1E6 /* AIEventsInspectorPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1CB6310D640D7F0073A1E6 /* AIEventsInspectorPane.m */; };
David@0
  1131
		4F1CB6390D640D900073A1E6 /* AIEventsInspectorPane.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB6350D640D8F0073A1E6 /* AIEventsInspectorPane.nib */; };
David@0
  1132
		4F1CB63A0D640D900073A1E6 /* AIInfoInspectorPane.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB6360D640D900073A1E6 /* AIInfoInspectorPane.nib */; };
David@0
  1133
		4F1CB63F0D640DA40073A1E6 /* addressbook_segment.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB63B0D640DA40073A1E6 /* addressbook_segment.png */; };
David@0
  1134
		4F1CB6400D640DA40073A1E6 /* advanced_segment.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB63C0D640DA40073A1E6 /* advanced_segment.png */; };
David@0
  1135
		4F1CB6410D640DA40073A1E6 /* events_segment.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB63D0D640DA40073A1E6 /* events_segment.png */; };
David@0
  1136
		4F1CB6420D640DA40073A1E6 /* info_segment.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB63E0D640DA40073A1E6 /* info_segment.png */; };
David@0
  1137
		4F1CB64C0D640F4F0073A1E6 /* ContactInfoInspector.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB64B0D640F4F0073A1E6 /* ContactInfoInspector.nib */; };
zacw@527
  1138
		5A1781860EC1215D00BA1E04 /* AIAutoScrollTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A1781850EC1215D00BA1E04 /* AIAutoScrollTextView.m */; };
David@0
  1139
		63093C2F0892143500F118D3 /* newContentThreeDigits.png in Resources */ = {isa = PBXBuildFile; fileRef = 63093C2D0892143500F118D3 /* newContentThreeDigits.png */; };
David@0
  1140
		63093C300892143500F118D3 /* newContentTwoDigits.png in Resources */ = {isa = PBXBuildFile; fileRef = 63093C2E0892143500F118D3 /* newContentTwoDigits.png */; };
David@0
  1141
		6311F4710E340DD2004234B8 /* AISharedAdium.h in Headers */ = {isa = PBXBuildFile; fileRef = 6311F46F0E340DD2004234B8 /* AISharedAdium.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
  1142
		6311F4720E340DD2004234B8 /* AISharedAdium.m in Sources */ = {isa = PBXBuildFile; fileRef = 6311F4700E340DD2004234B8 /* AISharedAdium.m */; };
David@1620
  1143
		6318DBA10F8D93F200C5E584 /* WebKit Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 347065E406015DC5004F0D20 /* WebKit Defaults.plist */; };
David@1620
  1144
		6318DBA20F8D93F200C5E584 /* WebKitPreferencesView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 348EE1B3080A57480015E0FC /* WebKitPreferencesView.nib */; };
David@1620
  1145
		6318DBA30F8D93F200C5E584 /* Preview.plist in Resources */ = {isa = PBXBuildFile; fileRef = 34C2DBE5063449AF0018E5D2 /* Preview.plist */; };
David@1620
  1146
		6318DBA40F8D93F200C5E584 /* SoulEdge.png in Resources */ = {isa = PBXBuildFile; fileRef = 34C2DF00063498ED0018E5D2 /* SoulEdge.png */; };
David@1620
  1147
		6318DBA50F8D93F200C5E584 /* terminator.png in Resources */ = {isa = PBXBuildFile; fileRef = 34C2DF01063498ED0018E5D2 /* terminator.png */; };
David@1620
  1148
		6318DBA60F8D93F200C5E584 /* Template.html in Resources */ = {isa = PBXBuildFile; fileRef = 4B03711506595A70008F5981 /* Template.html */; };
David@1620
  1149
		6318DBA70F8D93F200C5E584 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3402E07507CB0FAA0044F818 /* Localizable.strings */; };
David@1620
  1150
		6318DBB40F8D940A00C5E584 /* AIWebKitMessageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B539C5205EFD6FB00E5921A /* AIWebKitMessageViewController.m */; };
David@1620
  1151
		6318DBB50F8D940A00C5E584 /* AIWebKitMessageViewPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B539C4C05EFD6CD00E5921A /* AIWebKitMessageViewPlugin.m */; };
David@1620
  1152
		6318DBB60F8D940A00C5E584 /* ESWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 346C9A2405FFE3DF000F5A8A /* ESWebView.m */; };
David@1620
  1153
		6318DBB70F8D940A00C5E584 /* ESWebKitMessageViewPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C2D70406338E2E0018E5D2 /* ESWebKitMessageViewPreferences.m */; };
David@1620
  1154
		6318DBB80F8D940A00C5E584 /* AIWebkitMessageViewStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BD62D7F07CE8F240099EBA2 /* AIWebkitMessageViewStyle.m */; };
David@1620
  1155
		6318DBB90F8D940A00C5E584 /* AIPreviewChat.m in Sources */ = {isa = PBXBuildFile; fileRef = 34182F490AC2CA3C0067DEF3 /* AIPreviewChat.m */; };
David@1620
  1156
		6318DBBA0F8D940A00C5E584 /* AIWebKitDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6360B2590BF2EB93004CD99B /* AIWebKitDelegate.m */; };
David@1620
  1157
		6318DBBB0F8D940A00C5E584 /* AIPreviewContentMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 34FA28100C820C3A00FEA944 /* AIPreviewContentMessage.m */; };
David@1620
  1158
		6318DBBC0F8D940A00C5E584 /* AIWebKitPreviewMessageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A1B59F0E03409F00AC78CF /* AIWebKitPreviewMessageViewController.m */; };
David@1620
  1159
		6318DBC20F8D943A00C5E584 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C103FAE057127A500F3C158 /* WebKit.framework */; };
David@36
  1160
		63218C500E518A3D0008E0D0 /* AdiumAuthorization.m in Sources */ = {isa = PBXBuildFile; fileRef = 3486E8A5097F24A90044C496 /* AdiumAuthorization.m */; };
David@36
  1161
		63218C720E518A940008E0D0 /* AdiumAuthorization.h in Headers */ = {isa = PBXBuildFile; fileRef = 3486E8A4097F24A90044C496 /* AdiumAuthorization.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1896
  1162
		6329EF000F9D333B00112489 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6329EEFF0F9D333B00112489 /* CoreFoundation.framework */; };
catfish@1896
  1163
		6329EF040F9D334D00112489 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6329EF030F9D334D00112489 /* Foundation.framework */; };
catfish@1896
  1164
		6329EF080F9D335800112489 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6329EF070F9D335800112489 /* CoreServices.framework */; };
David@354
  1165
		632ADC150E9EDDCA00AB6817 /* PTKeyCodeTranslator.m in Sources */ = {isa = PBXBuildFile; fileRef = 632ADC130E9EDDCA00AB6817 /* PTKeyCodeTranslator.m */; };
David@0
  1166
		632D60C1094B81AB003A9786 /* AIDockIconPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 632D60BF094B81AB003A9786 /* AIDockIconPreviewController.m */; };
David@0
  1167
		632D801708E7E0A40032C187 /* XtrasManager.nib in Resources */ = {isa = PBXBuildFile; fileRef = 632D801608E7E0A40032C187 /* XtrasManager.nib */; };
David@0
  1168
		632D859E0DB70FC800040EC7 /* AIMentionEventPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 632D859D0DB70FC800040EC7 /* AIMentionEventPlugin.m */; };
David@0
  1169
		6332879B0A769BF3004D0F2B /* AIPurpleLiveJournalAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 63125D8D0A75EBF000303EE9 /* AIPurpleLiveJournalAccount.h */; };
David@0
  1170
		6332879C0A769BF3004D0F2B /* AILiveJournalService.h in Headers */ = {isa = PBXBuildFile; fileRef = 63125D970A75ECE400303EE9 /* AILiveJournalService.h */; };
David@0
  1171
		6332879D0A769C18004D0F2B /* AIPurpleLiveJournalAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 63125D8E0A75EBF000303EE9 /* AIPurpleLiveJournalAccount.m */; };
David@0
  1172
		6332879E0A769C18004D0F2B /* AILiveJournalService.m in Sources */ = {isa = PBXBuildFile; fileRef = 63125D980A75ECE400303EE9 /* AILiveJournalService.m */; };
David@0
  1173
		633287C40A769ECB004D0F2B /* PurpleDefaultsLiveJournal.plist in Resources */ = {isa = PBXBuildFile; fileRef = 63125D990A75ECE400303EE9 /* PurpleDefaultsLiveJournal.plist */; };
David@0
  1174
		6333699409497DB000970871 /* EmoticonPreviewView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6333699309497DB000970871 /* EmoticonPreviewView.nib */; };
David@0
  1175
		63336B060949908300970871 /* DockIconPreviewView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 63336B050949908300970871 /* DockIconPreviewView.nib */; };
David@0
  1176
		63336E15094AB81300970871 /* XtraInfoView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 63336E14094AB81300970871 /* XtraInfoView.nib */; };
catfish@1875
  1177
		633400000F9C14C2003C77A9 /* AIFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF040F9C14BF003C77A9 /* AIFunctions.m */; };
catfish@1875
  1178
		633400010F9C14C2003C77A9 /* JVMarkedScroller.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF070F9C14BF003C77A9 /* JVMarkedScroller.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1179
		633400020F9C14C2003C77A9 /* JVMarkedScroller.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF080F9C14BF003C77A9 /* JVMarkedScroller.m */; };
catfish@1875
  1180
		633400030F9C14C2003C77A9 /* AIMutableOwnerArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF0A0F9C14BF003C77A9 /* AIMutableOwnerArray.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1181
		633400040F9C14C2003C77A9 /* AIMutableOwnerArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF0B0F9C14BF003C77A9 /* AIMutableOwnerArray.m */; };
catfish@1875
  1182
		633400050F9C14C2003C77A9 /* AIToolbarUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF0D0F9C14BF003C77A9 /* AIToolbarUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1183
		633400060F9C14C2003C77A9 /* AIToolbarUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF0E0F9C14BF003C77A9 /* AIToolbarUtilities.m */; };
catfish@1875
  1184
		633400070F9C14C2003C77A9 /* AIGradientAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF100F9C14BF003C77A9 /* AIGradientAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1185
		633400080F9C14C2003C77A9 /* AIGradientAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF110F9C14BF003C77A9 /* AIGradientAdditions.m */; };
catfish@1875
  1186
		633400090F9C14C2003C77A9 /* AIFloater.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF130F9C14BF003C77A9 /* AIFloater.m */; };
catfish@1875
  1187
		6334000A0F9C14C2003C77A9 /* AIFloater.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF140F9C14BF003C77A9 /* AIFloater.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1188
		6334000B0F9C14C2003C77A9 /* AIStringFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF160F9C14BF003C77A9 /* AIStringFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1189
		6334000C0F9C14C2003C77A9 /* AIStringFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF170F9C14BF003C77A9 /* AIStringFormatter.m */; };
catfish@1875
  1190
		6334000D0F9C14C2003C77A9 /* AIKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF190F9C14BF003C77A9 /* AIKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1191
		6334000E0F9C14C2003C77A9 /* AIKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF1A0F9C14BF003C77A9 /* AIKeychain.m */; };
catfish@1875
  1192
		6334000F0F9C14C2003C77A9 /* AIHostReachabilityMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF1C0F9C14BF003C77A9 /* AIHostReachabilityMonitor.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1193
		633400100F9C14C2003C77A9 /* AIHostReachabilityMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF1D0F9C14BF003C77A9 /* AIHostReachabilityMonitor.m */; };
catfish@1875
  1194
		633400110F9C14C2003C77A9 /* AISleepNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF1F0F9C14BF003C77A9 /* AISleepNotification.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1195
		633400120F9C14C2003C77A9 /* AISleepNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF200F9C14BF003C77A9 /* AISleepNotification.m */; };
catfish@1875
  1196
		633400130F9C14C2003C77A9 /* AIRichTextCoercer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF220F9C14BF003C77A9 /* AIRichTextCoercer.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1197
		633400140F9C14C2003C77A9 /* AIRichTextCoercer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF230F9C14BF003C77A9 /* AIRichTextCoercer.m */; };
catfish@1875
  1198
		633400150F9C14C2003C77A9 /* AITextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF250F9C14BF003C77A9 /* AITextAttributes.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1199
		633400160F9C14C2003C77A9 /* AITextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF260F9C14BF003C77A9 /* AITextAttributes.m */; };
catfish@1875
  1200
		633400170F9C14C2003C77A9 /* AISmoothTooltipTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF280F9C14BF003C77A9 /* AISmoothTooltipTracker.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1201
		633400180F9C14C2003C77A9 /* AISmoothTooltipTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF290F9C14BF003C77A9 /* AISmoothTooltipTracker.m */; };
catfish@1875
  1202
		633400190F9C14C2003C77A9 /* AISystemNetworkDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF2B0F9C14BF003C77A9 /* AISystemNetworkDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1203
		6334001A0F9C14C2003C77A9 /* AISystemNetworkDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF2C0F9C14BF003C77A9 /* AISystemNetworkDefaults.m */; };
catfish@1875
  1204
		6334001B0F9C14C2003C77A9 /* AITooltipUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF2E0F9C14BF003C77A9 /* AITooltipUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1205
		6334001C0F9C14C2003C77A9 /* AITooltipUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF2F0F9C14BF003C77A9 /* AITooltipUtilities.m */; };
catfish@1875
  1206
		6334001D0F9C14C2003C77A9 /* AICompletingTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF320F9C14BF003C77A9 /* AICompletingTextField.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1207
		6334001E0F9C14C2003C77A9 /* AICompletingTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF330F9C14BF003C77A9 /* AICompletingTextField.m */; };
catfish@1875
  1208
		6334001F0F9C14C2003C77A9 /* AIRolloverButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF350F9C14BF003C77A9 /* AIRolloverButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1209
		633400200F9C14C2003C77A9 /* AIRolloverButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF360F9C14BF003C77A9 /* AIRolloverButton.m */; };
catfish@1875
  1210
		633400210F9C14C2003C77A9 /* MVMenuButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF380F9C14BF003C77A9 /* MVMenuButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1211
		633400220F9C14C2003C77A9 /* MVMenuButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF390F9C14BF003C77A9 /* MVMenuButton.m */; };
catfish@1875
  1212
		633400230F9C14C2003C77A9 /* AIImageButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF3B0F9C14BF003C77A9 /* AIImageButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1213
		633400240F9C14C2003C77A9 /* AIImageButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF3C0F9C14BF003C77A9 /* AIImageButton.m */; };
catfish@1875
  1214
		633400250F9C14C2003C77A9 /* AIColoredBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF3E0F9C14BF003C77A9 /* AIColoredBoxView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1215
		633400260F9C14C2003C77A9 /* AIColoredBoxView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF3F0F9C14BF003C77A9 /* AIColoredBoxView.m */; };
catfish@1875
  1216
		633400270F9C14C2003C77A9 /* AIDelayedTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF410F9C14BF003C77A9 /* AIDelayedTextField.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1217
		633400280F9C14C2003C77A9 /* AIDelayedTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF420F9C14BF003C77A9 /* AIDelayedTextField.m */; };
catfish@1875
  1218
		633400290F9C14C2003C77A9 /* AIImageViewWithImagePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF440F9C14BF003C77A9 /* AIImageViewWithImagePicker.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1219
		6334002A0F9C14C2003C77A9 /* AIImageViewWithImagePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF450F9C14BF003C77A9 /* AIImageViewWithImagePicker.m */; };
catfish@1875
  1220
		6334002B0F9C14C2003C77A9 /* AILinkTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF470F9C14BF003C77A9 /* AILinkTextView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1221
		6334002C0F9C14C2003C77A9 /* AILinkTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF480F9C14BF003C77A9 /* AILinkTextView.m */; };
catfish@1875
  1222
		6334002D0F9C14C2003C77A9 /* AILinkTrackingController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF490F9C14BF003C77A9 /* AILinkTrackingController.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1223
		6334002E0F9C14C2003C77A9 /* AILinkTrackingController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF4A0F9C14BF003C77A9 /* AILinkTrackingController.m */; };
catfish@1875
  1224
		6334002F0F9C14C2003C77A9 /* AIFlexibleLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF4B0F9C14BF003C77A9 /* AIFlexibleLink.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1225
		633400300F9C14C2003C77A9 /* AIFlexibleLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF4C0F9C14BF003C77A9 /* AIFlexibleLink.m */; };
catfish@1875
  1226
		633400310F9C14C2003C77A9 /* AIDividedAlternatingRowOutlineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF4E0F9C14BF003C77A9 /* AIDividedAlternatingRowOutlineView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1227
		633400320F9C14C2003C77A9 /* AIDividedAlternatingRowOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF4F0F9C14BF003C77A9 /* AIDividedAlternatingRowOutlineView.m */; };
catfish@1875
  1228
		633400330F9C14C2003C77A9 /* AIOutlineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF500F9C14BF003C77A9 /* AIOutlineView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1229
		633400340F9C14C2003C77A9 /* AIOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF510F9C14BF003C77A9 /* AIOutlineView.m */; };
catfish@1875
  1230
		633400350F9C14C2003C77A9 /* AIAlternatingRowOutlineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF520F9C14C0003C77A9 /* AIAlternatingRowOutlineView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1231
		633400360F9C14C2003C77A9 /* AIAlternatingRowOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF530F9C14C0003C77A9 /* AIAlternatingRowOutlineView.m */; };
catfish@1875
  1232
		633400370F9C14C2003C77A9 /* AIVariableHeightFlexibleColumnsOutlineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF550F9C14C0003C77A9 /* AIVariableHeightFlexibleColumnsOutlineView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1233
		633400380F9C14C2003C77A9 /* AIVariableHeightFlexibleColumnsOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF560F9C14C0003C77A9 /* AIVariableHeightFlexibleColumnsOutlineView.m */; };
catfish@1875
  1234
		633400390F9C14C2003C77A9 /* AIVariableHeightOutlineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF570F9C14C0003C77A9 /* AIVariableHeightOutlineView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1235
		6334003A0F9C14C2003C77A9 /* AIVariableHeightOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF580F9C14C0003C77A9 /* AIVariableHeightOutlineView.m */; };
catfish@1875
  1236
		6334003B0F9C14C2003C77A9 /* AIMultiCellOutlineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF590F9C14C0003C77A9 /* AIMultiCellOutlineView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1237
		6334003C0F9C14C2003C77A9 /* AIMultiCellOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF5A0F9C14C0003C77A9 /* AIMultiCellOutlineView.m */; };
catfish@1875
  1238
		6334003D0F9C14C2003C77A9 /* AIPlasticButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF5C0F9C14C0003C77A9 /* AIPlasticButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1239
		6334003E0F9C14C2003C77A9 /* AIPlasticButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF5D0F9C14C0003C77A9 /* AIPlasticButton.m */; };
catfish@1875
  1240
		6334003F0F9C14C2003C77A9 /* AIPlasticMinusButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF5E0F9C14C0003C77A9 /* AIPlasticMinusButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1241
		633400400F9C14C2003C77A9 /* AIPlasticMinusButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF5F0F9C14C0003C77A9 /* AIPlasticMinusButton.m */; };
catfish@1875
  1242
		633400410F9C14C2003C77A9 /* AIPlasticPlusButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF600F9C14C0003C77A9 /* AIPlasticPlusButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1243
		633400420F9C14C2003C77A9 /* AIPlasticPlusButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF610F9C14C0003C77A9 /* AIPlasticPlusButton.m */; };
catfish@1875
  1244
		633400430F9C14C2003C77A9 /* AIPlasticButtonCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF620F9C14C0003C77A9 /* AIPlasticButtonCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1245
		633400440F9C14C2003C77A9 /* AIPlasticButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF630F9C14C0003C77A9 /* AIPlasticButtonCell.m */; };
catfish@1875
  1246
		6334004D0F9C14C2003C77A9 /* AIToolbarTabView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF6E0F9C14C0003C77A9 /* AIToolbarTabView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1247
		6334004E0F9C14C2003C77A9 /* AIToolbarTabView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF6F0F9C14C0003C77A9 /* AIToolbarTabView.m */; };
catfish@1875
  1248
		6334004F0F9C14C2003C77A9 /* AISplitView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF710F9C14C0003C77A9 /* AISplitView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1249
		633400500F9C14C2003C77A9 /* AISplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF720F9C14C0003C77A9 /* AISplitView.m */; };
catfish@1875
  1250
		633400510F9C14C2003C77A9 /* AIAlternatingRowTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF740F9C14C0003C77A9 /* AIAlternatingRowTableView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1251
		633400520F9C14C2003C77A9 /* AIAlternatingRowTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF750F9C14C0003C77A9 /* AIAlternatingRowTableView.m */; };
catfish@1875
  1252
		633400530F9C14C2003C77A9 /* AITextFieldWithDraggingDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF770F9C14C0003C77A9 /* AITextFieldWithDraggingDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1253
		633400540F9C14C2003C77A9 /* AITextFieldWithDraggingDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF780F9C14C0003C77A9 /* AITextFieldWithDraggingDelegate.m */; };
catfish@1875
  1254
		633400550F9C14C2003C77A9 /* AITextViewWithPlaceholder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF7A0F9C14C0003C77A9 /* AITextViewWithPlaceholder.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1255
		633400560F9C14C2003C77A9 /* AITextViewWithPlaceholder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF7B0F9C14C0003C77A9 /* AITextViewWithPlaceholder.m */; };
catfish@1875
  1256
		633400570F9C14C2003C77A9 /* AIFlexibleToolbarItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF7D0F9C14C0003C77A9 /* AIFlexibleToolbarItem.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1257
		633400580F9C14C2003C77A9 /* AIFlexibleToolbarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF7E0F9C14C0003C77A9 /* AIFlexibleToolbarItem.m */; };
catfish@1875
  1258
		633400590F9C14C2003C77A9 /* AIImageGridView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF800F9C14C0003C77A9 /* AIImageGridView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1259
		6334005A0F9C14C2003C77A9 /* AIImageGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF810F9C14C0003C77A9 /* AIImageGridView.m */; };
catfish@1875
  1260
		6334005B0F9C14C2003C77A9 /* AIDockingWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF830F9C14C0003C77A9 /* AIDockingWindow.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1261
		6334005C0F9C14C2003C77A9 /* AIDockingWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF840F9C14C0003C77A9 /* AIDockingWindow.m */; };
catfish@1875
  1262
		6334005D0F9C14C2003C77A9 /* AIBorderlessWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF860F9C14C0003C77A9 /* AIBorderlessWindow.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1263
		6334005E0F9C14C2003C77A9 /* AIBorderlessWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF870F9C14C0003C77A9 /* AIBorderlessWindow.m */; };
catfish@1875
  1264
		6334005F0F9C14C2003C77A9 /* AIGenericViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF8A0F9C14C0003C77A9 /* AIGenericViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1265
		633400600F9C14C2003C77A9 /* AIGenericViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF8B0F9C14C0003C77A9 /* AIGenericViewCell.m */; };
catfish@1875
  1266
		633400610F9C14C2003C77A9 /* AIImageTextCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF8D0F9C14C0003C77A9 /* AIImageTextCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1267
		633400620F9C14C2003C77A9 /* AIImageTextCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF8E0F9C14C0003C77A9 /* AIImageTextCell.m */; };
catfish@1875
  1268
		633400630F9C14C2003C77A9 /* AIScaledImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF900F9C14C0003C77A9 /* AIScaledImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1269
		633400640F9C14C2003C77A9 /* AIScaledImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF910F9C14C0003C77A9 /* AIScaledImageCell.m */; };
catfish@1875
  1270
		633400650F9C14C2003C77A9 /* AIVerticallyCenteredTextCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF930F9C14C0003C77A9 /* AIVerticallyCenteredTextCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1271
		633400660F9C14C2003C77A9 /* AIVerticallyCenteredTextCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF940F9C14C0003C77A9 /* AIVerticallyCenteredTextCell.m */; };
catfish@1875
  1272
		633400710F9C14C2003C77A9 /* AISendingTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFA30F9C14C0003C77A9 /* AISendingTextView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1273
		633400720F9C14C2003C77A9 /* AISendingTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFA40F9C14C0003C77A9 /* AISendingTextView.m */; };
catfish@1875
  1274
		633400730F9C14C2003C77A9 /* AIAutoScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFA70F9C14C0003C77A9 /* AIAutoScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1275
		633400740F9C14C2003C77A9 /* AIAutoScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFA80F9C14C1003C77A9 /* AIAutoScrollView.m */; };
catfish@1875
  1276
		633400770F9C14C2003C77A9 /* AIApplicationAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFAC0F9C14C1003C77A9 /* AIApplicationAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1277
		633400780F9C14C2003C77A9 /* AIApplicationAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFAD0F9C14C1003C77A9 /* AIApplicationAdditions.m */; };
catfish@1875
  1278
		633400790F9C14C2003C77A9 /* AIArrayAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFAE0F9C14C1003C77A9 /* AIArrayAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1279
		6334007A0F9C14C2003C77A9 /* AIArrayAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFAF0F9C14C1003C77A9 /* AIArrayAdditions.m */; };
catfish@1875
  1280
		6334007B0F9C14C2003C77A9 /* AIAttributedStringAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFB00F9C14C1003C77A9 /* AIAttributedStringAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1281
		6334007C0F9C14C2003C77A9 /* AIAttributedStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFB10F9C14C1003C77A9 /* AIAttributedStringAdditions.m */; };
catfish@1875
  1282
		6334007D0F9C14C2003C77A9 /* AIBezierPathAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFB20F9C14C1003C77A9 /* AIBezierPathAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1283
		6334007E0F9C14C2003C77A9 /* AIBezierPathAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFB30F9C14C1003C77A9 /* AIBezierPathAdditions.m */; };
catfish@1875
  1284
		6334007F0F9C14C2003C77A9 /* AIBundleAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFB40F9C14C1003C77A9 /* AIBundleAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1285
		633400800F9C14C2003C77A9 /* AIBundleAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFB50F9C14C1003C77A9 /* AIBundleAdditions.m */; };
catfish@1875
  1286
		633400810F9C14C2003C77A9 /* AICharacterSetAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFB60F9C14C1003C77A9 /* AICharacterSetAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1287
		633400820F9C14C2003C77A9 /* AICharacterSetAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFB70F9C14C1003C77A9 /* AICharacterSetAdditions.m */; };
catfish@1875
  1288
		633400830F9C14C2003C77A9 /* AIColorAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFB80F9C14C1003C77A9 /* AIColorAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1289
		633400840F9C14C2003C77A9 /* AIColorAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFB90F9C14C1003C77A9 /* AIColorAdditions.m */; };
catfish@1875
  1290
		633400850F9C14C2003C77A9 /* AICursorAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFBA0F9C14C1003C77A9 /* AICursorAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1291
		633400860F9C14C2003C77A9 /* AICursorAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFBB0F9C14C1003C77A9 /* AICursorAdditions.m */; };
catfish@1875
  1292
		633400870F9C14C2003C77A9 /* AIDataAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFBC0F9C14C1003C77A9 /* AIDataAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1293
		633400880F9C14C2003C77A9 /* AIDataAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFBD0F9C14C1003C77A9 /* AIDataAdditions.m */; };
catfish@1875
  1294
		633400890F9C14C2003C77A9 /* AIDateAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFBE0F9C14C1003C77A9 /* AIDateAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1295
		6334008A0F9C14C2003C77A9 /* AIDateAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFBF0F9C14C1003C77A9 /* AIDateAdditions.m */; };
catfish@1875
  1296
		6334008B0F9C14C2003C77A9 /* AIDateFormatterAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFC00F9C14C1003C77A9 /* AIDateFormatterAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1297
		6334008C0F9C14C2003C77A9 /* AIDateFormatterAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFC10F9C14C1003C77A9 /* AIDateFormatterAdditions.m */; };
catfish@1875
  1298
		6334008D0F9C14C2003C77A9 /* AIDictionaryAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFC20F9C14C1003C77A9 /* AIDictionaryAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1299
		6334008E0F9C14C2003C77A9 /* AIDictionaryAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFC30F9C14C1003C77A9 /* AIDictionaryAdditions.m */; };
catfish@1875
  1300
		6334008F0F9C14C2003C77A9 /* AIEventAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFC40F9C14C1003C77A9 /* AIEventAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1301
		633400900F9C14C2003C77A9 /* AIEventAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFC50F9C14C1003C77A9 /* AIEventAdditions.m */; };
catfish@1875
  1302
		633400910F9C14C2003C77A9 /* AIFileManagerAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFC60F9C14C1003C77A9 /* AIFileManagerAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1303
		633400920F9C14C2003C77A9 /* AIFileManagerAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFC70F9C14C1003C77A9 /* AIFileManagerAdditions.m */; };
catfish@1875
  1304
		633400930F9C14C2003C77A9 /* AIFontAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFC80F9C14C1003C77A9 /* AIFontAdditions.h */; };
catfish@1875
  1305
		633400940F9C14C2003C77A9 /* AIFontAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFC90F9C14C1003C77A9 /* AIFontAdditions.m */; };
catfish@1875
  1306
		633400950F9C14C2003C77A9 /* AIFontManagerAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFCA0F9C14C1003C77A9 /* AIFontManagerAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1307
		633400960F9C14C2003C77A9 /* AIFontManagerAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFCB0F9C14C1003C77A9 /* AIFontManagerAdditions.m */; };
catfish@1875
  1308
		633400970F9C14C2003C77A9 /* AIImageAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFCC0F9C14C1003C77A9 /* AIImageAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1309
		633400980F9C14C2003C77A9 /* AIImageAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFCD0F9C14C1003C77A9 /* AIImageAdditions.m */; };
catfish@1875
  1310
		633400990F9C14C2003C77A9 /* AIImageDrawingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFCE0F9C14C1003C77A9 /* AIImageDrawingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1311
		6334009A0F9C14C2003C77A9 /* AIImageDrawingAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFCF0F9C14C1003C77A9 /* AIImageDrawingAdditions.m */; };
catfish@1875
  1312
		6334009B0F9C14C2003C77A9 /* AIMenuAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFD00F9C14C1003C77A9 /* AIMenuAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1313
		6334009C0F9C14C2003C77A9 /* AIMenuAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFD10F9C14C1003C77A9 /* AIMenuAdditions.m */; };
catfish@1875
  1314
		6334009D0F9C14C2003C77A9 /* AIMutableStringAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFD20F9C14C1003C77A9 /* AIMutableStringAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1315
		6334009E0F9C14C2003C77A9 /* AIMutableStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFD30F9C14C1003C77A9 /* AIMutableStringAdditions.m */; };
catfish@1875
  1316
		6334009F0F9C14C2003C77A9 /* AIObjectAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFD40F9C14C1003C77A9 /* AIObjectAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1317
		633400A00F9C14C2003C77A9 /* AIObjectAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFD50F9C14C1003C77A9 /* AIObjectAdditions.m */; };
catfish@1875
  1318
		633400A10F9C14C2003C77A9 /* AIOutlineViewAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFD60F9C14C1003C77A9 /* AIOutlineViewAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1319
		633400A20F9C14C2003C77A9 /* AIOutlineViewAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFD70F9C14C1003C77A9 /* AIOutlineViewAdditions.m */; };
catfish@1875
  1320
		633400A30F9C14C2003C77A9 /* AIParagraphStyleAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFD80F9C14C1003C77A9 /* AIParagraphStyleAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1321
		633400A40F9C14C2003C77A9 /* AIParagraphStyleAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFD90F9C14C1003C77A9 /* AIParagraphStyleAdditions.m */; };
catfish@1875
  1322
		633400A50F9C14C2003C77A9 /* AIPopUpButtonAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFDA0F9C14C1003C77A9 /* AIPopUpButtonAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1323
		633400A60F9C14C2003C77A9 /* AIPopUpButtonAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFDB0F9C14C1003C77A9 /* AIPopUpButtonAdditions.m */; };
catfish@1875
  1324
		633400A70F9C14C2003C77A9 /* AIScannerAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFDC0F9C14C1003C77A9 /* AIScannerAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1325
		633400A80F9C14C2003C77A9 /* AIScannerAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFDD0F9C14C1003C77A9 /* AIScannerAdditions.m */; };
catfish@1875
  1326
		633400A90F9C14C2003C77A9 /* AIScrollViewAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFDE0F9C14C1003C77A9 /* AIScrollViewAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1327
		633400AA0F9C14C2003C77A9 /* AIScrollViewAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFDF0F9C14C1003C77A9 /* AIScrollViewAdditions.m */; };
catfish@1875
  1328
		633400AB0F9C14C2003C77A9 /* AIShadowAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFE00F9C14C1003C77A9 /* AIShadowAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1329
		633400AC0F9C14C2003C77A9 /* AIShadowAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFE10F9C14C1003C77A9 /* AIShadowAdditions.m */; };
catfish@1875
  1330
		633400AD0F9C14C2003C77A9 /* AIStringAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFE20F9C14C1003C77A9 /* AIStringAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1331
		633400AE0F9C14C2003C77A9 /* AIStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFE30F9C14C1003C77A9 /* AIStringAdditions.m */; };
catfish@1875
  1332
		633400AF0F9C14C2003C77A9 /* AITableViewAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFE40F9C14C1003C77A9 /* AITableViewAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1333
		633400B00F9C14C2003C77A9 /* AITableViewAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFE50F9C14C1003C77A9 /* AITableViewAdditions.m */; };
catfish@1875
  1334
		633400B10F9C14C2003C77A9 /* AITabViewAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFE60F9C14C1003C77A9 /* AITabViewAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1335
		633400B20F9C14C2003C77A9 /* AITabViewAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFE70F9C14C1003C77A9 /* AITabViewAdditions.m */; };
catfish@1875
  1336
		633400B30F9C14C2003C77A9 /* AITextAttachmentAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFE80F9C14C1003C77A9 /* AITextAttachmentAdditions.m */; };
catfish@1875
  1337
		633400B40F9C14C2003C77A9 /* AITextAttachmentAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFE90F9C14C1003C77A9 /* AITextAttachmentAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1338
		633400B50F9C14C2003C77A9 /* AITextViewAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFEA0F9C14C1003C77A9 /* AITextViewAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1339
		633400B60F9C14C2003C77A9 /* AITextViewAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFEB0F9C14C1003C77A9 /* AITextViewAdditions.m */; };
catfish@1875
  1340
		633400B70F9C14C2003C77A9 /* AIURLAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFEC0F9C14C1003C77A9 /* AIURLAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1341
		633400B80F9C14C2003C77A9 /* AIURLAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFED0F9C14C1003C77A9 /* AIURLAdditions.m */; };
catfish@1875
  1342
		633400B90F9C14C2003C77A9 /* AIViewAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFEE0F9C14C1003C77A9 /* AIViewAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1343
		633400BA0F9C14C2003C77A9 /* AIViewAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFEF0F9C14C1003C77A9 /* AIViewAdditions.m */; };
catfish@1875
  1344
		633400BB0F9C14C2003C77A9 /* AIWindowAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFF00F9C14C1003C77A9 /* AIWindowAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1345
		633400BC0F9C14C2003C77A9 /* AIWindowAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFF10F9C14C1003C77A9 /* AIWindowAdditions.m */; };
catfish@1875
  1346
		633400BE0F9C14C2003C77A9 /* AIFontAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFF30F9C14C1003C77A9 /* AIFontAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1347
		633400BF0F9C14C2003C77A9 /* OWAddressBookAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFF40F9C14C1003C77A9 /* OWAddressBookAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1348
		633400C00F9C14C2003C77A9 /* OWAddressBookAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFF50F9C14C1003C77A9 /* OWAddressBookAdditions.m */; };
catfish@1875
  1349
		633400C10F9C14C2003C77A9 /* NSCalendarDate+ISO8601Parsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFF60F9C14C1003C77A9 /* NSCalendarDate+ISO8601Parsing.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1350
		633400C20F9C14C2003C77A9 /* NSCalendarDate+ISO8601Parsing.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFF70F9C14C1003C77A9 /* NSCalendarDate+ISO8601Parsing.m */; };
catfish@1875
  1351
		633400C30F9C14C2003C77A9 /* NSCalendarDate+ISO8601Unparsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFF80F9C14C1003C77A9 /* NSCalendarDate+ISO8601Unparsing.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1352
		633400C40F9C14C2003C77A9 /* NSCalendarDate+ISO8601Unparsing.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFF90F9C14C1003C77A9 /* NSCalendarDate+ISO8601Unparsing.m */; };
catfish@1875
  1353
		633400C50F9C14C2003C77A9 /* AIWindowControllerAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFFA0F9C14C1003C77A9 /* AIWindowControllerAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1354
		633400C60F9C14C2003C77A9 /* AIWindowControllerAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFFB0F9C14C1003C77A9 /* AIWindowControllerAdditions.m */; };
catfish@1875
  1355
		633400C70F9C14C2003C77A9 /* AIPasteboardAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFFC0F9C14C1003C77A9 /* AIPasteboardAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1356
		633400C80F9C14C2003C77A9 /* AIPasteboardAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFFD0F9C14C1003C77A9 /* AIPasteboardAdditions.m */; };
catfish@1875
  1357
		633400D00F9C14E0003C77A9 /* AIUtilities.framework_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 633400CF0F9C14E0003C77A9 /* AIUtilities.framework_Prefix.pch */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1875
  1358
		633400DF0F9C1501003C77A9 /* ImageKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400D30F9C1501003C77A9 /* ImageKit.framework */; };
catfish@1875
  1359
		633400E00F9C1501003C77A9 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400D40F9C1501003C77A9 /* AddressBook.framework */; };
catfish@1875
  1360
		633400E10F9C1501003C77A9 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400D50F9C1501003C77A9 /* AudioUnit.framework */; };
catfish@1875
  1361
		633400E20F9C1501003C77A9 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400D60F9C1501003C77A9 /* AudioToolbox.framework */; };
catfish@1875
  1362
		633400E30F9C1501003C77A9 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400D70F9C1501003C77A9 /* SystemConfiguration.framework */; };
catfish@1875
  1363
		633400E40F9C1501003C77A9 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400D80F9C1501003C77A9 /* IOKit.framework */; };
catfish@1875
  1364
		633400E50F9C1501003C77A9 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400D90F9C1501003C77A9 /* Security.framework */; };
catfish@1875
  1365
		633400E60F9C1501003C77A9 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400DA0F9C1501003C77A9 /* Carbon.framework */; };
catfish@1875
  1366
		633400E70F9C1501003C77A9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633400DB0F9C1501003C77A9 /* Cocoa.framework */; };
catfish@1875
  1367
		633404710F9C18EF003C77A9 /* AIUtilities.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6334FBFC0F9C11DC003C77A9 /* AIUtilities.framework */; };
catfish@1875
  1368
		633405230F9C2B37003C77A9 /* AIUtilities.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6334FBFC0F9C11DC003C77A9 /* AIUtilities.framework */; };
catfish@1875
  1369
		633405990F9C2C00003C77A9 /* AIUtilities.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6334FBFC0F9C11DC003C77A9 /* AIUtilities.framework */; };
catfish@1875
  1370
		633405A90F9C2C7D003C77A9 /* AIUtilities.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6334FBFC0F9C11DC003C77A9 /* AIUtilities.framework */; };
catfish@1875
  1371
		6334FFFF0F9C14C2003C77A9 /* AIFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF030F9C14BF003C77A9 /* AIFunctions.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1896
  1372
		633D4FB60F9D30E3004F491E /* GetMetadataForHTMLLog-Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 633D4FAE0F9D30E3004F491E /* GetMetadataForHTMLLog-Additions.m */; };
catfish@1896
  1373
		633D4FB70F9D30E3004F491E /* GetMetadataForFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 633D4FB10F9D30E3004F491E /* GetMetadataForFile.m */; };
catfish@1896
  1374
		633D4FB80F9D30E3004F491E /* GetMetadataForHTMLLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 633D4FB30F9D30E3004F491E /* GetMetadataForHTMLLog.m */; };
catfish@1896
  1375
		633D4FB90F9D30E3004F491E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 633D4FB40F9D30E3004F491E /* main.c */; };
catfish@1896
  1376
		633D4FBE0F9D30FA004F491E /* NSCalendarDate+ISO8601Parsing.m in Sources */ = {isa = PBXBuildFile; fileRef = 633D4FBD0F9D30FA004F491E /* NSCalendarDate+ISO8601Parsing.m */; };
catfish@1896
  1377
		633D4FC20F9D3116004F491E /* schema.xml in Resources */ = {isa = PBXBuildFile; fileRef = 633D4FC00F9D3116004F491E /* schema.xml */; };
catfish@1896
  1378
		633D514F0F9D31BE004F491E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 633D50ED0F9D31BD004F491E /* InfoPlist.strings */; };
catfish@1896
  1379
		633D51500F9D31BE004F491E /* schema.strings in Resources */ = {isa = PBXBuildFile; fileRef = 633D50EF0F9D31BD004F491E /* schema.strings */; };
David@0
  1380
		633F175D08F905A800C76383 /* AIXtrasManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 633F175908F905A700C76383 /* AIXtrasManager.m */; };
David@0
  1381
		634BCD1F0DDC1542005AF1C2 /* TestMutableStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 634BCD1E0DDC1542005AF1C2 /* TestMutableStringAdditions.m */; };
catfish@1880
  1382
		634DC2920F9C3685007B6479 /* PlasticButtonNormal_Middle.png in Resources */ = {isa = PBXBuildFile; fileRef = 6334FF650F9C14C0003C77A9 /* PlasticButtonNormal_Middle.png */; };
catfish@1880
  1383
		634DC2930F9C3685007B6479 /* PlasticButtonDefault_Middle.png in Resources */ = {isa = PBXBuildFile; fileRef = 6334FF660F9C14C0003C77A9 /* PlasticButtonDefault_Middle.png */; };
catfish@1880
  1384
		634DC2940F9C3685007B6479 /* PlasticButtonPressed_Middle.png in Resources */ = {isa = PBXBuildFile; fileRef = 6334FF670F9C14C0003C77A9 /* PlasticButtonPressed_Middle.png */; };
catfish@1880
  1385
		634DC2950F9C3685007B6479 /* PlasticButtonDefault_Caps.png in Resources */ = {isa = PBXBuildFile; fileRef = 6334FF680F9C14C0003C77A9 /* PlasticButtonDefault_Caps.png */; };
catfish@1880
  1386
		634DC2960F9C3685007B6479 /* PlasticButtonNormal_Caps.png in Resources */ = {isa = PBXBuildFile; fileRef = 6334FF690F9C14C0003C77A9 /* PlasticButtonNormal_Caps.png */; };
catfish@1880
  1387
		634DC2970F9C3685007B6479 /* PlasticButtonPressed_Caps.png in Resources */ = {isa = PBXBuildFile; fileRef = 6334FF6A0F9C14C0003C77A9 /* PlasticButtonPressed_Caps.png */; };
catfish@1880
  1388
		634DC2980F9C3685007B6479 /* plus.png in Resources */ = {isa = PBXBuildFile; fileRef = 6334FF6B0F9C14C0003C77A9 /* plus.png */; };
catfish@1880
  1389
		634DC2990F9C3685007B6479 /* minus.png in Resources */ = {isa = PBXBuildFile; fileRef = 6334FF6C0F9C14C0003C77A9 /* minus.png */; };
catfish@1881
  1390
		634DC5570F9C3B2F007B6479 /* AIStringUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 634DC5560F9C3B2F007B6479 /* AIStringUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1883
  1391
		634DC6020F9C43BB007B6479 /* AIUtilities.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6334FBFC0F9C11DC003C77A9 /* AIUtilities.framework */; };
David@9
  1392
		636D8C980E4E95A500E5F558 /* AIAddressBookController.m in Sources */ = {isa = PBXBuildFile; fileRef = 636D8C970E4E95A500E5F558 /* AIAddressBookController.m */; };
David@9
  1393
		636D92790E4E95CE00E5F558 /* AIAddressBookController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E2A2EE07B018B1006735BC /* AIAddressBookController.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@9
  1394
		636D92840E4E968A00E5F558 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 348E5ACA06D2A74C004C051C /* AddressBook.framework */; };
David@9
  1395
		636D92BE0E4E97AA00E5F558 /* AIAddressBookUserIconSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3403F4310D2EF01D006B08FB /* AIAddressBookUserIconSource.m */; };
David@9
  1396
		636D92CD0E4E990500E5F558 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 348E5ACA06D2A74C004C051C /* AddressBook.framework */; };
David@9
  1397
		636D93400E4E9ED600E5F558 /* AB Display Format Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4BCAC4E207B59B65006641B9 /* AB Display Format Defaults.plist */; };
David@9
  1398
		636D93890E4EA23F00E5F558 /* AdiumAddressBookAction_Yahoo.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 636D93660E4E9FD300E5F558 /* AdiumAddressBookAction_Yahoo.scpt */; };
David@9
  1399
		636D938A0E4EA23F00E5F558 /* AdiumAddressBookAction_SMS.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 636D93670E4E9FD300E5F558 /* AdiumAddressBookAction_SMS.scpt */; };
David@9
  1400
		636D938B0E4EA23F00E5F558 /* AdiumAddressBookAction_MSN.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 636D93680E4E9FD300E5F558 /* AdiumAddressBookAction_MSN.scpt */; };
David@9
  1401
		636D938C0E4EA23F00E5F558 /* AdiumAddressBookAction_Jabber.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 636D93690E4E9FD300E5F558 /* AdiumAddressBookAction_Jabber.scpt */; };
David@9
  1402
		636D938D0E4EA23F00E5F558 /* AdiumAddressBookAction_ICQ.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 636D936A0E4E9FD300E5F558 /* AdiumAddressBookAction_ICQ.scpt */; };
David@9
  1403
		636D938E0E4EA23F00E5F558 /* AdiumAddressBookAction_AIM.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 636D936B0E4E9FD300E5F558 /* AdiumAddressBookAction_AIM.scpt */; };
David@14
  1404
		636D93F40E4EAB7500E5F558 /* AIContactObserverManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 34555C5E0DB6BCE500649CD4 /* AIContactObserverManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@14
  1405
		636D94090E4EAB9D00E5F558 /* AIContactObserverManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 34555C5F0DB6BCE500649CD4 /* AIContactObserverManager.m */; };
catfish@1865
  1406
		637864550F9BE1AB0040DEDA /* AutoHyperlinks.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3496A8EA07CE6CA30055BBAB /* AutoHyperlinks.framework */; };
David@0
  1407
		638392F809D4D67A0067B9B7 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 638392F609D4D67A0067B9B7 /* Sparkle.framework */; };
catfish@2304
  1408
		638BC1FC0FC932E000CE7600 /* AIObjectDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 638BC1FB0FC932E000CE7600 /* AIObjectDebug.m */; };
David@435
  1409
		639484590EB13DFE008CB6DE /* AIContactHidingController.m in Sources */ = {isa = PBXBuildFile; fileRef = 661561640D84AEEC004B7946 /* AIContactHidingController.m */; };
David@435
  1410
		6394845B0EB13E04008CB6DE /* AIContactHidingController.h in Headers */ = {isa = PBXBuildFile; fileRef = 661561630D84AEEC004B7946 /* AIContactHidingController.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1793
  1411
		639DF7710F97E61D003C9A32 /* CBPurpleServicePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B7F278A05440C8D00CDFC90 /* CBPurpleServicePlugin.m */; };
catfish@1793
  1412
		639DF9140F97E639003C9A32 /* AdiumLibpurple.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3485D68009EB416300232CC4 /* AdiumLibpurple.framework */; };
catfish@1793
  1413
		639DF9150F97E639003C9A32 /* libglib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC30CDAA8D400B8E233 /* libglib.framework */; };
catfish@1793
  1414
		639DF9160F97E639003C9A32 /* libgmodule.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC40CDAA8D400B8E233 /* libgmodule.framework */; };
catfish@1793
  1415
		639DF9170F97E639003C9A32 /* libgobject.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC50CDAA8D400B8E233 /* libgobject.framework */; };
catfish@1793
  1416
		639DF9180F97E639003C9A32 /* libgthread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC60CDAA8D400B8E233 /* libgthread.framework */; };
catfish@1793
  1417
		639DF9190F97E639003C9A32 /* libintl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC70CDAA8D400B8E233 /* libintl.framework */; };
catfish@1793
  1418
		639DF91A0F97E639003C9A32 /* libmeanwhile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC80CDAA8D400B8E233 /* libmeanwhile.framework */; };
catfish@1793
  1419
		639DF91B0F97E639003C9A32 /* libpurple.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1172FBC90CDAA8D400B8E233 /* libpurple.framework */; };
catfish@1793
  1420
		639DF9D80F97E678003C9A32 /* AdiumLibpurple.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3485D68009EB416300232CC4 /* AdiumLibpurple.framework */; };
catfish@1880
  1421
		63A3A98E0F9C35D3006C9CB0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 63A3A9680F9C35D3006C9CB0 /* Localizable.strings */; };
David@1674
  1422
		63B0EC9C0F8FBB660062476B /* AIProxyListObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B0EC9A0F8FBB660062476B /* AIProxyListObject.m */; };
David@1675
  1423
		63B0EC9D0F8FBB660062476B /* AIProxyListObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B0EC9B0F8FBB660062476B /* AIProxyListObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1921
  1424
		63BB1CB90F9EDD2B00424B80 /* AISharedWriterQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 63BB1CB80F9EDD2B00424B80 /* AISharedWriterQueue.h */; settings = {ATTRIBUTES = (Public, ); }; };
catfish@1921
  1425
		63BB1CC90F9EDDB600424B80 /* AISharedWriterQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 63BB1CC80F9EDDB600424B80 /* AISharedWriterQueue.m */; };
David@0
  1426
		63C120750910A0DD00C9DB57 /* DefaultXtraReadme.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 63C120740910A0DD00C9DB57 /* DefaultXtraReadme.rtf */; };
catfish@1959
  1427
		63D692130FA2230A001E7CE8 /* AdiumSpotlightImporter.mdimporter in Copy Spotlight Importer */ = {isa = PBXBuildFile; fileRef = 633D4FA40F9D3073004F491E /* AdiumSpotlightImporter.mdimporter */; };
David@52
  1428
		63DF5B220E52D77F00010E99 /* AIContactList.m in Sources */ = {isa = PBXBuildFile; fileRef = 63DF5B200E52D77F00010E99 /* AIContactList.m */; };
David@52
  1429
		63DF5B230E52D77F00010E99 /* AIContactList.h in Headers */ = {isa = PBXBuildFile; fileRef = 63DF5B210E52D77F00010E99 /* AIContactList.h */; settings = {ATTRIBUTES = (Public, ); }; };
David@0
  1430
		63EA62CA094B832D009C8453 /* AIEmoticonPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63EA62C8094B832D009C8453 /* AIEmoticonPreviewController.m */; };
David@0
  1431
		63EA62F0094B8705009C8453 /* AIXtraInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63EA62EE094B8705009C8453 /* AIXtraInfoController.m */; };
David@0
  1432
		63EA63DD094BB79A009C8453 /* StatusIconPreviewView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 63336B3F094994A800970871 /* StatusIconPreviewView.nib */; };
David@0
  1433
		63EA6409094BB9A9009C8453 /* AIStatusIconPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63EA6407094BB9A9009C8453 /* AIStatusIconPreviewController.m */; };
David@0
  1434
		63FBAA480887779D00026246 /* AIDockBadger.m in Sources */ = {isa = PBXBuildFile; fileRef = 636AB7F2087E2B6700A87670 /* AIDockBadger.m */; };
David@0
  1435
		6615618B0D84B875004B7946 /* AIFilterBarBackgroundBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 6615618A0D84B874004B7946 /* AIFilterBarBackgroundBox.m */; };
David@0
  1436
		6E4D961406B739AC005235E9 /* DCJoinChatPanelPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D961206B739AC005235E9 /* DCJoinChatPanelPlugin.m */; };
David@0
  1437
		6EC1684D06C170A000F9FAD3 /* DCInviteToChatPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC1684806C170A000F9FAD3 /* DCInviteToChatPlugin.m */; };
David@0
  1438
		6EC1684F06C170A000F9FAD3 /* DCInviteToChatWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC1684A06C170A000F9FAD3 /* DCInviteToChatWindowController.m */; };
David@0
  1439
		6EC1685006C170A000F9FAD3 /* InviteToChatWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6EC1684B06C170A000F9FAD3 /* InviteToChatWindow.nib */; };
sholt@2695
  1440
		7E6F8A94105611B700C6D80D /* libotr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E6F8A93105611B700C6D80D /* libotr.framework */; };
sholt@2695
  1441
		7E6F8ACD105613AD00C6D80D /* libotr.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7E6F8A93105611B700C6D80D /* libotr.framework */; };
David@0
  1442
		7E824CDD06387FAF00813072 /* LinkEditor.nib in Resources */ = {isa = PBXBuildFile; fileRef = 7E824CCE06387FAF00813072 /* LinkEditor.nib */; };
David@0
  1443
		7E824CE106387FAF00813072 /* SHAutoValidatingTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E824CD206387FAF00813072 /* SHAutoValidatingTextView.m */; };
David@0
  1444
		7E824CE306387FAF00813072 /* SHLinkEditorWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E824CD406387FAF00813072 /* SHLinkEditorWindowController.m */; };
David@0
  1445
		7E824CEB06387FAF00813072 /* SHLinkManagementPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E824CDC06387FAF00813072 /* SHLinkManagementPlugin.m */; };
sholt@2721
  1446
		7EDAC0A31072596200B77631 /* Growl-WithInstaller.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EDAC0A21072596200B77631 /* Growl-WithInstaller.framework */; };
sholt@2721
  1447
		7EDAC0D0107259A900B77631 /* Growl-WithInstaller.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7EDAC0A21072596200B77631 /* Growl-WithInstaller.framework */; };
David@0
  1448
		811033510CDE170B00EC6038 /* ssl-cdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 811033500CDE170B00EC6038 /* ssl-cdsa.c */; };
David@0
  1449
		811034050CDE216F00EC6038 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 340C1ABE0BD58FAB00D09235 /* Security.framework */; };
David@0
  1450
		811035180CDE783800EC6038 /* SecurityInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 811035170CDE783800EC6038 /* SecurityInterface.framework */; };
David@0
  1451
		811036180CDE8A2500EC6038 /* AIPurpleCertificateViewer.h in Headers */ = {isa = PBXBuildFile; fileRef = 811036160CDE8A2500EC6038 /* AIPurpleCertificateViewer.h */; };
David@0
  1452
		811036190CDE8A2500EC6038 /* AIPurpleCertificateViewer.m in Sources */ = {isa = PBXBuildFile; fileRef = 811036170CDE8A2500EC6038 /* AIPurpleCertificateViewer.m */; };
David@0
  1453
		811036250CDE8C2100EC6038 /* adiumPurpleCertificateTrustWarning.h in Headers */ = {isa = PBXBuildFile; fileRef = 811036230CDE8C2100EC6038 /* adiumPurpleCertificateTrustWarning.h */; };
David@0
  1454
		811036260CDE8C2100EC6038 /* adiumPurpleCertificateTrustWarning.m in Sources */ = {isa = PBXBuildFile; fileRef = 811036240CDE8C2100EC6038 /* adiumPurpleCertificateTrustWarning.m */; };
David@0
  1455
		8110362C0CDE8F5800EC6038 /* AIPurpleCertificateTrustWarningAlert.h in Headers */ = {isa = PBXBuildFile; fileRef = 8110362A0CDE8F5800EC6038 /* AIPurpleCertificateTrustWarningAlert.h */; };
David@0
  1456
		8110362D0CDE8F5800EC6038 /* AIPurpleCertificateTrustWarningAlert.m in Sources */ = {isa = PBXBuildFile; fileRef = 8110362B0CDE8F5800EC6038 /* AIPurpleCertificateTrustWarningAlert.m */; };
David@0
  1457
		8163F99C0B318824002005EE /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 638392F609D4D67A0067B9B7 /* Sparkle.framework */; };
David@0
  1458
		8173C5760C4C3DB800C9E64E /* downloadprogress.png in Resources */ = {isa = PBXBuildFile; fileRef = 8173C5750C4C3DB800C9E64E /* downloadprogress.png */; };
David@0
  1459
		8181EEBE0C30673E00E802F7 /* AMPurpleSearchResultsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 8181EEBD0C30673E00E802F7 /* AMPurpleSearchResultsWindow.nib */; };
David@0
  1460
		8181EEC30C3067B500E802F7 /* AMPurpleSearchResultsController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8181EEC10C3067B500E802F7 /* AMPurpleSearchResultsController.h */; };
David@0
  1461
		8181EEC40C3067B500E802F7 /* AMPurpleSearchResultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8181EEC20C3067B500E802F7 /* AMPurpleSearchResultsController.m */; };
David@0
  1462
		8181F7480C32BD2500E802F7 /* AMPurpleJabberFormGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 8181F6F80C32209100E802F7 /* AMPurpleJabberFormGenerator.m */; };
David@0
  1463
		8181F7490C32BD2500E802F7 /* AMPurpleJabberFormGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8181F6F70C32209100E802F7 /* AMPurpleJabberFormGenerator.h */; };
David@0
  1464
		8181F88E0C35B70F00E802F7 /* AMPurpleJabberAdHocServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8181F88C0C35B70F00E802F7 /* AMPurpleJabberAdHocServer.h */; };
David@0
  1465
		8181F88F0C35B70F00E802F7 /* AMPurpleJabberAdHocServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8181F88D0C35B70F00E802F7 /* AMPurpleJabberAdHocServer.m */; };
David@0
  1466
		8184C5A50C1B803400CB53E7 /* AMPurpleRequestFieldsController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8184C5A30C1B803300CB53E7 /* AMPurpleRequestFieldsController.h */; };
David@0
  1467
		8184C5A60C1B803400CB53E7 /* AMPurpleRequestFieldsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8184C5A40C1B803400CB53E7 /* AMPurpleRequestFieldsController.m */; };
David@0
  1468
		8184C5B80C1B812500CB53E7 /* AMPurpleRequestFieldsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 8184C5B30C1B812500CB53E7 /* AMPurpleRequestFieldsWindow.nib */; };
David@0
  1469
		8184CC350C1E3C3800CB53E7 /* AMPurpleJabberMoodTooltip.h in Headers */ = {isa = PBXBuildFile; fileRef = 8184CC330C1E3C3800CB53E7 /* AMPurpleJabberMoodTooltip.h */; };
David@0
  1470
		8184CC360C1E3C3800CB53E7 /* AMPurpleJabberMoodTooltip.m in Sources */ = {isa = PBXBuildFile; fileRef = 8184CC340C1E3C3800CB53E7 /* AMPurpleJabberMoodTooltip.m */; };
David@0
  1471
		818E96A30C16D443007623BD /* AMXMLConsoleController.h in Headers */ = {isa = PBXBuildFile; fileRef = 818E96A10C16D443007623BD /* AMXMLConsoleController.h */; };
David@0
  1472
		818E96A40C16D443007623BD /* AMXMLConsoleController.m in Sources */ = {isa = PBXBuildFile; fileRef = 818E96A20C16D443007623BD /* AMXMLConsoleController.m */; };
David@0
  1473
		81DAE8720C261E8A00780E4C /* AMPurpleTuneTooltip.h in Headers */ = {isa = PBXBuildFile; fileRef = 81DAE8700C261E8A00780E4C /* AMPurpleTuneTooltip.h */; };
David@0
  1474
		81DAE8730C261E8A00780E4C /* AMPurpleTuneTooltip.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DAE8710C261E8A00780E4C /* AMPurpleTuneTooltip.m */; };
David@0
  1475
		81DAED520C26F4F700780E4C /* AMPurpleJabberServiceDiscoveryBrowsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 81DAED500C26F4F700780E4C /* AMPurpleJabberServiceDiscoveryBrowsing.h */; };
David@0
  1476
		81DAED530C26F4F700780E4C /* AMPurpleJabberServiceDiscoveryBrowsing.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DAED510C26F4F700780E4C /* AMPurpleJabberServiceDiscoveryBrowsing.m */; };
David@0
  1477
		81E45D760C15BFF800B7381B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34E839050583207E00F2AADB /* SystemConfiguration.framework */; };
David@0
  1478
		9E124DEC07D34C7300AA91C5 /* CBGrowlAlertDetailPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E124DE807D34C7300AA91C5 /* CBGrowlAlertDetailPane.m */; };
David@0
  1479
		9E124DEE07D34C7400AA91C5 /* NEHGrowlPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E124DEA07D34C7300AA91C5 /* NEHGrowlPlugin.m */; };
David@0
  1480
		9E124DF107D34C9100AA91C5 /* GrowlAlert.nib in Resources */ = {isa = PBXBuildFile; fileRef = 9E124DEF07D34C9000AA91C5 /* GrowlAlert.nib */; };
David@0
  1481
		9E124DF207D34C9100AA91C5 /* GrowlAlert.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E124DF007D34C9000AA91C5 /* GrowlAlert.png */; };
David@0
  1482
		9E125C6607D3571400AA91C5 /* ESBlockingPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E125C6407D3571400AA91C5 /* ESBlockingPlugin.m */; };
David@0
  1483
		9E1E1DFD0A96741500E16DFC /* LMX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E1E1DFC0A96741500E16DFC /* LMX.framework */; };
catfish@1793
  1484
		9E1E1E270A96770C00E16DFC /* LMX.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9E1E1DFC0A96741500E16DFC /* LMX.framework */; };
David@0
  1485
		9E20910E06A601AF00E33E27 /* CBStatusMenuItemController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E791DA40577094400547562 /* CBStatusMenuItemController.m */; };
David@0
  1486
		9E20911006A601B200E33E27 /* CBStatusMenuItemPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E791D9505768B7A00547562 /* CBStatusMenuItemPlugin.m */; };
David@0
  1487
		9E217B7B06A74CA8002A3F27 /* StatusMenuItemDefaultPrefs.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9E217B7706A74CA7002A3F27 /* StatusMenuItemDefaultPrefs.plist */; };
David@0
  1488
		9ECB03E709F2A9D900996F44 /* AIDictionaryDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ECB03E309F2A9D800996F44 /* AIDictionaryDebug.m */; };
David@0
  1489
		9ECB03E909F2A9D900996F44 /* AIXMLAppender.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ECB03E509F2A9D800996F44 /* AIXMLAppender.m */; };
David@0
  1490
		9EF0DBFA09D944C200FBCC1E /* Resources/block.png in Resources */ = {isa = PBXBuildFile; fileRef = 9EF0DBF309D944A300FBCC1E /* Resources/block.png */; };
David@0
  1491
		9EF0DBFB09D944C200FBCC1E /* Resources/unblock.png in Resources */ = {isa = PBXBuildFile; fileRef = 9EF0DBF409D944A300FBCC1E /* Resources/unblock.png */; };
David@0
  1492
		C44BA7830AAB696400C7504F /* SetupAssistantBoxBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = C44BA7810AAB696400C7504F /* SetupAssistantBoxBackgroundView.m */; };
David@0
  1493
		C4D29CC40C3C2E3C001545A2 /* BGICImportController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D29CC00C3C2E3C001545A2 /* BGICImportController.m */; };
David@0
  1494
		C4D29CC60C3C2E3C001545A2 /* BGICLogImportController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D29CC20C3C2E3C001545A2 /* BGICLogImportController.m */; };
David@0
  1495
		C4D29CC80C3C2E49001545A2 /* ICImport.nib in Resources */ = {isa = PBXBuildFile; fileRef = C4D29CC70C3C2E49001545A2 /* ICImport.nib */; };
David@0
  1496
		EE147A6D0896B18800A21377 /* ABSearch.png in Resources */ = {isa = PBXBuildFile; fileRef = EE147A6C0896B18700A21377 /* ABSearch.png */; };
David@0
  1497
		EE147A790896B32400A21377 /* ABSearch.nib in Resources */ = {isa = PBXBuildFile; fileRef = EE147A780896B32400A21377 /* ABSearch.nib */; };
David@0
  1498
		EE147A800896B33400A21377 /* OWABSearchWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = EE147A7E0896B33400A21377 /* OWABSearchWindowController.m */; };
catfish@1793
  1499
		EE5754ED0B3D7A7A00100989 /* Sparkle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 638392F609D4D67A0067B9B7 /* Sparkle.framework */; };
David@0
  1500
		EEC461B6096D68580028632F /* OWSpellingPerContactPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = EEC461B4096D68580028632F /* OWSpellingPerContactPlugin.m */; };
David@0
  1501
		EFB1C3140DDBDA3100B3973D /* AITwitterIMPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = EFB1C3130DDBDA3100B3973D /* AITwitterIMPlugin.m */; };
catfish@1793
  1502
		F51BCD3B0A156261000FDC06 /* AutoHyperlinks.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3496A8EA07CE6CA30055BBAB /* AutoHyperlinks.framework */; };
David@0
  1503
		F51BCEEA0A15793E000FDC06 /* AutoHyperlinks.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3496A8EA07CE6CA30055BBAB /* AutoHyperlinks.framework */; };
David@0
  1504
		F551B1000B8F5130007D3A3C /* FireLogImporter.nib in Resources */ = {isa = PBXBuildFile; fileRef = F56E0DAF0A4CDF9C008D1EB5 /* FireLogImporter.nib */; };
David@0
  1505
		F5F8CA4D0A1A9C9400154550 /* GBQuestionHandlerPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F5F8CA4B0A1A9C9400154550 /* GBQuestionHandlerPlugin.m */; };
David@0
  1506
/* End PBXBuildFile section */
David@0
  1507
David@0
  1508
/* Begin PBXBuildRule section */
David@0
  1509
		81F9D1DF0A7F81A5004A35BD /* PBXBuildRule */ = {
David@0
  1510
			isa = PBXBuildRule;
David@0
  1511
			compilerSpec = com.apple.compilers.proxy.script;
David@0
  1512
			fileType = sourcecode.java;
David@0
  1513
			isEditable = 1;
David@0
  1514
			outputFiles = (
David@0
  1515
				"$(TARGET_BUILD_DIR)/$(INPUT_FILE_BASE).class",
David@0
  1516
			);
David@0
  1517
			script = "javac -d \"${TARGET_BUILD_DIR}\" \"${INPUT_FILE_PATH}\"";
David@0
  1518
		};
David@0
  1519
/* End PBXBuildRule section */
David@0
  1520
David@0
  1521
/* Begin PBXContainerItemProxy section */
David@0
  1522
		31A763FA0DA570E9000AC729 /* PBXContainerItemProxy */ = {
David@0
  1523
			isa = PBXContainerItemProxy;
David@0
  1524
			containerPortal = 3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */;
David@0
  1525
			proxyType = 1;
David@0
  1526
			remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
David@0
  1527
			remoteInfo = AutoHyperlinks.framework;
David@0
  1528
		};
David@0
  1529
		31D8974C0DE6DB7000A1C6A6 /* PBXContainerItemProxy */ = {
David@0
  1530
			isa = PBXContainerItemProxy;
David@0
  1531
			containerPortal = 3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */;
David@0
  1532
			proxyType = 1;
David@0
  1533
			remoteGlobalIDString = 7EA3B0430DD1153F002A18D1;
David@0
  1534
			remoteInfo = UnitTests;
David@0
  1535
		};
David@0
  1536
		3407A2FE0E0449E800DCE4B1 /* PBXContainerItemProxy */ = {
David@0
  1537
			isa = PBXContainerItemProxy;
David@0
  1538
			containerPortal = 3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */;
David@0
  1539
			proxyType = 2;
David@0
  1540
			remoteGlobalIDString = 7ED4FDD00E002653004C5F4B;
David@0
  1541
			remoteInfo = ThreadedStressTester;
David@0
  1542
		};
David@0
  1543
		340BAB4E09EC6FA7000EC441 /* PBXContainerItemProxy */ = {
David@0
  1544
			isa = PBXContainerItemProxy;
David@0
  1545
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
David@0
  1546
			proxyType = 1;
David@0
  1547
			remoteGlobalIDString = 34BD9DAF05314751000AB133;
David@0
  1548
			remoteInfo = Adium.Framework;
David@0
  1549
		};
David@0
  1550
		3416394C0DE58A1A009E9550 /* PBXContainerItemProxy */ = {
David@0
  1551
			isa = PBXContainerItemProxy;
David@0
  1552
			containerPortal = 3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */;
David@0
  1553
			proxyType = 2;
David@0
  1554
			remoteGlobalIDString = 31C460380DE1D17100C4265B;
David@0
  1555
			remoteInfo = StressTester;
David@0
  1556
		};
David@0
  1557
		3466368A0D41541A006C9034 /* PBXContainerItemProxy */ = {
David@0
  1558
			isa = PBXContainerItemProxy;
David@0
  1559
			containerPortal = 346636860D41541A006C9034 /* FriBidi.xcodeproj */;
David@0
  1560
			proxyType = 2;
David@0
  1561
			remoteGlobalIDString = 8DC2EF5B0486A6940098B216;
David@0
  1562
			remoteInfo = FriBidi;
David@0
  1563
		};
David@0
  1564
		3496A8ED07CE6CCB0055BBAB /* PBXContainerItemProxy */ = {
David@0
  1565
			isa = PBXContainerItemProxy;
David@0
  1566
			containerPortal = 3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */;
David@0
  1567
			proxyType = 2;
David@0
  1568
			remoteGlobalIDString = 8DC2EF5B0486A6940098B216;
David@0
  1569
			remoteInfo = AutoHyperlinks.framework;
David@0
  1570
		};
David@0
  1571
		349C31620867D199000BF883 /* PBXContainerItemProxy */ = {
David@0
  1572
			isa = PBXContainerItemProxy;
David@0
  1573
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
David@0
  1574
			proxyType = 1;
David@0
  1575
			remoteGlobalIDString = 349C2EF90867AC97000BF883;
David@0
  1576
			remoteInfo = AdiumApplescriptRunner;
David@0
  1577
		};
David@0
  1578
		34D1AB590D693DEB00470520 /* PBXContainerItemProxy */ = {
David@0
  1579
			isa = PBXContainerItemProxy;
David@0
  1580
			containerPortal = 34D1AB510D693DEB00470520 /* RBSplitView.xcodeproj */;
David@0
  1581
			proxyType = 2;
David@0
  1582
			remoteGlobalIDString = 8D1AC9740486D14A00FE50C9;
David@0
  1583
			remoteInfo = Palette;
David@0
  1584
		};
David@0
  1585
		34D1AB5B0D693DEB00470520 /* PBXContainerItemProxy */ = {
David@0
  1586
			isa = PBXContainerItemProxy;
David@0
  1587
			containerPortal = 34D1AB510D693DEB00470520 /* RBSplitView.xcodeproj */;
David@0
  1588
			proxyType = 2;
David@0
  1589
			remoteGlobalIDString = D5E002A107328E1100594182;
David@0
  1590
			remoteInfo = Framework;
David@0
  1591
		};
David@0
  1592
		34D1AB5D0D693DEB00470520 /* PBXContainerItemProxy */ = {
David@0
  1593
			isa = PBXContainerItemProxy;
David@0
  1594
			containerPortal = 34D1AB510D693DEB00470520 /* RBSplitView.xcodeproj */;
David@0
  1595
			proxyType = 2;
David@0
  1596
			remoteGlobalIDString = D5E003B9073298FC00594182;
David@0
  1597
			remoteInfo = Library;
David@0
  1598
		};
David@0
  1599
		34D1AB5F0D693DEB00470520 /* PBXContainerItemProxy */ = {
David@0
  1600
			isa = PBXContainerItemProxy;
David@0
  1601
			containerPortal = 34D1AB510D693DEB00470520 /* RBSplitView.xcodeproj */;
David@0
  1602
			proxyType = 2;
David@0
  1603
			remoteGlobalIDString = D5EA8A09074CF5AB00AE807E;
David@0
  1604
			remoteInfo = SampleApp;
David@0
  1605
		};
catfish@1896
  1606
		6329EFB40F9D33A600112489 /* PBXContainerItemProxy */ = {
catfish@1896
  1607
			isa = PBXContainerItemProxy;
catfish@1896
  1608
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
catfish@1896
  1609
			proxyType = 1;
catfish@1896
  1610
			remoteGlobalIDString = 633D4FA30F9D3073004F491E;
catfish@1896
  1611
			remoteInfo = "Spotlight Importer";
catfish@1896
  1612
		};
catfish@1875
  1613
		6334045D0F9C1899003C77A9 /* PBXContainerItemProxy */ = {
David@0
  1614
			isa = PBXContainerItemProxy;
catfish@1875
  1615
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
catfish@1875
  1616
			proxyType = 1;
catfish@1875
  1617
			remoteGlobalIDString = 6334FBFB0F9C11DC003C77A9;
catfish@1875
  1618
			remoteInfo = AIUtilities.framework;
David@0
  1619
		};
catfish@1883
  1620
		634DC6000F9C43A4007B6479 /* PBXContainerItemProxy */ = {
catfish@1883
  1621
			isa = PBXContainerItemProxy;
catfish@1883
  1622
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
catfish@1883
  1623
			proxyType = 1;
catfish@1889
  1624
			remoteGlobalIDString = 6334FBFB0F9C11DC003C77A9;
catfish@1883
  1625
			remoteInfo = AIUtilities.framework;
catfish@1883
  1626
		};
catfish@1793
  1627
		639DF9E20F97E687003C9A32 /* PBXContainerItemProxy */ = {
catfish@1793
  1628
			isa = PBXContainerItemProxy;
catfish@1793
  1629
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
catfish@1793
  1630
			proxyType = 1;
catfish@1800
  1631
			remoteGlobalIDString = 3485D67F09EB416300232CC4;
catfish@1793
  1632
			remoteInfo = AdiumLibpurple;
catfish@1793
  1633
		};
catfish@1799
  1634
		639DFB550F981F7A003C9A32 /* PBXContainerItemProxy */ = {
catfish@1799
  1635
			isa = PBXContainerItemProxy;
catfish@1799
  1636
			containerPortal = 3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */;
catfish@1799
  1637
			proxyType = 1;
catfish@1800
  1638
			remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
catfish@1799
  1639
			remoteInfo = AutoHyperlinks.framework;
catfish@1799
  1640
		};
catfish@1799
  1641
		639DFB5F0F981FA8003C9A32 /* PBXContainerItemProxy */ = {
catfish@1799
  1642
			isa = PBXContainerItemProxy;
catfish@1799
  1643
			containerPortal = 346636860D41541A006C9034 /* FriBidi.xcodeproj */;
catfish@1799
  1644
			proxyType = 1;
catfish@1800
  1645
			remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
catfish@1799
  1646
			remoteInfo = FriBidi;
catfish@1799
  1647
		};
catfish@1799
  1648
		639DFB610F981FBD003C9A32 /* PBXContainerItemProxy */ = {
David@0
  1649
			isa = PBXContainerItemProxy;
David@0
  1650
			containerPortal = 34D1AB510D693DEB00470520 /* RBSplitView.xcodeproj */;
David@0
  1651
			proxyType = 1;
David@0
  1652
			remoteGlobalIDString = D5E002A007328E1100594182;
David@0
  1653
			remoteInfo = Framework;
David@0
  1654
		};
catfish@1799
  1655
		639DFB630F981FCB003C9A32 /* PBXContainerItemProxy */ = {
David@0
  1656
			isa = PBXContainerItemProxy;
David@0
  1657
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
David@0
  1658
			proxyType = 1;
David@0
  1659
			remoteGlobalIDString = 34F3B9510BDF15F40011AB34;
David@0
  1660
			remoteInfo = "Touch Framework Bundles to Executable Date";
David@0
  1661
		};
catfish@1889
  1662
		63DE4C520F9C77D50034ED3A /* PBXContainerItemProxy */ = {
catfish@1889
  1663
			isa = PBXContainerItemProxy;
catfish@1889
  1664
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
catfish@1889
  1665
			proxyType = 1;
zacw@1891
  1666
			remoteGlobalIDString = F53C25AE0A2F95F100F7B73D;
catfish@1889
  1667
			remoteInfo = "Setup Build Directory";
catfish@1889
  1668
		};
David@0
  1669
		7E78DA9B0DD135DE00B9388F /* PBXContainerItemProxy */ = {
David@0
  1670
			isa = PBXContainerItemProxy;
David@0
  1671
			containerPortal = 3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */;
David@0
  1672
			proxyType = 2;
David@0
  1673
			remoteGlobalIDString = 7EA3B0440DD1153F002A18D1;
David@0
  1674
			remoteInfo = Test;
David@0
  1675
		};
David@0
  1676
		EFB1C3D70DDCA0A900B3973D /* PBXContainerItemProxy */ = {
David@0
  1677
			isa = PBXContainerItemProxy;
David@0
  1678
			containerPortal = 3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */;
David@0
  1679
			proxyType = 2;
David@0
  1680
			remoteGlobalIDString = 7EB550100DDC80DB000DC0D6;
David@0
  1681
			remoteInfo = LinkDriver;
David@0
  1682
		};
David@0
  1683
		F5B17CDE0A16C767004AE99E /* PBXContainerItemProxy */ = {
David@0
  1684
			isa = PBXContainerItemProxy;
David@0
  1685
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
David@0
  1686
			proxyType = 1;
David@0
  1687
			remoteGlobalIDString = F5B17CCF0A16C6AC004AE99E;
David@0
  1688
			remoteInfo = "Plist Macros";
David@0
  1689
		};
David@0
  1690
/* End PBXContainerItemProxy section */
David@0
  1691
David@0
  1692
/* Begin PBXCopyFilesBuildPhase section */
catfish@1793
  1693
		34BD9D5F053146CC000AB133 /* Copy Frameworks */ = {
David@0
  1694
			isa = PBXCopyFilesBuildPhase;
David@0
  1695
			buildActionMask = 12;
David@0
  1696
			comments = Frameworks;
David@0
  1697
			dstPath = "";
David@0
  1698
			dstSubfolderSpec = 10;
David@0
  1699
			files = (
sholt@2721
  1700
				7EDAC0D0107259A900B77631 /* Growl-WithInstaller.framework in Copy Frameworks */,
Evan@2585
  1701
				34B89478102BCDB4000ABB8E /* libgstreamer.framework in Copy Frameworks */,
Evan@2585
  1702
				34B89479102BCDB4000ABB8E /* libgstinterfaces.framework in Copy Frameworks */,
Evan@2585
  1703
				34B8947A102BCDB4000ABB8E /* libgstfarsight.framework in Copy Frameworks */,
Evan@2585
  1704
				34B8947B102BCDB4000ABB8E /* libgstbase.framework in Copy Frameworks */,
zacw@2510
  1705
				118A44540FEEA82E008153C0 /* libjson-glib.framework in Copy Frameworks */,
catfish@1875
  1706
				633404710F9C18EF003C77A9 /* AIUtilities.framework in Copy Frameworks */,
catfish@1793
  1707
				639DF9D80F97E678003C9A32 /* AdiumLibpurple.framework in Copy Frameworks */,
catfish@1793
  1708
				11879E0A0F6FFC1000CACFB1 /* OAuthConsumer.framework in Copy Frameworks */,
catfish@1793
  1709
				34C6CFAB0DF4B41300651F70 /* RBSplitView.framework in Copy Frameworks */,
catfish@1793
  1710
				11EE1CCF0CDD01120097F246 /* libglib.framework in Copy Frameworks */,
catfish@1793
  1711
				346637690D415457006C9034 /* FriBidi.framework in Copy Frameworks */,
catfish@1793
  1712
				11EE1CD00CDD01120097F246 /* libgmodule.framework in Copy Frameworks */,
catfish@1793
  1713
				11EE1CD10CDD01120097F246 /* libgobject.framework in Copy Frameworks */,
catfish@1793
  1714
				11EE1CD20CDD01120097F246 /* libgthread.framework in Copy Frameworks */,
catfish@1793
  1715
				11EE1CD30CDD01120097F246 /* libintl.framework in Copy Frameworks */,
catfish@1793
  1716
				11EE1CD40CDD01120097F246 /* libmeanwhile.framework in Copy Frameworks */,
catfish@1793
  1717
				11EE1CD50CDD01120097F246 /* libpurple.framework in Copy Frameworks */,
catfish@1793
  1718
				EE5754ED0B3D7A7A00100989 /* Sparkle.framework in Copy Frameworks */,
catfish@1793
  1719
				377ED0220AE95D7D00CB7BDF /* PSMTabBarControl.framework in Copy Frameworks */,
catfish@1793
  1720
				9E1E1E270A96770C00E16DFC /* LMX.framework in Copy Frameworks */,
sholt@2695
  1721
				7E6F8ACD105613AD00C6D80D /* libotr.framework in Copy Frameworks */,
catfish@1793
  1722
				F51BCD3B0A156261000FDC06 /* AutoHyperlinks.framework in Copy Frameworks */,
catfish@1793
  1723
				3419FE230531586A00C68BA3 /* Adium.framework in Copy Frameworks */,
catfish@1793
  1724
			);
catfish@1793
  1725
			name = "Copy Frameworks";
David@0
  1726
			runOnlyForDeploymentPostprocessing = 0;
David@0
  1727
		};
Evan@666
  1728
		34BD9D6A053146CC000AB133 /* Copy AdiumPlugins */ = {
David@0
  1729
			isa = PBXCopyFilesBuildPhase;
David@0
  1730
			buildActionMask = 2147483647;
David@0
  1731
			dstPath = "";
David@0
  1732
			dstSubfolderSpec = 13;
David@0
  1733
			files = (
Evan@666
  1734
			);
Evan@666
  1735
			name = "Copy AdiumPlugins";
David@0
  1736
			runOnlyForDeploymentPostprocessing = 0;
David@0
  1737
		};
Evan@666
  1738
		4BF2E91F067CB76300743318 /* Copy Built-in Xtras */ = {
David@0
  1739
			isa = PBXCopyFilesBuildPhase;
David@0
  1740
			buildActionMask = 2147483647;
David@0
  1741
			dstPath = "";
David@0
  1742
			dstSubfolderSpec = 7;
David@0
  1743
			files = (
Evan@666
  1744
				11F145F00B546AC500CA91F6 /* Menu Bar Icons in Copy Built-in Xtras */,
Evan@666
  1745
				34082675075B079800703011 /* Dock Icons in Copy Built-in Xtras */,
Evan@666
  1746
				4BA62D8E06C51257001D6B3C /* Status Icons in Copy Built-in Xtras */,
Evan@666
  1747
				34A29DB706ED68C000E1366C /* Contact List in Copy Built-in Xtras */,
Evan@666
  1748
				4BF2EA3F067CB7A200743318 /* Emoticons in Copy Built-in Xtras */,
Evan@666
  1749
				4BF2EA40067CB7A200743318 /* Message Styles in Copy Built-in Xtras */,
Evan@666
  1750
				4BB1E493067F2EAC00D1DB86 /* Scripts in Copy Built-in Xtras */,
Evan@666
  1751
			);
Evan@666
  1752
			name = "Copy Built-in Xtras";
David@0
  1753
			runOnlyForDeploymentPostprocessing = 0;
David@0
  1754
		};
catfish@1865
  1755
		637864600F9BE1B70040DEDA /* Copy Frameworks */ = {
catfish@1865
  1756
			isa = PBXCopyFilesBuildPhase;
catfish@1865
  1757
			buildActionMask = 2147483647;
catfish@1865
  1758
			dstPath = "";
catfish@1865
  1759
			dstSubfolderSpec = 10;
catfish@1865
  1760
			files = (
catfish@1865
  1761
				637864550F9BE1AB0040DEDA /* AutoHyperlinks.framework in Copy Frameworks */,
catfish@1865
  1762
			);
catfish@1865
  1763
			name = "Copy Frameworks";
catfish@1865
  1764
			runOnlyForDeploymentPostprocessing = 0;
catfish@1865
  1765
		};
catfish@1793
  1766
		F51BCD3E0A156281000FDC06 /* Copy Spotlight Importer */ = {
David@296
  1767
			isa = PBXCopyFilesBuildPhase;
David@296
  1768
			buildActionMask = 2147483647;
David@296
  1769
			dstPath = Contents/Library/Spotlight;
David@296
  1770
			dstSubfolderSpec = 1;
David@296
  1771
			files = (
catfish@1959
  1772
				63D692130FA2230A001E7CE8 /* AdiumSpotlightImporter.mdimporter in Copy Spotlight Importer */,
catfish@1793
  1773
			);
catfish@1793
  1774
			name = "Copy Spotlight Importer";
David@296
  1775
			runOnlyForDeploymentPostprocessing = 0;
David@296
  1776
		};
David@0
  1777
/* End PBXCopyFilesBuildPhase section */
David@0
  1778
David@0
  1779
/* Begin PBXFileReference section */
David@0
  1780
		071C56320827933000399C0F /* en */ = {isa = PBXFileReference; lastKnownFileType = folder; name = en; path = "Resources/en.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  1781
		071C563E0827936500399C0F /* fr */ = {isa = PBXFileReference; lastKnownFileType = folder; name = fr; path = "Resources/fr.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  1782
		071C56420827937400399C0F /* de */ = {isa = PBXFileReference; lastKnownFileType = folder; name = de; path = "Resources/de.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  1783
		073475F00C4C9632009ACC43 /* AdiumMenuBarIcons.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumMenuBarIcons.icns; path = Resources/AdiumMenuBarIcons.icns; sourceTree = "<group>"; };
David@0
  1784
		074DDB5C07CB413F0033AFF7 /* CBContactLastSeenPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CBContactLastSeenPlugin.m; path = Source/CBContactLastSeenPlugin.m; sourceTree = "<group>"; };
David@0
  1785
		078C5CD0079EFF87004C75A4 /* AILocalizationButtonCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILocalizationButtonCell.h; path = "Frameworks/Adium Framework/Source/AILocalizationButtonCell.h"; sourceTree = "<group>"; };
David@0
  1786
		078C5CD1079EFF87004C75A4 /* AILocalizationButtonCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILocalizationButtonCell.m; path = "Frameworks/Adium Framework/Source/AILocalizationButtonCell.m"; sourceTree = "<group>"; };
David@0
  1787
		07B87D760A3A9FCF00A38283 /* AIStatusDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStatusDefines.h; path = "Frameworks/Adium Framework/Source/AIStatusDefines.h"; sourceTree = "<group>"; };
David@0
  1788
		07C6EA3C0C06676400B79CBD /* AdiumHelp */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AdiumHelp; sourceTree = "<group>"; };
David@0
  1789
		07E179770C657B5E005DDA3D /* ConfirmationDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = ConfirmationDefaults.plist; path = Resources/ConfirmationDefaults.plist; sourceTree = "<group>"; };
David@0
  1790
		0C27C8630C75A23A002AA363 /* NSStringScriptingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSStringScriptingAdditions.h; path = Source/NSStringScriptingAdditions.h; sourceTree = "<group>"; };
David@0
  1791
		0C27C8640C75A23A002AA363 /* NSStringScriptingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSStringScriptingAdditions.m; path = Source/NSStringScriptingAdditions.m; sourceTree = "<group>"; };
David@0
  1792
		0C79A2D60C5E633F005AE6FA /* AIMoveCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMoveCommand.h; path = Source/AIMoveCommand.h; sourceTree = "<group>"; };
David@0
  1793
		0C79A2D70C5E633F005AE6FA /* AIMoveCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMoveCommand.m; path = Source/AIMoveCommand.m; sourceTree = "<group>"; };
David@0
  1794
		0CAC6A130C0C657A0090AE95 /* Adium.sdef */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.sdef; name = Adium.sdef; path = Resources/Adium.sdef; sourceTree = "<group>"; };
David@0
  1795
		0CD3C3AA0C43C8CC003E637C /* NSWindowScriptingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSWindowScriptingAdditions.h; path = Source/NSWindowScriptingAdditions.h; sourceTree = "<group>"; };
David@0
  1796
		0CD3C3AB0C43C8CC003E637C /* NSWindowScriptingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSWindowScriptingAdditions.m; path = Source/NSWindowScriptingAdditions.m; sourceTree = "<group>"; };
David@0
  1797
		0CD41C6E0C2776540082F83B /* AICreateCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AICreateCommand.h; path = Source/AICreateCommand.h; sourceTree = "<group>"; };
David@0
  1798
		0CD41C6F0C2776550082F83B /* AICreateCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICreateCommand.m; path = Source/AICreateCommand.m; sourceTree = "<group>"; };
David@0
  1799
		0CFA98C60D35C18000A077C6 /* NSDataAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSDataAdditions.h; path = Source/NSDataAdditions.h; sourceTree = "<group>"; };
David@0
  1800
		0CFA98C70D35C18000A077C6 /* NSDataAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSDataAdditions.m; path = Source/NSDataAdditions.m; sourceTree = "<group>"; };
zacw@2795
  1801
		11000D021098863B0096A1E2 /* AIDefaultFontRemovalPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDefaultFontRemovalPlugin.h; path = Source/AIDefaultFontRemovalPlugin.h; sourceTree = "<group>"; };
zacw@2795
  1802
		11000D031098863B0096A1E2 /* AIDefaultFontRemovalPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDefaultFontRemovalPlugin.m; path = Source/AIDefaultFontRemovalPlugin.m; sourceTree = "<group>"; };
David@0
  1803
		110763F108676CC9005987A5 /* RAFBlockEditorPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAFBlockEditorPlugin.h; path = Source/RAFBlockEditorPlugin.h; sourceTree = "<group>"; };
David@0
  1804
		110763F208676CC9005987A5 /* RAFBlockEditorPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAFBlockEditorPlugin.m; path = Source/RAFBlockEditorPlugin.m; sourceTree = "<group>"; };
David@0
  1805
		110763F308676CC9005987A5 /* RAFBlockEditorWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAFBlockEditorWindowController.h; path = Source/RAFBlockEditorWindowController.h; sourceTree = "<group>"; };
David@0
  1806
		110763F408676CC9005987A5 /* RAFBlockEditorWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAFBlockEditorWindowController.m; path = Source/RAFBlockEditorWindowController.m; sourceTree = "<group>"; };
David@0
  1807
		110763F908676D04005987A5 /* BlockEditorWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = BlockEditorWindow.nib; path = Resources/BlockEditorWindow.nib; sourceTree = "<group>"; };
David@0
  1808
		11077B6D0DE647C100A4DD25 /* AIStatusItemView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStatusItemView.h; path = "Plugins/Status Menu Item/AIStatusItemView.h"; sourceTree = "<group>"; };
David@0
  1809
		11077B6E0DE647C100A4DD25 /* AIStatusItemView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStatusItemView.m; path = "Plugins/Status Menu Item/AIStatusItemView.m"; sourceTree = "<group>"; };
zacw@877
  1810
		1109634B0F61C1D00064CA0E /* AITwitterReplyWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AITwitterReplyWindow.nib; path = "Plugins/Twitter Plugin/AITwitterReplyWindow.nib"; sourceTree = "<group>"; };
zacw@877
  1811
		110966180F61D3E70064CA0E /* AITwitterReplyWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterReplyWindowController.h; path = "Plugins/Twitter Plugin/AITwitterReplyWindowController.h"; sourceTree = "<group>"; };
zacw@877
  1812
		110966190F61D3E70064CA0E /* AITwitterReplyWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterReplyWindowController.m; path = "Plugins/Twitter Plugin/AITwitterReplyWindowController.m"; sourceTree = "<group>"; };
zacw@1467
  1813
		1111B22F0F8478500068CE51 /* Filter Bar.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = "Filter Bar.nib"; path = "Resources/Filter Bar.nib"; sourceTree = "<group>"; };
zacw@1469
  1814
		1111B2660F847CAD0068CE51 /* AIFilterBarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFilterBarView.h; path = Source/AIFilterBarView.h; sourceTree = "<group>"; };
zacw@1469
  1815
		1111B2670F847CAD0068CE51 /* AIFilterBarView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFilterBarView.m; path = Source/AIFilterBarView.m; sourceTree = "<group>"; };
zacw@1395
  1816
		111D581F0F7FC1B900883487 /* AIListContactGroupChatCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIListContactGroupChatCell.h; path = "Frameworks/Adium Framework/Source/AIListContactGroupChatCell.h"; sourceTree = "<group>"; };
zacw@1395
  1817
		111D58200F7FC1B900883487 /* AIListContactGroupChatCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIListContactGroupChatCell.m; path = "Frameworks/Adium Framework/Source/AIListContactGroupChatCell.m"; sourceTree = "<group>"; };
zacw@325
  1818
		111DDF380E8E7D2F00114FCA /* AIAutomaticStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAutomaticStatus.h; path = Source/AIAutomaticStatus.h; sourceTree = "<group>"; };
zacw@325
  1819
		111DDF390E8E7D2F00114FCA /* AIAutomaticStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAutomaticStatus.m; path = Source/AIAutomaticStatus.m; sourceTree = "<group>"; };
zacw@1740
  1820
		111E88FD0F93FE3900A5F18B /* AIRealNameTooltip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIRealNameTooltip.h; path = Source/AIRealNameTooltip.h; sourceTree = "<group>"; };
zacw@1740
  1821
		111E88FE0F93FE3900A5F18B /* AIRealNameTooltip.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIRealNameTooltip.m; path = Source/AIRealNameTooltip.m; sourceTree = "<group>"; };
zacw@1740
  1822
		111E88FF0F93FE3900A5F18B /* AIUserHostTooltip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIUserHostTooltip.h; path = Source/AIUserHostTooltip.h; sourceTree = "<group>"; };
zacw@1740
  1823
		111E89000F93FE3900A5F18B /* AIUserHostTooltip.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIUserHostTooltip.m; path = Source/AIUserHostTooltip.m; sourceTree = "<group>"; };
zacw@1559
  1824
		1121B2980F896A720047EC66 /* AIContactVisibilityControlPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactVisibilityControlPlugin.h; path = Source/AIContactVisibilityControlPlugin.h; sourceTree = "<group>"; };
zacw@1559
  1825
		1121B2990F896A720047EC66 /* AIContactVisibilityControlPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContactVisibilityControlPlugin.m; path = Source/AIContactVisibilityControlPlugin.m; sourceTree = "<group>"; };
zacw@847
  1826
		112523170F5F7F86003FC58A /* AITwitterURLHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterURLHandler.h; path = "Plugins/Twitter Plugin/AITwitterURLHandler.h"; sourceTree = "<group>"; };
zacw@847
  1827
		112523180F5F7F86003FC58A /* AITwitterURLHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterURLHandler.m; path = "Plugins/Twitter Plugin/AITwitterURLHandler.m"; sourceTree = "<group>"; };
zacw@2530
  1828
		1125DD380FF5A58F00544B92 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = "Plugins/Purple Service/English.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1829
		1125DD3D0FF5A5DB00544B92 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1830
		1125DD3E0FF5A5DD00544B92 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1831
		1125DD3F0FF5A5DF00544B92 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1832
		1125DD400FF5A5E100544B92 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1833
		1125DD410FF5A5E300544B92 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1834
		1125DD420FF5A5E500544B92 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1835
		1125DD430FF5A5E700544B92 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1836
		1125DD440FF5A5E900544B92 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1837
		1125DD450FF5A5EC00544B92 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1838
		1125DD460FF5A5EE00544B92 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1839
		1125DD470FF5A5F000544B92 /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1840
		1125DD480FF5A5F200544B92 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1841
		1125DD490FF5A5F400544B92 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1842
		1125DD4A0FF5A5F600544B92 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1843
		1125DD4B0FF5A5F800544B92 /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1844
		1125DD4C0FF5A5FA00544B92 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1845
		1125DD4D0FF5A5FB00544B92 /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1846
		1125DD4E0FF5A5FD00544B92 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1847
		1125DD4F0FF5A5FF00544B92 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1848
		1125DD500FF5A60100544B92 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1849
		1125DD510FF5A60300544B92 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = "Plugins/Purple Service/sl.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1850
		1125DD520FF5A60500544B92 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1851
		1125DD530FF5A60700544B92 /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1852
		1125DD540FF5A60900544B92 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2530
  1853
		1125DD550FF5A60B00544B92 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
zacw@2450
  1854
		112939010FD5AC1B00FA8F53 /* AIConfirmationsAdvancedPreferences.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AIConfirmationsAdvancedPreferences.nib; path = Resources/AIConfirmationsAdvancedPreferences.nib; sourceTree = "<group>"; };
zacw@2450
  1855
		1129390E0FD5AE1400FA8F53 /* AIConfirmationsAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIConfirmationsAdvancedPreferences.h; path = Source/AIConfirmationsAdvancedPreferences.h; sourceTree = "<group>"; };
zacw@2450
  1856
		1129390F0FD5AE1400FA8F53 /* AIConfirmationsAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIConfirmationsAdvancedPreferences.m; path = Source/AIConfirmationsAdvancedPreferences.m; sourceTree = "<group>"; };
zacw@1433
  1857
		112B47220F82DC2300690E84 /* AIGroupChatStatusIcons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIGroupChatStatusIcons.h; path = "Frameworks/Adium Framework/Source/AIGroupChatStatusIcons.h"; sourceTree = "<group>"; };
zacw@1433
  1858
		112B47230F82DC2300690E84 /* AIGroupChatStatusIcons.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIGroupChatStatusIcons.m; path = "Frameworks/Adium Framework/Source/AIGroupChatStatusIcons.m"; sourceTree = "<group>"; };
zacw@1433
  1859
		112B47650F82E0FC00690E84 /* AIXtraInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIXtraInfo.h; path = "Frameworks/Adium Framework/Source/AIXtraInfo.h"; sourceTree = "<group>"; };
zacw@1433
  1860
		112B47660F82E0FC00690E84 /* AIXtraInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIXtraInfo.m; path = "Frameworks/Adium Framework/Source/AIXtraInfo.m"; sourceTree = "<group>"; };
zacw@1433
  1861
		112B483E0F82E91200690E84 /* Group Chat Status Icons */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Group Chat Status Icons"; path = "Resources/Group Chat Status Icons"; sourceTree = "<group>"; };
zacw@1439
  1862
		112B49080F82FB1700690E84 /* AIGroupChatStatusTooltipPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIGroupChatStatusTooltipPlugin.h; path = Source/AIGroupChatStatusTooltipPlugin.h; sourceTree = "<group>"; };
zacw@1439
  1863
		112B49090F82FB1700690E84 /* AIGroupChatStatusTooltipPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIGroupChatStatusTooltipPlugin.m; path = Source/AIGroupChatStatusTooltipPlugin.m; sourceTree = "<group>"; };
zacw@1445
  1864
		112B4A230F83194700690E84 /* AIMentionAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMentionAdvancedPreferences.h; path = Source/AIMentionAdvancedPreferences.h; sourceTree = "<group>"; };
zacw@1445
  1865
		112B4A240F83194700690E84 /* AIMentionAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMentionAdvancedPreferences.m; path = Source/AIMentionAdvancedPreferences.m; sourceTree = "<group>"; };
zacw@1445
  1866
		112B4A3D0F831A4400690E84 /* AIMentionAdvancedPreferences.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AIMentionAdvancedPreferences.nib; path = Resources/AIMentionAdvancedPreferences.nib; sourceTree = "<group>"; };
zacw@2277
  1867
		112E7FA40FC86BB400657119 /* AITwitterActionsHTMLFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterActionsHTMLFilter.h; path = "Plugins/Twitter Plugin/AITwitterActionsHTMLFilter.h"; sourceTree = "<group>"; };
zacw@2277
  1868
		112E7FA50FC86BB400657119 /* AITwitterActionsHTMLFilter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterActionsHTMLFilter.m; path = "Plugins/Twitter Plugin/AITwitterActionsHTMLFilter.m"; sourceTree = "<group>"; };
zacw@1033
  1869
		113891810F6B6AFF00A7D7DC /* AILaconicaService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILaconicaService.h; path = "Plugins/Twitter Plugin/AILaconicaService.h"; sourceTree = "<group>"; };
zacw@1033
  1870
		113891820F6B6AFF00A7D7DC /* AILaconicaService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILaconicaService.m; path = "Plugins/Twitter Plugin/AILaconicaService.m"; sourceTree = "<group>"; };
zacw@1033
  1871
		113891880F6B6B2800A7D7DC /* AILaconicaAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILaconicaAccount.h; path = "Plugins/Twitter Plugin/AILaconicaAccount.h"; sourceTree = "<group>"; };
zacw@1033
  1872
		113891890F6B6B2800A7D7DC /* AILaconicaAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILaconicaAccount.m; path = "Plugins/Twitter Plugin/AILaconicaAccount.m"; sourceTree = "<group>"; };
zacw@1033
  1873
		1138918B0F6B6B3F00A7D7DC /* AILaconicaPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILaconicaPlugin.h; path = "Plugins/Twitter Plugin/AILaconicaPlugin.h"; sourceTree = "<group>"; };
zacw@1033
  1874
		1138918C0F6B6B3F00A7D7DC /* AILaconicaPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILaconicaPlugin.m; path = "Plugins/Twitter Plugin/AILaconicaPlugin.m"; sourceTree = "<group>"; };
zacw@1033
  1875
		113891930F6B6B9C00A7D7DC /* AILaconicaAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILaconicaAccountViewController.h; path = "Plugins/Twitter Plugin/AILaconicaAccountViewController.h"; sourceTree = "<group>"; };
zacw@1033
  1876
		113891940F6B6B9C00A7D7DC /* AILaconicaAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILaconicaAccountViewController.m; path = "Plugins/Twitter Plugin/AILaconicaAccountViewController.m"; sourceTree = "<group>"; };
zacw@1033
  1877
		113892250F6B70CA00A7D7DC /* laconica-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "laconica-small.png"; path = "Plugins/Twitter Plugin/laconica-small.png"; sourceTree = "<group>"; };
zacw@1033
  1878
		113892260F6B70CA00A7D7DC /* laconica.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = laconica.png; path = "Plugins/Twitter Plugin/laconica.png"; sourceTree = "<group>"; };
zacw@1492
  1879
		113900B00F85BEF60081A418 /* AIURLHandlerPreferences.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AIURLHandlerPreferences.nib; path = Resources/AIURLHandlerPreferences.nib; sourceTree = "<group>"; };
zacw@1492
  1880
		113900B20F85BF880081A418 /* AIURLHandlerAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIURLHandlerAdvancedPreferences.h; path = Source/AIURLHandlerAdvancedPreferences.h; sourceTree = "<group>"; };
zacw@1492
  1881
		113900B30F85BF880081A418 /* AIURLHandlerAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIURLHandlerAdvancedPreferences.m; path = Source/AIURLHandlerAdvancedPreferences.m; sourceTree = "<group>"; };
zacw@1492
  1882
		1139011A0F85C9450081A418 /* AIURLHandlerPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIURLHandlerPlugin.h; path = Source/AIURLHandlerPlugin.h; sourceTree = "<group>"; };
zacw@1492
  1883
		1139011B0F85C9450081A418 /* AIURLHandlerPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIURLHandlerPlugin.m; path = Source/AIURLHandlerPlugin.m; sourceTree = "<group>"; };
zacw@1480
  1884
		1139FFA80F85260E0081A418 /* AIIRCChannelLinker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIIRCChannelLinker.h; path = Source/AIIRCChannelLinker.h; sourceTree = "<group>"; };
zacw@1480
  1885
		1139FFA90F85260E0081A418 /* AIIRCChannelLinker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIIRCChannelLinker.m; path = Source/AIIRCChannelLinker.m; sourceTree = "<group>"; };
zacw@815
  1886
		113F269E0F5CC03F00954772 /* AITwitterURLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterURLParser.h; path = "Plugins/Twitter Plugin/AITwitterURLParser.h"; sourceTree = "<group>"; };
zacw@815
  1887
		113F269F0F5CC03F00954772 /* AITwitterURLParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterURLParser.m; path = "Plugins/Twitter Plugin/AITwitterURLParser.m"; sourceTree = "<group>"; };
zacw@1257
  1888
		114849B70F7841C600EA5264 /* AIAuthorizationRequestsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAuthorizationRequestsWindowController.h; path = "Frameworks/Adium Framework/Source/AIAuthorizationRequestsWindowController.h"; sourceTree = "<group>"; };
zacw@1257
  1889
		114849B80F7841C600EA5264 /* AIAuthorizationRequestsWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAuthorizationRequestsWindowController.m; path = "Frameworks/Adium Framework/Source/AIAuthorizationRequestsWindowController.m"; sourceTree = "<group>"; };
zacw@1257
  1890
		114849BB0F78420300EA5264 /* AIAuthorizationRequestsWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AIAuthorizationRequestsWindow.nib; path = "Frameworks/Adium Framework/Resources/AIAuthorizationRequestsWindow.nib"; sourceTree = "<group>"; };
zacw@2193
  1891
		1150A9970FBE48DE00E0BD31 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1892
		1150A9980FBE48E000E0BD31 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1893
		1150A9990FBE48E500E0BD31 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1894
		1150A99A0FBE48E700E0BD31 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1895
		1150A99B0FBE48E900E0BD31 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1896
		1150A99C0FBE48EC00E0BD31 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1897
		1150A99D0FBE48EE00E0BD31 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1898
		1150A99E0FBE48F200E0BD31 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1899
		1150A99F0FBE48F400E0BD31 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1900
		1150A9A00FBE48F600E0BD31 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1901
		1150A9A10FBE48F800E0BD31 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1902
		1150A9A20FBE48FB00E0BD31 /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1903
		1150A9A30FBE48FD00E0BD31 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1904
		1150A9A40FBE48FF00E0BD31 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1905
		1150A9A50FBE490100E0BD31 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1906
		1150A9A60FBE490300E0BD31 /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1907
		1150A9A70FBE490500E0BD31 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1908
		1150A9A80FBE490700E0BD31 /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1909
		1150A9A90FBE490900E0BD31 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1910
		1150A9AA0FBE490B00E0BD31 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1911
		1150A9AB0FBE490D00E0BD31 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1912
		1150A9AC0FBE490F00E0BD31 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = "Plugins/Purple Service/sl.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1913
		1150A9AD0FBE491100E0BD31 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1914
		1150A9AE0FBE491300E0BD31 /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1915
		1150A9AF0FBE491500E0BD31 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2193
  1916
		1150A9B00FBE491700E0BD31 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESIRCAccountView.nib"; sourceTree = "<group>"; };
zacw@2640
  1917
		1156F03D1049E83F002673FC /* AILeopardCompatibility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILeopardCompatibility.h; path = "Frameworks/AIUtilities Framework/Source/AILeopardCompatibility.h"; sourceTree = "<group>"; };
zacw@1055
  1918
		1163F0EA0F6C7A8300F12F5D /* AIURLShortenerPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIURLShortenerPlugin.h; path = ../../Source/AIURLShortenerPlugin.h; sourceTree = "<group>"; };
zacw@1055
  1919
		1163F0EB0F6C7A8300F12F5D /* AIURLShortenerPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIURLShortenerPlugin.m; path = ../../Source/AIURLShortenerPlugin.m; sourceTree = "<group>"; };
zacw@1292
  1920
		1164A90B0F7AD4AB00110AE4 /* AIContentTopic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContentTopic.h; path = "Frameworks/Adium Framework/Source/AIContentTopic.h"; sourceTree = "<group>"; };
zacw@1292
  1921
		1164A90C0F7AD4AB00110AE4 /* AIContentTopic.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContentTopic.m; path = "Frameworks/Adium Framework/Source/AIContentTopic.m"; sourceTree = "<group>"; };
zacw@1373
  1922
		117009A00F7E7D3A0078D6AB /* AIIRCServicesPasswordPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIIRCServicesPasswordPlugin.h; path = "Plugins/Purple Service/AIIRCServicesPasswordPlugin.h"; sourceTree = "<group>"; };
zacw@1373
  1923
		117009A10F7E7D3A0078D6AB /* AIIRCServicesPasswordPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIIRCServicesPasswordPlugin.m; path = "Plugins/Purple Service/AIIRCServicesPasswordPlugin.m"; sourceTree = "<group>"; };
zacw@1373
  1924
		11700A330F7E8BE80078D6AB /* AISpecialPasswordPromptController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISpecialPasswordPromptController.h; path = Source/AISpecialPasswordPromptController.h; sourceTree = "<group>"; };
zacw@1373
  1925
		11700A340F7E8BE80078D6AB /* AISpecialPasswordPromptController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISpecialPasswordPromptController.m; path = Source/AISpecialPasswordPromptController.m; sourceTree = "<group>"; };
zacw@1373
  1926
		11700A430F7E8CB60078D6AB /* AISpecialPasswordPrompt.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AISpecialPasswordPrompt.nib; path = Resources/AISpecialPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  1927
		1172FBC30CDAA8D400B8E233 /* libglib.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libglib.framework; path = Frameworks/libglib.framework; sourceTree = "<group>"; };
David@0
  1928
		1172FBC40CDAA8D400B8E233 /* libgmodule.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgmodule.framework; path = Frameworks/libgmodule.framework; sourceTree = "<group>"; };
David@0
  1929
		1172FBC50CDAA8D400B8E233 /* libgobject.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgobject.framework; path = Frameworks/libgobject.framework; sourceTree = "<group>"; };
David@0
  1930
		1172FBC60CDAA8D400B8E233 /* libgthread.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgthread.framework; path = Frameworks/libgthread.framework; sourceTree = "<group>"; };
David@0
  1931
		1172FBC70CDAA8D400B8E233 /* libintl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libintl.framework; path = Frameworks/libintl.framework; sourceTree = "<group>"; };
David@0
  1932
		1172FBC80CDAA8D400B8E233 /* libmeanwhile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libmeanwhile.framework; path = Frameworks/libmeanwhile.framework; sourceTree = "<group>"; };
David@0
  1933
		1172FBC90CDAA8D400B8E233 /* libpurple.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libpurple.framework; path = Frameworks/libpurple.framework; sourceTree = "<group>"; };
zacw@528
  1934
		117866D80EC759B9003E9B97 /* FTProgressResend_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressResend_Selected.tif; path = Resources/FTProgressResend_Selected.tif; sourceTree = "<group>"; };
zacw@528
  1935
		117866D90EC759B9003E9B97 /* FTProgressResend.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressResend.tif; path = Resources/FTProgressResend.tif; sourceTree = "<group>"; };
zacw@528
  1936
		117866DA0EC759B9003E9B97 /* FTProgressResendPressed_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressResendPressed_Selected.tif; path = Resources/FTProgressResendPressed_Selected.tif; sourceTree = "<group>"; };
zacw@528
  1937
		117866DB0EC759B9003E9B97 /* FTProgressResendPressed.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressResendPressed.tif; path = Resources/FTProgressResendPressed.tif; sourceTree = "<group>"; };
zacw@528
  1938
		117866DC0EC759B9003E9B97 /* FTProgressResendRollover_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressResendRollover_Selected.tif; path = Resources/FTProgressResendRollover_Selected.tif; sourceTree = "<group>"; };
zacw@528
  1939
		117866DD0EC759B9003E9B97 /* FTProgressResendRollover.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressResendRollover.tif; path = Resources/FTProgressResendRollover.tif; sourceTree = "<group>"; };
David@0
  1940
		117D6DBF0BC5F0C40080D02B /* notify.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = notify.png; path = Resources/notify.png; sourceTree = SOURCE_ROOT; };
zacw@1132
  1941
		11879C090F6FF4C400CACFB1 /* AITwitterAccountOAuthSetup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterAccountOAuthSetup.h; path = "Plugins/Twitter Plugin/AITwitterAccountOAuthSetup.h"; sourceTree = "<group>"; };
zacw@1132
  1942
		11879C0A0F6FF4C400CACFB1 /* AITwitterAccountOAuthSetup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterAccountOAuthSetup.m; path = "Plugins/Twitter Plugin/AITwitterAccountOAuthSetup.m"; sourceTree = "<group>"; };
zacw@1132
  1943
		11879DF70F6FFC0B00CACFB1 /* OAuthConsumer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OAuthConsumer.framework; path = Frameworks/OAuthConsumer.framework; sourceTree = "<group>"; };
zacw@2510
  1944
		118A444F0FEEA828008153C0 /* libjson-glib.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "libjson-glib.framework"; path = "Frameworks/libjson-glib.framework"; sourceTree = "<group>"; };
zacw@2429
  1945
		1192E6B10FD30307003CAEF5 /* AIAnnoyingIRCMessagesHiderPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAnnoyingIRCMessagesHiderPlugin.h; path = "Plugins/Purple Service/AIAnnoyingIRCMessagesHiderPlugin.h"; sourceTree = "<group>"; };
zacw@2429
  1946
		1192E6B20FD30307003CAEF5 /* AIAnnoyingIRCMessagesHiderPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAnnoyingIRCMessagesHiderPlugin.m; path = "Plugins/Purple Service/AIAnnoyingIRCMessagesHiderPlugin.m"; sourceTree = "<group>"; };
zacw@1269
  1947
		11945F3F0F7935A2002A54B3 /* Ignore.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Ignore.png; path = "Frameworks/Adium Framework/Resources/Ignore.png"; sourceTree = "<group>"; };
zacw@2389
  1948
		1197F66F0FCF8D180032F19B /* AITwitterStatusFollowup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterStatusFollowup.h; path = "Plugins/Twitter Plugin/AITwitterStatusFollowup.h"; sourceTree = "<group>"; };
zacw@2389
  1949
		1197F6700FCF8D180032F19B /* AITwitterStatusFollowup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterStatusFollowup.m; path = "Plugins/Twitter Plugin/AITwitterStatusFollowup.m"; sourceTree = "<group>"; };
zacw@2295
  1950
		11A2F1090FC8FC1A00C3F05C /* AIMessageAlertsAdvancedPreferences.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AIMessageAlertsAdvancedPreferences.nib; path = Resources/AIMessageAlertsAdvancedPreferences.nib; sourceTree = "<group>"; };
zacw@2295
  1951
		11A2F1200FC8FC9D00C3F05C /* AIMessageAlertsAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMessageAlertsAdvancedPreferences.h; path = Source/AIMessageAlertsAdvancedPreferences.h; sourceTree = "<group>"; };
zacw@2295
  1952
		11A2F1210FC8FC9D00C3F05C /* AIMessageAlertsAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMessageAlertsAdvancedPreferences.m; path = Source/AIMessageAlertsAdvancedPreferences.m; sourceTree = "<group>"; };
zacw@2352
  1953
		11AA10110FCE0969003908B6 /* AIProgressDataUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIProgressDataUploader.h; path = "Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.h"; sourceTree = "<group>"; };
zacw@2352
  1954
		11AA10120FCE0969003908B6 /* AIProgressDataUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIProgressDataUploader.m; path = "Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.m"; sourceTree = "<group>"; };
David@0
  1955
		11AA1EF90BCAE9C3003DDA66 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = "<absolute>"; };
zacw@1000
  1956
		11AE52000F68CA5000BE8077 /* AIPurpleOscarAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPurpleOscarAccountViewController.h; path = "Plugins/Purple Service/AIPurpleOscarAccountViewController.h"; sourceTree = "<group>"; };
zacw@1000
  1957
		11AE52010F68CA5000BE8077 /* AIPurpleOscarAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPurpleOscarAccountViewController.m; path = "Plugins/Purple Service/AIPurpleOscarAccountViewController.m"; sourceTree = "<group>"; };
zacw@776
  1958
		11BD73D10F5A54BB007D438A /* twitter-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "twitter-small.png"; path = "Plugins/Twitter Plugin/twitter-small.png"; sourceTree = "<group>"; };
zacw@776
  1959
		11BD73D20F5A54BB007D438A /* twitter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = twitter.png; path = "Plugins/Twitter Plugin/twitter.png"; sourceTree = "<group>"; };
zacw@2344
  1960
		11BE28980FCC7C13000E6A10 /* AIPicImImageUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPicImImageUploader.h; path = "Plugins/Image Uploading Plugin/AIPicImImageUploader.h"; sourceTree = "<group>"; };
zacw@2344
  1961
		11BE28990FCC7C13000E6A10 /* AIPicImImageUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPicImImageUploader.m; path = "Plugins/Image Uploading Plugin/AIPicImImageUploader.m"; sourceTree = "<group>"; };
zacw@2344
  1962
		11BE28DD0FCC7D2B000E6A10 /* AIImageUploaderPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageUploaderPlugin.h; path = "Plugins/Image Uploading Plugin/AIImageUploaderPlugin.h"; sourceTree = "<group>"; };
zacw@2344
  1963
		11BE28DE0FCC7D2B000E6A10 /* AIImageUploaderPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageUploaderPlugin.m; path = "Plugins/Image Uploading Plugin/AIImageUploaderPlugin.m"; sourceTree = "<group>"; };
zacw@2344
  1964
		11BE29630FCCA8DA000E6A10 /* ImageUploaderProgress.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ImageUploaderProgress.nib; path = "Plugins/Image Uploading Plugin/ImageUploaderProgress.nib"; sourceTree = "<group>"; };
zacw@2344
  1965
		11BE29660FCCA9E3000E6A10 /* AIImageUploaderWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageUploaderWindowController.h; path = "Plugins/Image Uploading Plugin/AIImageUploaderWindowController.h"; sourceTree = "<group>"; };
zacw@2344
  1966
		11BE29670FCCA9E3000E6A10 /* AIImageUploaderWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageUploaderWindowController.m; path = "Plugins/Image Uploading Plugin/AIImageUploaderWindowController.m"; sourceTree = "<group>"; };
David@0
  1967
		11C157D804A88E04008E0C76 /* AIEmoticonController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIEmoticonController.h; path = Source/AIEmoticonController.h; sourceTree = "<group>"; };
David@0
  1968
		11C157D904A88E04008E0C76 /* AIEmoticonController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIEmoticonController.m; path = Source/AIEmoticonController.m; sourceTree = "<group>"; };
David@0
  1969
		11C7CAF00BB58F4100296D7F /* AINudgeBuzzHandlerPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AINudgeBuzzHandlerPlugin.h; sourceTree = "<group>"; };
David@0
  1970
		11C7CAF10BB58F4100296D7F /* AINudgeBuzzHandlerPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AINudgeBuzzHandlerPlugin.m; sourceTree = "<group>"; };
zacw@1332
  1971
		11C97DFC0F7D26C200E8DD37 /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = dsa_pub.pem; path = Resources/dsa_pub.pem; sourceTree = "<group>"; };
zacw@2195
  1972
		11D135DA0FBE4C69000B0A5E /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Twitter Plugin/ca.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1973
		11D135DB0FBE4C6C000B0A5E /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Twitter Plugin/cs.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1974
		11D135DC0FBE4C6E000B0A5E /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Twitter Plugin/da.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1975
		11D135DD0FBE4C70000B0A5E /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Twitter Plugin/de.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1976
		11D135DE0FBE4C73000B0A5E /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Twitter Plugin/el_GR.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1977
		11D135DF0FBE4C76000B0A5E /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Twitter Plugin/en_GB.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1978
		11D135E00FBE4C82000B0A5E /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Twitter Plugin/es.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1979
		11D135E10FBE4C84000B0A5E /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Twitter Plugin/fi.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1980
		11D135E20FBE4C86000B0A5E /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Twitter Plugin/fr.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1981
		11D135E30FBE4C88000B0A5E /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Twitter Plugin/fr_CA.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1982
		11D135E40FBE4C8A000B0A5E /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Twitter Plugin/hu.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1983
		11D135E50FBE4C8D000B0A5E /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Twitter Plugin/is.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1984
		11D135E60FBE4C8F000B0A5E /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Twitter Plugin/it.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1985
		11D135E70FBE4C91000B0A5E /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Twitter Plugin/ja.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1986
		11D135E80FBE4C93000B0A5E /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Twitter Plugin/nb.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1987
		11D135E90FBE4C95000B0A5E /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Twitter Plugin/nl.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1988
		11D135EA0FBE4C98000B0A5E /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Twitter Plugin/pl.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1989
		11D135EB0FBE4C9A000B0A5E /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Twitter Plugin/pt.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1990
		11D135EC0FBE4C9C000B0A5E /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Twitter Plugin/pt_BR.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1991
		11D135ED0FBE4C9E000B0A5E /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Twitter Plugin/ru.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1992
		11D135EE0FBE4CA1000B0A5E /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = "Plugins/Twitter Plugin/sl.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1993
		11D135EF0FBE4CA2000B0A5E /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Twitter Plugin/sv.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1994
		11D135F00FBE4CA4000B0A5E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Twitter Plugin/tr.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1995
		11D135F10FBE4CA6000B0A5E /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Twitter Plugin/zh_CN.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1996
		11D135F20FBE4CA9000B0A5E /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Twitter Plugin/zh_TW.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2195
  1997
		11D135F30FBE4CB6000B0A5E /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Twitter Plugin/en.lproj/AITwitterAccountView.nib"; sourceTree = "<group>"; };
zacw@2534
  1998
		11D915570FFC0E9C00B39713 /* AIImageShackImageUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageShackImageUploader.h; path = "Plugins/Image Uploading Plugin/AIImageShackImageUploader.h"; sourceTree = "<group>"; };
zacw@2534
  1999
		11D915580FFC0E9C00B39713 /* AIImageShackImageUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageShackImageUploader.m; path = "Plugins/Image Uploading Plugin/AIImageShackImageUploader.m"; sourceTree = "<group>"; };
zacw@2534
  2000
		11D915700FFC100700B39713 /* AIGenericMultipartImageUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIGenericMultipartImageUploader.h; path = "Plugins/Image Uploading Plugin/AIGenericMultipartImageUploader.h"; sourceTree = "<group>"; };
zacw@2534
  2001
		11D915710FFC100700B39713 /* AIGenericMultipartImageUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIGenericMultipartImageUploader.m; path = "Plugins/Image Uploading Plugin/AIGenericMultipartImageUploader.m"; sourceTree = "<group>"; };
zacw@1543
  2002
		11E7867F0F8860210014612E /* AIJumpControlPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIJumpControlPlugin.m; path = "Plugins/Dual Window Interface/AIJumpControlPlugin.m"; sourceTree = "<group>"; };
zacw@1543
  2003
		11E786800F8860210014612E /* AIJumpControlPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIJumpControlPlugin.h; path = "Plugins/Dual Window Interface/AIJumpControlPlugin.h"; sourceTree = "<group>"; };
David@0
  2004
		11EE1B490CDCFAF40097F246 /* oscar-adium.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "oscar-adium.c"; sourceTree = "<group>"; };
David@0
  2005
		11EE1B4A0CDCFAF40097F246 /* oscar-adium.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "oscar-adium.h"; sourceTree = "<group>"; };
David@0
  2006
		11EE1B4B0CDCFAF40097F246 /* ssl-openssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "ssl-openssl.c"; sourceTree = "<group>"; };
David@0
  2007
		11EE1B4C0CDCFAF40097F246 /* ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ssl.c; sourceTree = "<group>"; };
David@0
  2008
		11F145C70B546A6D00CA91F6 /* Menu Bar Icons */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Menu Bar Icons"; path = "Resources/Menu Bar Icons"; sourceTree = "<group>"; };
David@0
  2009
		11F146090B546C1200CA91F6 /* AIMenuBarIcons.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIMenuBarIcons.h; path = Source/AIMenuBarIcons.h; sourceTree = "<group>"; };
David@0
  2010
		11F1460A0B546C1200CA91F6 /* AIMenuBarIcons.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIMenuBarIcons.m; path = Source/AIMenuBarIcons.m; sourceTree = "<group>"; };
zacw@1263
  2011
		11F5E7800F78A39400837A0B /* Authorize.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Authorize.png; path = "Frameworks/Adium Framework/Resources/Authorize.png"; sourceTree = "<group>"; };
zacw@1263
  2012
		11F5E7830F78A3AA00837A0B /* Deny.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Deny.png; path = "Frameworks/Adium Framework/Resources/Deny.png"; sourceTree = "<group>"; };
zacw@1263
  2013
		11F5E7900F78A41700837A0B /* GetInfo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = GetInfo.png; path = "Frameworks/Adium Framework/Resources/GetInfo.png"; sourceTree = "<group>"; };
zacw@776
  2014
		11F738F00F58D12200B3285B /* AITwitterAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterAccount.h; path = "Plugins/Twitter Plugin/AITwitterAccount.h"; sourceTree = "<group>"; };
zacw@776
  2015
		11F738F10F58D12200B3285B /* AITwitterAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterAccount.m; path = "Plugins/Twitter Plugin/AITwitterAccount.m"; sourceTree = "<group>"; };
zacw@776
  2016
		11F738F70F58D18700B3285B /* AITwitterService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterService.h; path = "Plugins/Twitter Plugin/AITwitterService.h"; sourceTree = "<group>"; };
zacw@776
  2017
		11F738F80F58D18700B3285B /* AITwitterService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterService.m; path = "Plugins/Twitter Plugin/AITwitterService.m"; sourceTree = "<group>"; };
zacw@776
  2018
		11F738FA0F58D19B00B3285B /* AITwitterPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterPlugin.h; path = "Plugins/Twitter Plugin/AITwitterPlugin.h"; sourceTree = "<group>"; };
zacw@776
  2019
		11F738FB0F58D19B00B3285B /* AITwitterPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterPlugin.m; path = "Plugins/Twitter Plugin/AITwitterPlugin.m"; sourceTree = "<group>"; };
zacw@776
  2020
		11F739000F58D1C300B3285B /* AITwitterAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITwitterAccountViewController.h; path = "Plugins/Twitter Plugin/AITwitterAccountViewController.h"; sourceTree = "<group>"; };
zacw@776
  2021
		11F739010F58D1C400B3285B /* AITwitterAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITwitterAccountViewController.m; path = "Plugins/Twitter Plugin/AITwitterAccountViewController.m"; sourceTree = "<group>"; };
zacw@776
  2022
		11F7395A0F58D4DC00B3285B /* MGTwitterEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterEngine.h; sourceTree = "<group>"; };
zacw@776
  2023
		11F7395B0F58D4DC00B3285B /* MGTwitterEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGTwitterEngine.m; sourceTree = "<group>"; };
zacw@776
  2024
		11F7395C0F58D4DC00B3285B /* MGTwitterEngineDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterEngineDelegate.h; sourceTree = "<group>"; };
zacw@776
  2025
		11F7395D0F58D4DC00B3285B /* MGTwitterEngineGlobalHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterEngineGlobalHeader.h; sourceTree = "<group>"; };
zacw@776
  2026
		11F7395E0F58D4DC00B3285B /* MGTwitterHTTPURLConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterHTTPURLConnection.h; sourceTree = "<group>"; };
zacw@776
  2027
		11F7395F0F58D4DC00B3285B /* MGTwitterHTTPURLConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGTwitterHTTPURLConnection.m; sourceTree = "<group>"; };
zacw@776
  2028
		11F739640F58D4DC00B3285B /* MGTwitterMessagesParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterMessagesParser.h; sourceTree = "<group>"; };
zacw@776
  2029
		11F739650F58D4DC00B3285B /* MGTwitterMessagesParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGTwitterMessagesParser.m; sourceTree = "<group>"; };
zacw@776
  2030
		11F739680F58D4DC00B3285B /* MGTwitterMiscParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterMiscParser.h; sourceTree = "<group>"; };
zacw@776
  2031
		11F739690F58D4DC00B3285B /* MGTwitterMiscParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGTwitterMiscParser.m; sourceTree = "<group>"; };
zacw@776
  2032
		11F7396A0F58D4DC00B3285B /* MGTwitterParserDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterParserDelegate.h; sourceTree = "<group>"; };
zacw@776
  2033
		11F7396B0F58D4DC00B3285B /* MGTwitterRequestTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterRequestTypes.h; sourceTree = "<group>"; };
zacw@776
  2034
		11F7396E0F58D4DC00B3285B /* MGTwitterStatusesParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterStatusesParser.h; sourceTree = "<group>"; };
zacw@776
  2035
		11F7396F0F58D4DC00B3285B /* MGTwitterStatusesParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGTwitterStatusesParser.m; sourceTree = "<group>"; };
zacw@776
  2036
		11F739720F58D4DC00B3285B /* MGTwitterUsersParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterUsersParser.h; sourceTree = "<group>"; };
zacw@776
  2037
		11F739730F58D4DC00B3285B /* MGTwitterUsersParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGTwitterUsersParser.m; sourceTree = "<group>"; };
zacw@776
  2038
		11F739740F58D4DC00B3285B /* MGTwitterXMLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGTwitterXMLParser.h; sourceTree = "<group>"; };
zacw@776
  2039
		11F739750F58D4DC00B3285B /* MGTwitterXMLParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGTwitterXMLParser.m; sourceTree = "<group>"; };
zacw@776
  2040
		11F739760F58D4DC00B3285B /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = "<group>"; };
zacw@776
  2041
		11F739770F58D4DC00B3285B /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Base64.m"; sourceTree = "<group>"; };
zacw@776
  2042
		11F739780F58D4DC00B3285B /* NSString+UUID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+UUID.h"; sourceTree = "<group>"; };
zacw@776
  2043
		11F739790F58D4DC00B3285B /* NSString+UUID.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+UUID.m"; sourceTree = "<group>"; };
zacw@1226
  2044
		11FC23BF0F768C0900C1C906 /* AIXMLElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIXMLElement.h; path = "Frameworks/Adium Framework/Source/AIXMLElement.h"; sourceTree = "<group>"; };
zacw@1226
  2045
		11FC23C00F768C0900C1C906 /* AIXMLElement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIXMLElement.m; path = "Frameworks/Adium Framework/Source/AIXMLElement.m"; sourceTree = "<group>"; };
David@0
  2046
		31034EFD0C8142680003F5AA /* TestStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestStringAdditions.h; path = UnitTests/TestStringAdditions.h; sourceTree = "<group>"; };
David@0
  2047
		31034EFE0C8142680003F5AA /* TestStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TestStringAdditions.m; path = UnitTests/TestStringAdditions.m; sourceTree = "<group>"; };
David@0
  2048
		31034F0B0C8142720003F5AA /* UTF8Snowman.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = UTF8Snowman.txt; path = UnitTests/UTF8Snowman.txt; sourceTree = "<group>"; };
Peter@1072
  2049
		3107D5230F63134F0051DDD5 /* TestAttributedStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestAttributedStringAdditions.h; path = UnitTests/TestAttributedStringAdditions.h; sourceTree = "<group>"; };
Peter@1072
  2050
		3107D5240F63134F0051DDD5 /* TestAttributedStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TestAttributedStringAdditions.m; path = UnitTests/TestAttributedStringAdditions.m; sourceTree = "<group>"; };
David@0
  2051
		312ED3CA0C7E875B00A6BDA9 /* Unit tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Unit tests.octest"; sourceTree = BUILT_PRODUCTS_DIR; };
David@0
  2052
		312ED3CB0C7E875B00A6BDA9 /* UnitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "UnitTests-Info.plist"; path = "Plists/UnitTests-Info.plist"; sourceTree = "<group>"; };
David@53
  2053
		312ED3D40C7E878300A6BDA9 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
David@0
  2054
		312ED3E00C7E8A0700A6BDA9 /* TestDateFormatterStringRepWithInterval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestDateFormatterStringRepWithInterval.h; path = UnitTests/TestDateFormatterStringRepWithInterval.h; sourceTree = "<group>"; };
David@0
  2055
		312ED3E10C7E8A0700A6BDA9 /* TestDateFormatterStringRepWithInterval.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TestDateFormatterStringRepWithInterval.m; path = UnitTests/TestDateFormatterStringRepWithInterval.m; sourceTree = "<group>"; };
David@0
  2056
		312ED3E30C7E8A4A00A6BDA9 /* UnitTests_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UnitTests_Prefix.pch; path = UnitTests/UnitTests_Prefix.pch; sourceTree = "<group>"; };
David@0
  2057
		313C2F920D4B19B50032334D /* TestDictionaryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestDictionaryAdditions.h; path = UnitTests/TestDictionaryAdditions.h; sourceTree = "<group>"; };
David@0
  2058
		313C2F930D4B19B50032334D /* TestDictionaryAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TestDictionaryAdditions.m; path = UnitTests/TestDictionaryAdditions.m; sourceTree = "<group>"; };
David@0
  2059
		31455C980CC353F800D231A0 /* TestDataAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestDataAdditions.h; path = UnitTests/TestDataAdditions.h; sourceTree = "<group>"; };
David@0
  2060
		31455C990CC353F800D231A0 /* TestDataAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TestDataAdditions.m; path = UnitTests/TestDataAdditions.m; sourceTree = "<group>"; };
Peter@320
  2061
		317D83670E89F40500298BDB /* bookmark_chat.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = bookmark_chat.png; path = Resources/bookmark_chat.png; sourceTree = "<group>"; };
David@0
  2062
		318EA69A0D7A659900EDB105 /* TestColorAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestColorAdditions.h; path = UnitTests/TestColorAdditions.h; sourceTree = "<group>"; };
David@0
  2063
		318EA69B0D7A659900EDB105 /* TestColorAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TestColorAdditions.m; path = UnitTests/TestColorAdditions.m; sourceTree = "<group>"; };
David@0
  2064
		319B29420CE8D28300C65398 /* TestDateAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestDateAdditions.h; path = UnitTests/TestDateAdditions.h; sourceTree = "<group>"; };
David@0
  2065
		319B297F0CE8EC6E00C65398 /* TestDateAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TestDateAdditions.m; path = UnitTests/TestDateAdditions.m; sourceTree = "<group>"; };
David@0
  2066
		31E0CD800C5EEF5200271DB1 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
David@0
  2067
		31E84DF10C7F387800674BCA /* AIUnitTestUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIUnitTestUtilities.h; path = UnitTests/AIUnitTestUtilities.h; sourceTree = "<group>"; };
David@0
  2068
		31FA7F0F0D4A75D000ABE634 /* TestRichTextCoercion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestRichTextCoercion.h; path = UnitTests/TestRichTextCoercion.h; sourceTree = "<group>"; };
David@0
  2069
		31FA7F100D4A75D000ABE634 /* TestRichTextCoercion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TestRichTextCoercion.m; path = UnitTests/TestRichTextCoercion.m; sourceTree = "<group>"; };
David@0
  2070
		3402E01807CB0CE40044F818 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2071
		3402E01F07CB0D150044F818 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2072
		3402E02007CB0D150044F818 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2073
		3402E02D07CB0DBB0044F818 /* AboutBox.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AboutBox.nib; path = Resources/AboutBox.nib; sourceTree = "<group>"; };
Peter@2044
  2074
		3402E03F07CB0E400044F818 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = Resources/en.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  2075
		3402E04B07CB0EA70044F818 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = "Plugins/Purple Service/en.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2076
		3402E06C07CB0F9D0044F818 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = "Plugins/WebKit Message View/en.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@9
  2077
		3403F4300D2EF01D006B08FB /* AIAddressBookUserIconSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAddressBookUserIconSource.h; path = "Frameworks/Adium Framework/Source/AIAddressBookUserIconSource.h"; sourceTree = "<group>"; };
David@9
  2078
		3403F4310D2EF01D006B08FB /* AIAddressBookUserIconSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAddressBookUserIconSource.m; path = "Frameworks/Adium Framework/Source/AIAddressBookUserIconSource.m"; sourceTree = "<group>"; };
David@0
  2079
		3403F4CE0D2EFE10006B08FB /* AIManuallySetUserIconSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIManuallySetUserIconSource.h; path = "Frameworks/Adium Framework/Source/AIManuallySetUserIconSource.h"; sourceTree = "<group>"; };
David@0
  2080
		3403F4CF0D2EFE10006B08FB /* AIManuallySetUserIconSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIManuallySetUserIconSource.m; path = "Frameworks/Adium Framework/Source/AIManuallySetUserIconSource.m"; sourceTree = "<group>"; };
David@0
  2081
		3403F4D40D2EFE53006B08FB /* AICachedUserIconSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AICachedUserIconSource.h; path = "Frameworks/Adium Framework/Source/AICachedUserIconSource.h"; sourceTree = "<group>"; };
David@0
  2082
		3403F4D50D2EFE53006B08FB /* AICachedUserIconSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICachedUserIconSource.m; path = "Frameworks/Adium Framework/Source/AICachedUserIconSource.m"; sourceTree = "<group>"; };
David@0
  2083
		3403F5690D2F0BDE006B08FB /* AIServersideUserIconSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIServersideUserIconSource.h; path = "Frameworks/Adium Framework/Source/AIServersideUserIconSource.h"; sourceTree = "<group>"; };
David@0
  2084
		3403F56A0D2F0BDE006B08FB /* AIServersideUserIconSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIServersideUserIconSource.m; path = "Frameworks/Adium Framework/Source/AIServersideUserIconSource.m"; sourceTree = "<group>"; };
David@0
  2085
		34048AC50617CB4C004D0B7E /* SLPurpleCocoaAdapter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SLPurpleCocoaAdapter.h; path = "Plugins/Purple Service/SLPurpleCocoaAdapter.h"; sourceTree = "<group>"; };
David@0
  2086
		34048AC60617CB4C004D0B7E /* SLPurpleCocoaAdapter.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SLPurpleCocoaAdapter.m; path = "Plugins/Purple Service/SLPurpleCocoaAdapter.m"; sourceTree = "<group>"; };
David@0
  2087
		3405808E087EEFA000664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2088
		3405808F087EEFA000664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2089
		34058090087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2090
		34058091087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2091
		34058092087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2092
		34058093087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2093
		34058094087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2094
		34058095087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2095
		34058096087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Frameworks/Adium Framework/Resources/ru.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2096
		34058097087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2097
		34058098087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2098
		34058099087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2099
		3405809A087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2100
		3405809B087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2101
		3405809C087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2102
		3405809D087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2103
		3405809E087EEFA100664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2104
		3405809F087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2105
		340580A0087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2106
		340580A2087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2107
		340580A3087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2108
		340580A4087EEFA200664D64 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = Resources/ru.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  2109
		340580A5087EEFA200664D64 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = "Plugins/WebKit Message View/ru.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2110
		340580A6087EEFA200664D64 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = "Plugins/Purple Service/ru.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2111
		340580A9087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2112
		340580AA087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2113
		340580AB087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2114
		340580AC087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2115
		340580AD087EEFA300664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/WebKit Message View/ru.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
Evan@669
  2116
		34064D0E0F21B34200AA6FE3 /* PurpleFacebookAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PurpleFacebookAccountViewController.m; path = "Plugins/Purple Service/PurpleFacebookAccountViewController.m"; sourceTree = "<group>"; };
Evan@669
  2117
		34064D0F0F21B34200AA6FE3 /* PurpleFacebookAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleFacebookAccountViewController.h; path = "Plugins/Purple Service/PurpleFacebookAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2118
		340670790A55A044004E22AC /* sourceListBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sourceListBackground.png; path = Resources/sourceListBackground.png; sourceTree = "<group>"; };
David@0
  2119
		340670A60A55A4B4004E22AC /* ESGlassSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESGlassSplitView.h; path = Source/ESGlassSplitView.h; sourceTree = "<group>"; };
David@0
  2120
		340670A70A55A4B4004E22AC /* ESGlassSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESGlassSplitView.m; path = Source/ESGlassSplitView.m; sourceTree = "<group>"; };
David@0
  2121
		3407AE870E0452A300DCE4B1 /* da */ = {isa = PBXFileReference; lastKnownFileType = folder; name = da; path = "Resources/da.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  2122
		3408254D075B078B00703011 /* Dock Icons */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Dock Icons"; path = "Resources/Dock Icons"; sourceTree = "<group>"; };
David@0
  2123
		3408268E075B5CB900703011 /* Awake.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Awake.png; path = "Resources/Dock Icons/Adiumy Green.AdiumIcon/Awake.png"; sourceTree = "<group>"; };
David@0
  2124
		3408268F075B5CB900703011 /* Flap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Flap.png; path = "Resources/Dock Icons/Adiumy Green.AdiumIcon/Flap.png"; sourceTree = "<group>"; };
David@0
  2125
		340833EA075C3A7900703011 /* AILocalizationTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILocalizationTextField.h; path = "Frameworks/Adium Framework/Source/AILocalizationTextField.h"; sourceTree = "<group>"; };
David@0
  2126
		340833EB075C3A7900703011 /* AILocalizationTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILocalizationTextField.m; path = "Frameworks/Adium Framework/Source/AILocalizationTextField.m"; sourceTree = "<group>"; };
David@0
  2127
		340915F105C0A5DF00CDE3DD /* PurpleCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PurpleCommon.h; path = "Plugins/Purple Service/PurpleCommon.h"; sourceTree = "<group>"; };
David@0
  2128
		340BA84409EC593A000EC441 /* AICorePluginLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AICorePluginLoader.h; path = "Frameworks/Adium Framework/Source/AICorePluginLoader.h"; sourceTree = "<group>"; };
David@0
  2129
		340BA84509EC593B000EC441 /* AICorePluginLoader.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AICorePluginLoader.m; path = "Frameworks/Adium Framework/Source/AICorePluginLoader.m"; sourceTree = "<group>"; };
David@0
  2130
		340C1ABE0BD58FAB00D09235 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
David@0
  2131
		340C1E750BD59A0500D09235 /* GBImportPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GBImportPlugin.m; path = Source/GBImportPlugin.m; sourceTree = "<group>"; };
David@0
  2132
		340C1E760BD59A0500D09235 /* GBImportPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GBImportPlugin.h; path = Source/GBImportPlugin.h; sourceTree = "<group>"; };
David@0
  2133
		340D03990A7D78FC0059A3AF /* AIAccountControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAccountControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIAccountControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2134
		340D03A80A7D798A0059A3AF /* AIControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2135
		340D081F0A7DBFE40059A3AF /* AIChatControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIChatControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIChatControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2136
		340D083F0A7DC1540059A3AF /* AIContactAlertsControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactAlertsControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIContactAlertsControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2137
		340D09FF0A7DD1F40059A3AF /* AICalendarDate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AICalendarDate.h; path = Source/AICalendarDate.h; sourceTree = "<group>"; };
David@0
  2138
		340D0A000A7DD1F40059A3AF /* AICalendarDate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICalendarDate.m; path = Source/AICalendarDate.m; sourceTree = "<group>"; };
David@0
  2139
		340D0D5B0A7E72030059A3AF /* AIContactControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIContactControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2140
		340D0D630A7E72DA0059A3AF /* AIContentControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContentControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIContentControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2141
		340D0D720A7E750E0059A3AF /* AIDockControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDockControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIDockControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2142
		340D0DA90A7E76480059A3AF /* AIEmoticonControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIEmoticonControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIEmoticonControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2143
		340D0DC50A7E76DA0059A3AF /* AIFileTransferControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFileTransferControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIFileTransferControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2144
		340D0DFF0A7E7B090059A3AF /* AIInterfaceControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIInterfaceControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIInterfaceControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2145
		340D0E190A7E7DC30059A3AF /* AILoginControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILoginControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AILoginControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2146
		340D0E1D0A7E7E7B0059A3AF /* AIMenuControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMenuControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIMenuControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2147
		340D0E210A7E7F160059A3AF /* AIPreferenceControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPreferenceControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIPreferenceControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2148
		340D0E8A0A7E80000059A3AF /* AISoundControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISoundControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AISoundControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2149
		340D0EA90A7E826C0059A3AF /* AIStatusControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStatusControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIStatusControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2150
		340D0EAF0A7E82F70059A3AF /* AIToolbarControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIToolbarControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIToolbarControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2151
		340D0EB90A7E83D70059A3AF /* AIApplescriptabilityControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIApplescriptabilityControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIApplescriptabilityControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2152
		340D0EC20A7E84680059A3AF /* AIDebugControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDebugControllerProtocol.h; path = "Frameworks/Adium Framework/Source/AIDebugControllerProtocol.h"; sourceTree = "<group>"; };
David@0
  2153
		340E9B1F0E34EB900032BEA6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Plists/Info.plist; sourceTree = "<group>"; };
David@0
  2154
		340E9CB40E34EEB20032BEA6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2155
		340F440306D8202A0072E2FA /* AIAbstractListController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAbstractListController.h; path = "Frameworks/Adium Framework/Source/AIAbstractListController.h"; sourceTree = "<group>"; };
David@0
  2156
		340F440406D8202A0072E2FA /* AIAbstractListController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAbstractListController.m; path = "Frameworks/Adium Framework/Source/AIAbstractListController.m"; sourceTree = "<group>"; };
David@0
  2157
		340F485006DA5E060072E2FA /* AIListCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListCell.m; path = "Frameworks/Adium Framework/Source/AIListCell.m"; sourceTree = "<group>"; };
David@0
  2158
		340F485106DA5E060072E2FA /* AIListCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListCell.h; path = "Frameworks/Adium Framework/Source/AIListCell.h"; sourceTree = "<group>"; };
David@0
  2159
		340F485D06DA5E1E0072E2FA /* AIListContactCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListContactCell.h; path = "Frameworks/Adium Framework/Source/AIListContactCell.h"; sourceTree = "<group>"; };
David@0
  2160
		340F485E06DA5E1E0072E2FA /* AIListContactCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListContactCell.m; path = "Frameworks/Adium Framework/Source/AIListContactCell.m"; sourceTree = "<group>"; };
David@0
  2161
		340F485F06DA5E1F0072E2FA /* AIListContactBubbleToFitCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListContactBubbleToFitCell.m; path = "Frameworks/Adium Framework/Source/AIListContactBubbleToFitCell.m"; sourceTree = "<group>"; };
David@0
  2162
		340F486006DA5E1F0072E2FA /* AIListContactMockieCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListContactMockieCell.m; path = "Frameworks/Adium Framework/Source/AIListContactMockieCell.m"; sourceTree = "<group>"; };
David@0
  2163
		340F486106DA5E1F0072E2FA /* AIListContactMockieCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListContactMockieCell.h; path = "Frameworks/Adium Framework/Source/AIListContactMockieCell.h"; sourceTree = "<group>"; };
David@0
  2164
		340F486206DA5E1F0072E2FA /* AIListContactBubbleToFitCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListContactBubbleToFitCell.h; path = "Frameworks/Adium Framework/Source/AIListContactBubbleToFitCell.h"; sourceTree = "<group>"; };
David@0
  2165
		340F486306DA5E1F0072E2FA /* AIListContactBubbleCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListContactBubbleCell.m; path = "Frameworks/Adium Framework/Source/AIListContactBubbleCell.m"; sourceTree = "<group>"; };
David@0
  2166
		340F486406DA5E1F0072E2FA /* AIListContactBubbleCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListContactBubbleCell.h; path = "Frameworks/Adium Framework/Source/AIListContactBubbleCell.h"; sourceTree = "<group>"; };
David@0
  2167
		340F487706DA5E440072E2FA /* AIListGroupMockieCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListGroupMockieCell.h; path = "Frameworks/Adium Framework/Source/AIListGroupMockieCell.h"; sourceTree = "<group>"; };
David@0
  2168
		340F487806DA5E440072E2FA /* AIListGroupMockieCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListGroupMockieCell.m; path = "Frameworks/Adium Framework/Source/AIListGroupMockieCell.m"; sourceTree = "<group>"; };
David@0
  2169
		340F487A06DA5E440072E2FA /* AIListGroupBubbleCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListGroupBubbleCell.h; path = "Frameworks/Adium Framework/Source/AIListGroupBubbleCell.h"; sourceTree = "<group>"; };
David@0
  2170
		340F487B06DA5E440072E2FA /* AIListGroupCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListGroupCell.m; path = "Frameworks/Adium Framework/Source/AIListGroupCell.m"; sourceTree = "<group>"; };
David@0
  2171
		340F487C06DA5E440072E2FA /* AIListGroupBubbleToFitCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListGroupBubbleToFitCell.m; path = "Frameworks/Adium Framework/Source/AIListGroupBubbleToFitCell.m"; sourceTree = "<group>"; };
David@0
  2172
		340F487D06DA5E440072E2FA /* AIListGroupBubbleToFitCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListGroupBubbleToFitCell.h; path = "Frameworks/Adium Framework/Source/AIListGroupBubbleToFitCell.h"; sourceTree = "<group>"; };
David@0
  2173
		340F487E06DA5E440072E2FA /* AIListGroupBubbleCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListGroupBubbleCell.m; path = "Frameworks/Adium Framework/Source/AIListGroupBubbleCell.m"; sourceTree = "<group>"; };
David@0
  2174
		340F487F06DA5E440072E2FA /* AIListGroupCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListGroupCell.h; path = "Frameworks/Adium Framework/Source/AIListGroupCell.h"; sourceTree = "<group>"; };
David@0
  2175
		34107B4909E9923D001CC042 /* AIGuestAccountWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIGuestAccountWindowController.h; path = Source/AIGuestAccountWindowController.h; sourceTree = "<group>"; };
David@0
  2176
		34107B4A09E9923D001CC042 /* AIGuestAccountWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIGuestAccountWindowController.m; path = Source/AIGuestAccountWindowController.m; sourceTree = "<group>"; };
David@0
  2177
		34107B5509E992DA001CC042 /* GuestAccountWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = GuestAccountWindow.nib; path = Resources/GuestAccountWindow.nib; sourceTree = "<group>"; };
David@0
  2178
		34111A5D06BE1B370005AF5C /* ESObjectWithProperties.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESObjectWithProperties.h; path = "Frameworks/Adium Framework/Source/ESObjectWithProperties.h"; sourceTree = "<group>"; };
David@0
  2179
		34111A5E06BE1B370005AF5C /* ESObjectWithProperties.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESObjectWithProperties.m; path = "Frameworks/Adium Framework/Source/ESObjectWithProperties.m"; sourceTree = "<group>"; };
David@0
  2180
		34167FE5081D700B00E35678 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2181
		34182F480AC2CA3B0067DEF3 /* AIPreviewChat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPreviewChat.h; path = "Plugins/WebKit Message View/AIPreviewChat.h"; sourceTree = "<group>"; };
David@0
  2182
		34182F490AC2CA3C0067DEF3 /* AIPreviewChat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPreviewChat.m; path = "Plugins/WebKit Message View/AIPreviewChat.m"; sourceTree = "<group>"; };
Peter@2044
  2183
		3419E2D90A81445200C3FC68 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = "Frameworks/Adium Framework/Resources/en.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2184
		3419E2E00A81446800C3FC68 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = "Frameworks/Adium Framework/Resources/ca.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2185
		3419E2E10A81446E00C3FC68 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = "Frameworks/Adium Framework/Resources/da.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2186
		3419E2E20A81447C00C3FC68 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = "Frameworks/Adium Framework/Resources/nl.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2187
		3419E2E30A8144A100C3FC68 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = "Frameworks/Adium Framework/Resources/fr.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2188
		3419E2E40A8144A500C3FC68 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = "Frameworks/Adium Framework/Resources/de.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2189
		3419E2E50A8144AF00C3FC68 /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = "Frameworks/Adium Framework/Resources/it.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2190
		3419E2E80A8144CE00C3FC68 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = "Frameworks/Adium Framework/Resources/ja.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2191
		3419E2E90A8144D600C3FC68 /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = "Frameworks/Adium Framework/Resources/nb.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2192
		3419E2EA0A8144DF00C3FC68 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = "Frameworks/Adium Framework/Resources/ru.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2193
		3419E2EB0A8144E700C3FC68 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = "Frameworks/Adium Framework/Resources/es.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2194
		3419E2EC0A8144EE00C3FC68 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = "Frameworks/Adium Framework/Resources/sv.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2195
		3419E2ED0A8144F400C3FC68 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = "Frameworks/Adium Framework/Resources/tr.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2196
		3419E2EE0A8144FB00C3FC68 /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = "Frameworks/Adium Framework/Resources/cs.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2197
		3419E2F10A81450E00C3FC68 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = "Frameworks/Adium Framework/Resources/is.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2198
		3419E2F20A81451500C3FC68 /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = "Frameworks/Adium Framework/Resources/pl.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2199
		3419E2F30A81451D00C3FC68 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Frameworks/Adium Framework/Resources/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2200
		3419E2F40A81452400C3FC68 /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Frameworks/Adium Framework/Resources/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2201
		3419E5950A86996000C3FC68 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = "Plugins/WebKit Message View/tr.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2202
		3419E5960A86996200C3FC68 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = Resources/tr.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  2203
		3419E5970A86996300C3FC68 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = "Plugins/Purple Service/tr.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2204
		3419E7370A880AD300C3FC68 /* ESPurpleQQAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleQQAccount.h; path = "Plugins/Purple Service/ESPurpleQQAccount.h"; sourceTree = "<group>"; };
David@0
  2205
		3419E7380A880AD400C3FC68 /* ESPurpleQQAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleQQAccount.m; path = "Plugins/Purple Service/ESPurpleQQAccount.m"; sourceTree = "<group>"; };
David@0
  2206
		3419E73D0A880B2B00C3FC68 /* ESQQService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESQQService.h; path = "Plugins/Purple Service/ESQQService.h"; sourceTree = "<group>"; };
David@0
  2207
		3419E73E0A880B2C00C3FC68 /* ESQQService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESQQService.m; path = "Plugins/Purple Service/ESQQService.m"; sourceTree = "<group>"; };
David@0
  2208
		3419E74B0A880C0900C3FC68 /* PurpleDefaultsQQ.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = PurpleDefaultsQQ.plist; path = "Plugins/Purple Service/PurpleDefaultsQQ.plist"; sourceTree = "<group>"; };
David@0
  2209
		3419E7670A880CD900C3FC68 /* ESPurpleQQAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleQQAccountViewController.h; path = "Plugins/Purple Service/ESPurpleQQAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2210
		3419E7680A880CD900C3FC68 /* ESPurpleQQAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleQQAccountViewController.m; path = "Plugins/Purple Service/ESPurpleQQAccountViewController.m"; sourceTree = "<group>"; };
David@0
  2211
		341BCF800961354D00CF83F5 /* AIMessageWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIMessageWindow.h; path = Source/AIMessageWindow.h; sourceTree = "<group>"; };
David@0
  2212
		341BCF810961354D00CF83F5 /* AIMessageWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIMessageWindow.m; path = Source/AIMessageWindow.m; sourceTree = "<group>"; };
David@0
  2213
		341BCF820961354D00CF83F5 /* AIClickThroughThemeDocumentButton.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIClickThroughThemeDocumentButton.h; path = Source/AIClickThroughThemeDocumentButton.h; sourceTree = "<group>"; };
David@0
  2214
		341BCF830961354D00CF83F5 /* AIClickThroughThemeDocumentButton.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIClickThroughThemeDocumentButton.m; path = Source/AIClickThroughThemeDocumentButton.m; sourceTree = "<group>"; };
David@0
  2215
		341BD5550965E97F00CF83F5 /* ESOTRPreferences.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESOTRPreferences.m; path = Source/ESOTRPreferences.m; sourceTree = "<group>"; };
David@0
  2216
		341BD5560965E97F00CF83F5 /* ESOTRFingerprintDetailsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESOTRFingerprintDetailsWindowController.h; path = Source/ESOTRFingerprintDetailsWindowController.h; sourceTree = "<group>"; };
David@0
  2217
		341BD5570965E97F00CF83F5 /* ESOTRPrivateKeyGenerationWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESOTRPrivateKeyGenerationWindowController.m; path = Source/ESOTRPrivateKeyGenerationWindowController.m; sourceTree = "<group>"; };
David@0
  2218
		341BD5580965E97F00CF83F5 /* ESOTRPrivateKeyGenerationWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESOTRPrivateKeyGenerationWindowController.h; path = Source/ESOTRPrivateKeyGenerationWindowController.h; sourceTree = "<group>"; };
David@0
  2219
		341BD5590965E97F00CF83F5 /* ESOTRUnknownFingerprintController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESOTRUnknownFingerprintController.m; path = Source/ESOTRUnknownFingerprintController.m; sourceTree = "<group>"; };
David@0
  2220
		341BD55A0965E97F00CF83F5 /* ESOTRUnknownFingerprintController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESOTRUnknownFingerprintController.h; path = Source/ESOTRUnknownFingerprintController.h; sourceTree = "<group>"; };
David@0
  2221
		341BD55B0965E97F00CF83F5 /* ESOTRFingerprintDetailsWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESOTRFingerprintDetailsWindowController.m; path = Source/ESOTRFingerprintDetailsWindowController.m; sourceTree = "<group>"; };
David@0
  2222
		341BD55C0965E97F00CF83F5 /* ESOTRPreferences.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESOTRPreferences.h; path = Source/ESOTRPreferences.h; sourceTree = "<group>"; };
David@0
  2223
		341BD5660965E99200CF83F5 /* OTRCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OTRCommon.h; path = Source/OTRCommon.h; sourceTree = "<group>"; };
David@0
  2224
		341BD5690965E9A500CF83F5 /* AdiumOTREncryption.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AdiumOTREncryption.h; path = Source/AdiumOTREncryption.h; sourceTree = "<group>"; };
David@0
  2225
		341BD56A0965E9A500CF83F5 /* AdiumOTREncryption.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AdiumOTREncryption.m; path = Source/AdiumOTREncryption.m; sourceTree = "<group>"; };
David@0
  2226
		341BD56E0965EC3500CF83F5 /* OTRFingerprintDetailsWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = OTRFingerprintDetailsWindow.nib; path = Resources/OTRFingerprintDetailsWindow.nib; sourceTree = "<group>"; };
David@0
  2227
		341BD56F0965EC3500CF83F5 /* OTRPrivateKeyGenerationWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = OTRPrivateKeyGenerationWindow.nib; path = Resources/OTRPrivateKeyGenerationWindow.nib; sourceTree = "<group>"; };
David@0
  2228
		341BD57A0965EC4700CF83F5 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2229
		341BD57F0965EC5A00CF83F5 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2230
		341BD5800965EC5F00CF83F5 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2231
		341BD5810965EC6400CF83F5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2232
		341BD5820965EC6900CF83F5 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2233
		341BD5830965EC6E00CF83F5 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2234
		341BD5840965EC7200CF83F5 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2235
		341BD5850965EC7A00CF83F5 /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2236
		341BD5860965ECB500CF83F5 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2237
		341BD5870965ECB800CF83F5 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2238
		341BD5880965ECBD00CF83F5 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2239
		341BD5890965ECC200CF83F5 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2240
		341BD58A0965ECC800CF83F5 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2241
		341BD58B0965ECCD00CF83F5 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2242
		341BDF5D0969814900CF83F5 /* BadgerDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = BadgerDefaults.plist; path = Resources/BadgerDefaults.plist; sourceTree = SOURCE_ROOT; };
David@0
  2243
		341BDF6F0969829E00CF83F5 /* DockUnviewedContentDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = DockUnviewedContentDefaults.plist; path = Resources/DockUnviewedContentDefaults.plist; sourceTree = "<group>"; };
David@0
  2244
		341DE02F07FE104700EB7B06 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2245
		341DE03407FE105600EB7B06 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2246
		341DE03507FE106400EB7B06 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2247
		341DE03607FE106B00EB7B06 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2248
		341DE03707FE107300EB7B06 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2249
		341DE03807FE107900EB7B06 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
Peter@2044
  2250
		341DE03B07FE10B600EB7B06 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  2251
		341E88680648FF1B00E0C828 /* ESPurpleRequestActionController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleRequestActionController.h; path = "Plugins/Purple Service/ESPurpleRequestActionController.h"; sourceTree = "<group>"; };
David@0
  2252
		341E88690648FF1B00E0C828 /* ESPurpleRequestActionController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleRequestActionController.m; path = "Plugins/Purple Service/ESPurpleRequestActionController.m"; sourceTree = "<group>"; };
Peter@2044
  2253
		341EC8A60D3C2B9B007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = "Frameworks/Adium Framework/Resources/sl.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
David@0
  2254
		341EC8B40D3C2BA6007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2255
		341EC8B50D3C2BA6007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
Peter@2044
  2256
		341EC8B60D3C2BA6007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = Resources/sl.lproj/Buttons.strings; sourceTree = "<group>"; };
David@0
  2257
		341EC8B70D3C2BA7007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2258
		341EC8B80D3C2BA7007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = "Frameworks/Adium Framework/Resources/sl.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2259
		341EC8B90D3C2BA7007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2260
		341EC8BA0D3C2BA8007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
Peter@2044
  2261
		341EC8BB0D3C2BA8007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = Resources/sl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
David@0
  2262
		341EC8BC0D3C2BA8007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2263
		341EC8BD0D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2264
		341EC8BE0D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = "Frameworks/Adium Framework/Resources/sl.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2265
		341EC8BF0D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = Resources/sl.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  2266
		341EC8C00D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2267
		341EC8C10D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2268
		341EC8C20D3C2BAA007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2269
		341EC8C30D3C2BAA007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  2270
		341EC8C40D3C2BAA007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2271
		341EC8C50D3C2BAA007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = folder; name = sl; path = "Resources/sl.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
Peter@2044
  2272
		341EC8C60D3C2BAA007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = Resources/sl.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  2273
		341EC8C70D3C2BAA007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = Resources/sl.lproj/Statuses.strings; sourceTree = "<group>"; };
David@0
  2274
		341EC8C80D3C2BAB007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2275
		341EC8C90D3C2BAB007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2276
		34208CFB0D502D3E003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2277
		34208CFC0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
Peter@2044
  2278
		34208CFD0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = Resources/fr_CA.lproj/Buttons.strings; sourceTree = "<group>"; };
David@0
  2279
		34208CFE0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2280
		34208CFF0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2281
		34208D000D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2282
		34208D010D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2283
		34208D020D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2284
		34208D030D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2285
		34208D040D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Frameworks/Adium Framework/Resources/fr_CA.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
Peter@2044
  2286
		34208D050D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Frameworks/Adium Framework/Resources/fr_CA.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
David@0
  2287
		34208D060D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2288
		34208D070D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2289
		34208D080D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2290
		34208D090D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2291
		34208D0A0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2292
		34208D0B0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2293
		34208D0C0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2294
		34208D0D0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2295
		34208D0E0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  2296
		34208D0F0D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2297
		34208D100D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2298
		34208D110D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
Peter@2044
  2299
		34208D120D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = Resources/fr_CA.lproj/InfoPlist.strings; sourceTree = "<group>"; };
David@0
  2300
		34208D130D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2301
		34208D140D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2302
		34208D150D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2303
		34208D160D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Frameworks/Adium Framework/Resources/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2304
		34208D170D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Plugins/WebKit Message View/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2305
		34208D180D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = Resources/fr_CA.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  2306
		34208D190D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2307
		34208D1A0D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2308
		34208D1B0D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2309
		34208D1C0D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  2310
		34208D1D0D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2311
		34208D1E0D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = folder; name = fr_CA; path = "Resources/fr_CA.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
Peter@2044
  2312
		34208D1F0D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = Resources/fr_CA.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
David@0
  2313
		34208D200D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2314
		34208D210D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2315
		34208D220D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = "Plugins/WebKit Message View/fr_CA.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2316
		3420E65B0611D80000AE67E3 /* ESAccountPasswordPromptController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAccountPasswordPromptController.h; path = Source/ESAccountPasswordPromptController.h; sourceTree = "<group>"; };
David@0
  2317
		3420E65C0611D80000AE67E3 /* ESAccountPasswordPromptController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAccountPasswordPromptController.m; path = Source/ESAccountPasswordPromptController.m; sourceTree = "<group>"; };
David@0
  2318
		3420E65D0611D80000AE67E3 /* ESProxyPasswordPromptController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESProxyPasswordPromptController.h; path = Source/ESProxyPasswordPromptController.h; sourceTree = "<group>"; };
David@0
  2319
		3420E65E0611D80000AE67E3 /* ESProxyPasswordPromptController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESProxyPasswordPromptController.m; path = Source/ESProxyPasswordPromptController.m; sourceTree = "<group>"; };
David@0
  2320
		34210FC0082601AE00A3B0FB /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2321
		34210FCF082601B900A3B0FB /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2322
		342110720826044E00A3B0FB /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2323
		3421137C08261B2E00A3B0FB /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2324
		3421137D08261B2E00A3B0FB /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2325
		3421137E08261B2E00A3B0FB /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2326
		3421137F08261B2E00A3B0FB /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2327
		3421138008261B2E00A3B0FB /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2328
		3421138108261B2E00A3B0FB /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2329
		342114C40826D37B00A3B0FB /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Frameworks/Adium Framework/Resources/it.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2330
		342114D30826D38500A3B0FB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Frameworks/Adium Framework/Resources/de.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2331
		342114E20826D38E00A3B0FB /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Frameworks/Adium Framework/Resources/zh_TW.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2332
		342114F10826D39900A3B0FB /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Frameworks/Adium Framework/Resources/da.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2333
		342115050826D3A800A3B0FB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2334
		342115140826D3FB00A3B0FB /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2335
		342116D50827529000A3B0FB /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Frameworks/Adium Framework/Resources/fr.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2336
		3421180D0827D86700A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2337
		3421180E0827D86700A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2338
		3421180F0827D86700A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2339
		342118100827D86700A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2340
		342118110827D86700A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2341
		342118120827D86800A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2342
		342118130827D86800A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2343
		342118140827D86800A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2344
		342118150827D86800A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2345
		342118160827D86800A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2346
		342118170827D86800A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2347
		342118180827D86800A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2348
		342118190827D86800A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
zacw@1000
  2349
		3421181A0827D86900A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2350
		3421186C0827D8B100A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Frameworks/Adium Framework/Resources/nl.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2351
		342118800827D8C300A3B0FB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@414
  2352
		342353D409D45725009FF634 /* AILogViewerWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILogViewerWindowController.h; path = Source/AILogViewerWindowController.h; sourceTree = "<group>"; };
David@414
  2353
		342353D509D45725009FF634 /* AILogViewerWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILogViewerWindowController.m; path = Source/AILogViewerWindowController.m; sourceTree = "<group>"; };
David@0
  2354
		3428328407D2643E004F01C9 /* ESStatusPreferencesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESStatusPreferencesPlugin.h; path = Source/ESStatusPreferencesPlugin.h; sourceTree = "<group>"; };
David@0
  2355
		3428328507D2643F004F01C9 /* ESStatusPreferences.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESStatusPreferences.m; path = Source/ESStatusPreferences.m; sourceTree = "<group>"; };
David@0
  2356
		3428328607D2643F004F01C9 /* ESStatusPreferences.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESStatusPreferences.h; path = Source/ESStatusPreferences.h; sourceTree = "<group>"; };
David@0
  2357
		3428328707D2643F004F01C9 /* ESStatusPreferencesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESStatusPreferencesPlugin.m; path = Source/ESStatusPreferencesPlugin.m; sourceTree = "<group>"; };
David@0
  2358
		3428328C07D2644F004F01C9 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2359
		342838ED07D2D004004F01C9 /* Shared Dock Icon Images */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Shared Dock Icon Images"; path = "Resources/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  2360
		3428B33E0815E1FB00C0D3DC /* emoticon32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = emoticon32.png; path = Resources/emoticon32.png; sourceTree = "<group>"; };
David@0
  2361
		342910CA07AE228600C815F6 /* AIEmoticonPackPreviewTableView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIEmoticonPackPreviewTableView.h; path = Plugins/Emoticons/AIEmoticonPackPreviewTableView.h; sourceTree = "<group>"; };
David@0
  2362
		342910CB07AE228600C815F6 /* AIEmoticonPackPreviewTableView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIEmoticonPackPreviewTableView.m; path = Plugins/Emoticons/AIEmoticonPackPreviewTableView.m; sourceTree = "<group>"; };
David@0
  2363
		342928080628BB4200BB9217 /* ESPurpleYahooAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleYahooAccountViewController.h; path = "Plugins/Purple Service/ESPurpleYahooAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2364
		342928090628BB4200BB9217 /* ESPurpleYahooAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleYahooAccountViewController.m; path = "Plugins/Purple Service/ESPurpleYahooAccountViewController.m"; sourceTree = "<group>"; };
David@0
  2365
		3429BB03070378F700EED705 /* ESFileTransferMessagesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESFileTransferMessagesPlugin.h; path = Source/ESFileTransferMessagesPlugin.h; sourceTree = "<group>"; };
David@0
  2366
		3429BB04070378F700EED705 /* ESFileTransferMessagesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESFileTransferMessagesPlugin.m; path = Source/ESFileTransferMessagesPlugin.m; sourceTree = "<group>"; };
David@0
  2367
		342CE12B085A089D00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2368
		342CE12C085A089E00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2369
		342CE12D085A089E00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2370
		342CE12E085A089E00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2371
		342CE12F085A089E00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2372
		342CE130085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2373
		342CE131085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2374
		342CE132085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2375
		342CE133085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Frameworks/Adium Framework/Resources/sv.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2376
		342CE134085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2377
		342CE135085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2378
		342CE136085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2379
		342CE137085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2380
		342CE138085A089F00005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2381
		342CE139085A08A000005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2382
		342CE13A085A08A000005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2383
		342CE13B085A08A000005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2384
		342CE13C085A08A000005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2385
		342CE13D085A08A000005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2386
		342CE13F085A08A000005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2387
		342CE140085A08A100005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2388
		342CE141085A08A100005C63 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = Resources/sv.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  2389
		342CE143085A08A100005C63 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = "Plugins/Purple Service/sv.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2390
		342CE144085A08A100005C63 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = "Plugins/WebKit Message View/sv.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2391
		342CE146085A08A200005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2392
		342CE147085A08A200005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2393
		342CE148085A08A200005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2394
		342CE149085A08A200005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2395
		342CE14A085A08A300005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/WebKit Message View/sv.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2396
		342CE159085A08C400005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2397
		342CE15A085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2398
		342CE15B085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2399
		342CE15C085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2400
		342CE15D085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2401
		342CE15E085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2402
		342CE15F085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2403
		342CE160085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2404
		342CE161085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Frameworks/Adium Framework/Resources/ca.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2405
		342CE162085A08C500005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2406
		342CE163085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2407
		342CE164085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2408
		342CE165085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2409
		342CE166085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2410
		342CE167085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2411
		342CE168085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2412
		342CE169085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2413
		342CE16A085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2414
		342CE16B085A08C600005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2415
		342CE16D085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2416
		342CE16E085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2417
		342CE16F085A08C700005C63 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = "Plugins/WebKit Message View/ca.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2418
		342CE170085A08C700005C63 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = "Plugins/Purple Service/ca.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2419
		342CE171085A08C700005C63 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = Resources/ca.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  2420
		342CE174085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2421
		342CE175085A08C800005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2422
		342CE176085A08C800005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2423
		342CE177085A08C800005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2424
		342CE178085A08C800005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/WebKit Message View/ca.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2425
		342DC49B05783BE8000E1D83 /* ESSendMessageAlertDetailPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESSendMessageAlertDetailPane.h; path = "Plugins/Send Message Contact Alert/ESSendMessageAlertDetailPane.h"; sourceTree = "<group>"; };
David@0
  2426
		342DC49C05783BE8000E1D83 /* ESSendMessageAlertDetailPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESSendMessageAlertDetailPane.m; path = "Plugins/Send Message Contact Alert/ESSendMessageAlertDetailPane.m"; sourceTree = "<group>"; };
David@0
  2427
		342DC5BF05783DE7000E1D83 /* ESSendMessageContactAlertPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESSendMessageContactAlertPlugin.m; path = "Plugins/Send Message Contact Alert/ESSendMessageContactAlertPlugin.m"; sourceTree = "<group>"; };
David@0
  2428
		342DC5C005783DE7000E1D83 /* ESSendMessageContactAlertPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESSendMessageContactAlertPlugin.h; path = "Plugins/Send Message Contact Alert/ESSendMessageContactAlertPlugin.h"; sourceTree = "<group>"; };
David@0
  2429
		342DC7FE05784463000E1D83 /* SendMessageContactAlert.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = SendMessageContactAlert.nib; path = "Plugins/Send Message Contact Alert/SendMessageContactAlert.nib"; sourceTree = "<group>"; };
David@0
  2430
		342E2B1A072976060054D77A /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2431
		342F88B00A2A74D30001DB29 /* SRKeyCodeTransformer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SRKeyCodeTransformer.m; path = Frameworks/ShortcutRecorder/Source/SRKeyCodeTransformer.m; sourceTree = "<group>"; };
David@0
  2432
		342F88B10A2A74D40001DB29 /* SRValidator.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SRValidator.m; path = Frameworks/ShortcutRecorder/Source/SRValidator.m; sourceTree = "<group>"; };
David@0
  2433
		342F88B20A2A74D40001DB29 /* SRValidator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SRValidator.h; path = Frameworks/ShortcutRecorder/Source/SRValidator.h; sourceTree = "<group>"; };
David@0
  2434
		342F88B30A2A74D40001DB29 /* SRCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SRCommon.h; path = Frameworks/ShortcutRecorder/Source/SRCommon.h; sourceTree = "<group>"; };
David@0
  2435
		342F88B40A2A74D40001DB29 /* SRRecorderControl.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SRRecorderControl.m; path = Frameworks/ShortcutRecorder/Source/SRRecorderControl.m; sourceTree = "<group>"; };
David@0
  2436
		342F88B50A2A74D40001DB29 /* SRRecorderControl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SRRecorderControl.h; path = Frameworks/ShortcutRecorder/Source/SRRecorderControl.h; sourceTree = "<group>"; };
David@0
  2437
		342F88B60A2A74D40001DB29 /* SRCommon.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SRCommon.m; path = Frameworks/ShortcutRecorder/Source/SRCommon.m; sourceTree = "<group>"; };
David@0
  2438
		342F88B70A2A74D40001DB29 /* SRKeyCodeTransformer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SRKeyCodeTransformer.h; path = Frameworks/ShortcutRecorder/Source/SRKeyCodeTransformer.h; sourceTree = "<group>"; };
David@0
  2439
		342F88B80A2A74D40001DB29 /* SRRecorderCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SRRecorderCell.m; path = Frameworks/ShortcutRecorder/Source/SRRecorderCell.m; sourceTree = "<group>"; };
David@0
  2440
		342F88B90A2A74D40001DB29 /* SRRecorderCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SRRecorderCell.h; path = Frameworks/ShortcutRecorder/Source/SRRecorderCell.h; sourceTree = "<group>"; };
David@0
  2441
		342F88C90A2A74EA0001DB29 /* PTKeyCombo.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PTKeyCombo.m; path = Source/PTKeyCombo.m; sourceTree = "<group>"; };
David@0
  2442
		342F88CA0A2A74EA0001DB29 /* PTKeyCombo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PTKeyCombo.h; path = Source/PTKeyCombo.h; sourceTree = "<group>"; };
David@0
  2443
		342F88CB0A2A74EA0001DB29 /* PTHotKeyCenter.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PTHotKeyCenter.m; path = Source/PTHotKeyCenter.m; sourceTree = "<group>"; };
David@0
  2444
		342F88CC0A2A74EA0001DB29 /* PTHotKeyCenter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PTHotKeyCenter.h; path = Source/PTHotKeyCenter.h; sourceTree = "<group>"; };
David@0
  2445
		342F88CD0A2A74EB0001DB29 /* PTHotKey.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PTHotKey.m; path = Source/PTHotKey.m; sourceTree = "<group>"; };
David@0
  2446
		342F88CE0A2A74EB0001DB29 /* PTHotKey.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PTHotKey.h; path = Source/PTHotKey.h; sourceTree = "<group>"; };
David@0
  2447
		342F9E520B552627000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/WebKit Message View/fi.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2448
		342F9E530B552627000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2449
		342F9E540B552627000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
Peter@2044
  2450
		342F9E550B552628000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = Resources/fi.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
David@0
  2451
		342F9E560B552628000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = folder; name = fi; path = "Resources/fi.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  2452
		342F9E580B552628000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2453
		342F9E590B552628000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  2454
		342F9E5A0B552629000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2455
		342F9E5B0B552629000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
Peter@2044
  2456
		342F9E5E0B55262A000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = Resources/fi.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  2457
		342F9E600B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = "Plugins/Purple Service/fi.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2458
		342F9E610B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = "Plugins/WebKit Message View/fi.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2459
		342F9E630B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = "Frameworks/Adium Framework/Resources/fi.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2460
		342F9E640B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2461
		342F9E650B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2462
		342F9E670B55262C000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = Resources/fi.lproj/InfoPlist.strings; sourceTree = "<group>"; };
David@0
  2463
		342F9E680B55262C000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2464
		342F9E690B55262D000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2465
		342F9E6A0B55262D000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2466
		342F9E6B0B55262D000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2467
		342F9E6C0B55262E000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2468
		342F9E6D0B55262E000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2469
		342F9E6E0B55262F000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2470
		342F9E6F0B55262F000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2471
		342F9E700B552630000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2472
		342F9E710B552630000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2473
		342F9E720B552630000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2474
		342F9E730B552630000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2475
		342F9E740B552630000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Frameworks/Adium Framework/Resources/fi.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2476
		342F9E750B552630000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2477
		342F9E760B552631000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2478
		342F9E770B552631000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2479
		342F9E780B552632000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2480
		342F9E790B552632000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2481
		342F9E7A0B552632000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = "Plugins/Purple Service/fi.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
Peter@2044
  2482
		342F9E7B0B552632000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = Resources/fi.lproj/Buttons.strings; sourceTree = "<group>"; };
David@0
  2483
		342F9E7C0B552632000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2484
		342F9E7D0B552632000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2485
		343022270AB4766E0082CF7C /* AINulRemovalPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AINulRemovalPlugin.h; path = Source/AINulRemovalPlugin.h; sourceTree = "<group>"; };
David@0
  2486
		343022280AB4766E0082CF7C /* AINulRemovalPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AINulRemovalPlugin.m; path = Source/AINulRemovalPlugin.m; sourceTree = "<group>"; };
David@0
  2487
		34327BD6060D2FE6003D7AD9 /* PurpleServiceDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = PurpleServiceDefaults.plist; path = "Plugins/Purple Service/PurpleServiceDefaults.plist"; sourceTree = "<group>"; };
David@0
  2488
		343700A50A9C1E170028604E /* AIAdvancedPreferencePane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAdvancedPreferencePane.h; path = "Frameworks/Adium Framework/Source/AIAdvancedPreferencePane.h"; sourceTree = "<group>"; };
David@0
  2489
		343700A60A9C1E170028604E /* AIAdvancedPreferencePane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAdvancedPreferencePane.m; path = "Frameworks/Adium Framework/Source/AIAdvancedPreferencePane.m"; sourceTree = "<group>"; };
David@0
  2490
		3437FF410A9BF0A50028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/WebKit Message View/tr.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2491
		3437FF420A9BF0A50028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2492
		3437FF430A9BF0A50028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2493
		3437FF440A9BF0A50028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2494
		3437FF450A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2495
		3437FF460A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2496
		3437FF480A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2497
		3437FF490A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2498
		3437FF4A0A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2499
		3437FF4B0A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2500
		3437FF4C0A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2501
		3437FF4D0A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2502
		3437FF4E0A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2503
		3437FF4F0A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2504
		3437FF500A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2505
		3437FF510A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2506
		3437FF520A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2507
		3437FF530A9BF0A60028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2508
		3437FF540A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Frameworks/Adium Framework/Resources/tr.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2509
		3437FF550A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2510
		3437FF560A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2511
		3437FF570A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2512
		3437FF580A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2513
		3437FF590A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2514
		3437FF5A0A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
Peter@2044
  2515
		3437FF5B0A9BF0A70028604E /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = Resources/tr.lproj/Buttons.strings; sourceTree = "<group>"; };
David@0
  2516
		3437FF5C0A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2517
		3437FF5D0A9BF0A70028604E /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2518
		34382CE60A50386C004BF6A2 /* DCMessageContextDisplayPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = DCMessageContextDisplayPlugin.m; path = Source/DCMessageContextDisplayPlugin.m; sourceTree = "<group>"; };
David@0
  2519
		34382CE70A50386C004BF6A2 /* DCMessageContextDisplayPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DCMessageContextDisplayPlugin.h; path = Source/DCMessageContextDisplayPlugin.h; sourceTree = "<group>"; };
David@0
  2520
		34382CEE0A50387A004BF6A2 /* MessageContextDisplayDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = MessageContextDisplayDefaults.plist; path = Resources/MessageContextDisplayDefaults.plist; sourceTree = "<group>"; };
David@0
  2521
		3439FD8C05794B4500B2E449 /* AlertMessageContactAlert.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AlertMessageContactAlert.nib; path = "Plugins/Error Message Handler/AlertMessageContactAlert.nib"; sourceTree = "<group>"; };
David@0
  2522
		343A7F2606935DB600150CEC /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2523
		343A7F2A06935DC500150CEC /* ESPurpleMeanwhileAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleMeanwhileAccountViewController.m; path = "Plugins/Purple Service/ESPurpleMeanwhileAccountViewController.m"; sourceTree = "<group>"; };
David@0
  2524
		343A7F2B06935DC500150CEC /* ESPurpleMeanwhileAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleMeanwhileAccountViewController.h; path = "Plugins/Purple Service/ESPurpleMeanwhileAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2525
		343A7F2C06935DC500150CEC /* ESPurpleMeanwhileAccount.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleMeanwhileAccount.m; path = "Plugins/Purple Service/ESPurpleMeanwhileAccount.m"; sourceTree = "<group>"; };
David@0
  2526
		343A7F2D06935DC500150CEC /* ESPurpleMeanwhileAccount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleMeanwhileAccount.h; path = "Plugins/Purple Service/ESPurpleMeanwhileAccount.h"; sourceTree = "<group>"; };
David@0
  2527
		343A7F3706935DD700150CEC /* ESMeanwhileService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESMeanwhileService.m; path = "Plugins/Purple Service/ESMeanwhileService.m"; sourceTree = "<group>"; };
David@0
  2528
		343A7F3806935DD700150CEC /* ESMeanwhileService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESMeanwhileService.h; path = "Plugins/Purple Service/ESMeanwhileService.h"; sourceTree = "<group>"; };
David@0
  2529
		343BB5B70C96D54000506F9B /* PurpleMySpaceService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleMySpaceService.h; path = "Plugins/Purple Service/PurpleMySpaceService.h"; sourceTree = "<group>"; };
David@0
  2530
		343BB5B80C96D54000506F9B /* PurpleMySpaceService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PurpleMySpaceService.m; path = "Plugins/Purple Service/PurpleMySpaceService.m"; sourceTree = "<group>"; };
David@0
  2531
		343BB5BB0C96D55400506F9B /* PurpleMySpaceAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleMySpaceAccount.h; path = "Plugins/Purple Service/PurpleMySpaceAccount.h"; sourceTree = "<group>"; };
David@0
  2532
		343BB5BC0C96D55400506F9B /* PurpleMySpaceAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PurpleMySpaceAccount.m; path = "Plugins/Purple Service/PurpleMySpaceAccount.m"; sourceTree = "<group>"; };
David@0
  2533
		343BB5BF0C96D56B00506F9B /* PurpleMySpaceAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleMySpaceAccountViewController.h; path = "Plugins/Purple Service/PurpleMySpaceAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2534
		343BB5C00C96D56B00506F9B /* PurpleMySpaceAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PurpleMySpaceAccountViewController.m; path = "Plugins/Purple Service/PurpleMySpaceAccountViewController.m"; sourceTree = "<group>"; };
David@0
  2535
		343BB5C30C96D57900506F9B /* PurpleDefaultsMySpace.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = PurpleDefaultsMySpace.plist; path = "Plugins/Purple Service/PurpleDefaultsMySpace.plist"; sourceTree = "<group>"; };
David@0
  2536
		343BB6390C96DC1100506F9B /* MySpace-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "MySpace-small.png"; path = "Plugins/Purple Service/MySpace-small.png"; sourceTree = "<group>"; };
David@0
  2537
		343BB63A0C96DC1100506F9B /* MySpace-large.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "MySpace-large.png"; path = "Plugins/Purple Service/MySpace-large.png"; sourceTree = "<group>"; };
David@0
  2538
		343C45E20816C0FE00FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/WebKit Message View/it.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
Peter@2044
  2539
		343C45E50816C13300FF5FA7 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = Resources/nl.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  2540
		343C45E80816C13D00FF5FA7 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = "Plugins/WebKit Message View/nl.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2541
		343C46040816CC6800FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2542
		343C46070816CC8000FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2543
		343C460A0816CC9500FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2544
		343C460B0816CC9F00FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2545
		343C460C0816CCAE00FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2546
		343C460D0816CCB600FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2547
		343C46120816CCC700FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2548
		343C46130816CCD100FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2549
		343C46140816CCDA00FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2550
		343C46170816CCE300FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2551
		343C46180816CCEC00FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2552
		343C461B0816CCF300FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2553
		343C461E0816CCFD00FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2554
		343C461F0816CD0400FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2555
		343C47760816FBDA00FF5FA7 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/WebKit Message View/de.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
Peter@2044
  2556
		343C47790816FBE500FF5FA7 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = "Plugins/WebKit Message View/de.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2557
		343EB4270808709E00E27095 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2558
		343EC68F0809DD2900E27095 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2559
		343EC6C0096F7DEA00349098 /* StatusPreferencesAdvanced.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = StatusPreferencesAdvanced.nib; path = Resources/StatusPreferencesAdvanced.nib; sourceTree = "<group>"; };
David@0
  2560
		343EC6C5096F7E1700349098 /* ESStatusAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESStatusAdvancedPreferences.h; path = Source/ESStatusAdvancedPreferences.h; sourceTree = "<group>"; };
David@0
  2561
		343EC6C6096F7E1700349098 /* ESStatusAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESStatusAdvancedPreferences.m; path = Source/ESStatusAdvancedPreferences.m; sourceTree = "<group>"; };
David@0
  2562
		343EC9800970C29400349098 /* OfflineContactHidingDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = OfflineContactHidingDefaults.plist; path = Resources/OfflineContactHidingDefaults.plist; sourceTree = "<group>"; };
David@0
  2563
		343ECBE80971B18200349098 /* ESShowContactInfoPromptController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESShowContactInfoPromptController.h; path = Source/ESShowContactInfoPromptController.h; sourceTree = "<group>"; };
David@0
  2564
		343ECBE90971B18200349098 /* ESShowContactInfoPromptController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESShowContactInfoPromptController.m; path = Source/ESShowContactInfoPromptController.m; sourceTree = "<group>"; };
David@0
  2565
		343ECBED0971B18E00349098 /* ShowContactInfoPrompt.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ShowContactInfoPrompt.nib; path = Resources/ShowContactInfoPrompt.nib; sourceTree = "<group>"; };
David@0
  2566
		343ECBF90971B92100349098 /* AIBorderlessListController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIBorderlessListController.h; path = Source/AIBorderlessListController.h; sourceTree = "<group>"; };
David@0
  2567
		343ECBFA0971B92100349098 /* AIBorderlessListController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIBorderlessListController.m; path = Source/AIBorderlessListController.m; sourceTree = "<group>"; };
David@0
  2568
		344158A9059F90FA0019246B /* ESMSNService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESMSNService.h; path = "Plugins/Purple Service/ESMSNService.h"; sourceTree = "<group>"; };
David@0
  2569
		344158AA059F90FB0019246B /* ESMSNService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESMSNService.m; path = "Plugins/Purple Service/ESMSNService.m"; sourceTree = "<group>"; };
David@0
  2570
		3441593F059F94C10019246B /* ESPurpleMSNAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleMSNAccount.h; path = "Plugins/Purple Service/ESPurpleMSNAccount.h"; sourceTree = "<group>"; };
David@0
  2571
		34415940059F94C10019246B /* ESPurpleMSNAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleMSNAccount.m; path = "Plugins/Purple Service/ESPurpleMSNAccount.m"; sourceTree = "<group>"; };
David@0
  2572
		344159B3059F977F0019246B /* ESPurpleMSNAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleMSNAccountViewController.h; path = "Plugins/Purple Service/ESPurpleMSNAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2573
		344159B4059F97800019246B /* ESPurpleMSNAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleMSNAccountViewController.m; path = "Plugins/Purple Service/ESPurpleMSNAccountViewController.m"; sourceTree = "<group>"; };
David@0
  2574
		34415A63059F9B9B0019246B /* PurpleService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleService.h; path = "Plugins/Purple Service/PurpleService.h"; sourceTree = "<group>"; };
David@0
  2575
		34415A64059F9B9B0019246B /* PurpleService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PurpleService.m; path = "Plugins/Purple Service/PurpleService.m"; sourceTree = "<group>"; };
David@0
  2576
		34415B9B059FA8DF0019246B /* ESYahooService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESYahooService.h; path = "Plugins/Purple Service/ESYahooService.h"; sourceTree = "<group>"; };
David@0
  2577
		34415B9C059FA8DF0019246B /* ESYahooService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESYahooService.m; path = "Plugins/Purple Service/ESYahooService.m"; sourceTree = "<group>"; };
David@0
  2578
		34415BCF059FA9CD0019246B /* ESPurpleYahooAccount.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleYahooAccount.m; path = "Plugins/Purple Service/ESPurpleYahooAccount.m"; sourceTree = "<group>"; };
David@0
  2579
		34415BD1059FA9CE0019246B /* ESPurpleYahooAccount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleYahooAccount.h; path = "Plugins/Purple Service/ESPurpleYahooAccount.h"; sourceTree = "<group>"; };
David@0
  2580
		34416070059FC27D0019246B /* ESPurpleGaduGaduAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleGaduGaduAccount.h; path = "Plugins/Purple Service/ESPurpleGaduGaduAccount.h"; sourceTree = "<group>"; };
David@0
  2581
		34416071059FC27D0019246B /* ESPurpleGaduGaduAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleGaduGaduAccount.m; path = "Plugins/Purple Service/ESPurpleGaduGaduAccount.m"; sourceTree = "<group>"; };
David@0
  2582
		34416085059FC2A30019246B /* ESPurpleGaduGaduAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleGaduGaduAccountViewController.h; path = "Plugins/Purple Service/ESPurpleGaduGaduAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2583
		34416086059FC2A30019246B /* ESPurpleGaduGaduAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleGaduGaduAccountViewController.m; path = "Plugins/Purple Service/ESPurpleGaduGaduAccountViewController.m"; sourceTree = "<group>"; };
David@0
  2584
		344160B4059FC2F50019246B /* ESPurpleJabberAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleJabberAccountViewController.h; path = "Plugins/Purple Service/ESPurpleJabberAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2585
		344160B5059FC2F50019246B /* ESPurpleJabberAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleJabberAccountViewController.m; path = "Plugins/Purple Service/ESPurpleJabberAccountViewController.m"; sourceTree = "<group>"; };
David@0
  2586
		344160C3059FC3080019246B /* ESPurpleJabberAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleJabberAccount.h; path = "Plugins/Purple Service/ESPurpleJabberAccount.h"; sourceTree = "<group>"; };
David@0
  2587
		344160C4059FC3080019246B /* ESPurpleJabberAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleJabberAccount.m; path = "Plugins/Purple Service/ESPurpleJabberAccount.m"; sourceTree = "<group>"; };
David@0
  2588
		34416159059FC5330019246B /* ESGaduGaduService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESGaduGaduService.h; path = "Plugins/Purple Service/ESGaduGaduService.h"; sourceTree = "<group>"; };
David@0
  2589
		3441615A059FC5340019246B /* ESGaduGaduService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESGaduGaduService.m; path = "Plugins/Purple Service/ESGaduGaduService.m"; sourceTree = "<group>"; };
David@0
  2590
		34416171059FC55A0019246B /* ESJabberService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESJabberService.h; path = "Plugins/Purple Service/ESJabberService.h"; sourceTree = "<group>"; };
David@0
  2591
		34416172059FC55A0019246B /* ESJabberService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESJabberService.m; path = "Plugins/Purple Service/ESJabberService.m"; sourceTree = "<group>"; };
David@0
  2592
		344161BB0943E0D800BC26ED /* AdiumSetupWizard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumSetupWizard.h; path = Source/AdiumSetupWizard.h; sourceTree = "<group>"; };
David@0
  2593
		344161BC0943E0D800BC26ED /* AdiumSetupWizard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumSetupWizard.m; path = Source/AdiumSetupWizard.m; sourceTree = "<group>"; };
David@0
  2594
		344161C4059FC72E0019246B /* PurpleServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleServices.h; path = "Plugins/Purple Service/PurpleServices.h"; sourceTree = "<group>"; };
David@0
  2595
		344161CF0943E20D00BC26ED /* AdiumyButler.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AdiumyButler.png; path = Resources/AdiumyButler.png; sourceTree = "<group>"; };
David@0
  2596
		344161D30943E22F00BC26ED /* SetupWizard.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = SetupWizard.nib; path = Resources/SetupWizard.nib; sourceTree = "<group>"; };
David@0
  2597
		3441623E0943E76400BC26ED /* SetupWizardBackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SetupWizardBackgroundView.h; path = Source/SetupWizardBackgroundView.h; sourceTree = "<group>"; };
David@0
  2598
		3441623F0943E76400BC26ED /* SetupWizardBackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SetupWizardBackgroundView.m; path = Source/SetupWizardBackgroundView.m; sourceTree = "<group>"; };
David@0
  2599
		344458ED070B5BEF00D8E932 /* ESDebugWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESDebugWindowController.h; path = Source/ESDebugWindowController.h; sourceTree = "<group>"; };
David@0
  2600
		344458EE070B5BEF00D8E932 /* ESDebugWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESDebugWindowController.m; path = Source/ESDebugWindowController.m; sourceTree = "<group>"; };
David@0
  2601
		344499E70B23CA5D0054B761 /* adiumPurpleAccounts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleAccounts.h; path = "Plugins/Purple Service/adiumPurpleAccounts.h"; sourceTree = "<group>"; };
David@0
  2602
		344499E80B23CA5D0054B761 /* adiumPurpleAccounts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleAccounts.m; path = "Plugins/Purple Service/adiumPurpleAccounts.m"; sourceTree = "<group>"; };
David@0
  2603
		3448054E07AC5151006A7F7B /* ESDebugAILog.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESDebugAILog.m; path = "Frameworks/Adium Framework/Source/ESDebugAILog.m"; sourceTree = "<group>"; };
David@0
  2604
		3448054F07AC5151006A7F7B /* ESDebugAILog.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESDebugAILog.h; path = "Frameworks/Adium Framework/Source/ESDebugAILog.h"; sourceTree = "<group>"; };
David@0
  2605
		344836900BC8510B0083723B /* SS_PrefsController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SS_PrefsController.m; path = "Frameworks/Adium Framework/Source/SS_PrefsController.m"; sourceTree = "<group>"; };
David@0
  2606
		344836910BC8510B0083723B /* SS_PreferencePaneProtocol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SS_PreferencePaneProtocol.h; path = "Frameworks/Adium Framework/Source/SS_PreferencePaneProtocol.h"; sourceTree = "<group>"; };
David@0
  2607
		344836920BC8510B0083723B /* SS_PrefsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SS_PrefsController.h; path = "Frameworks/Adium Framework/Source/SS_PrefsController.h"; sourceTree = "<group>"; };
David@0
  2608
		344839970BC8644C0083723B /* AIAdvancedPreferencesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAdvancedPreferencesPlugin.h; path = Source/AIAdvancedPreferencesPlugin.h; sourceTree = "<group>"; };
David@0
  2609
		344839980BC8644C0083723B /* AIAdvancedPreferencesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAdvancedPreferencesPlugin.m; path = Source/AIAdvancedPreferencesPlugin.m; sourceTree = "<group>"; };
David@0
  2610
		3448399D0BC864610083723B /* AIAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAdvancedPreferences.h; path = Source/AIAdvancedPreferences.h; sourceTree = "<group>"; };
David@0
  2611
		3448399E0BC864610083723B /* AIAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAdvancedPreferences.m; path = Source/AIAdvancedPreferences.m; sourceTree = "<group>"; };
David@0
  2612
		34483A980BC869680083723B /* AdvancedPreferences.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AdvancedPreferences.nib; path = Resources/AdvancedPreferences.nib; sourceTree = "<group>"; };
David@0
  2613
		3448758D06D1EBDF00DA778C /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
David@0
  2614
		3449485508E9FCCD0054FF57 /* AIContactMenu.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactMenu.m; path = "Frameworks/Adium Framework/Source/AIContactMenu.m"; sourceTree = "<group>"; };
David@0
  2615
		3449485608E9FCCD0054FF57 /* AIContactMenu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactMenu.h; path = "Frameworks/Adium Framework/Source/AIContactMenu.h"; sourceTree = "<group>"; };
David@0
  2616
		3449485A08E9FCD60054FF57 /* AIAccountMenu.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAccountMenu.m; path = "Frameworks/Adium Framework/Source/AIAccountMenu.m"; sourceTree = "<group>"; };
David@0
  2617
		3449485B08E9FCD60054FF57 /* AIAccountMenu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAccountMenu.h; path = "Frameworks/Adium Framework/Source/AIAccountMenu.h"; sourceTree = "<group>"; };
David@0
  2618
		344AB2C30579136900384CEE /* ESOpenMessageWindowContactAlertPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESOpenMessageWindowContactAlertPlugin.h; path = "Plugins/Open Message Window Contact Alert/ESOpenMessageWindowContactAlertPlugin.h"; sourceTree = "<group>"; };
David@0
  2619
		344AB2C40579136900384CEE /* ESOpenMessageWindowContactAlertPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESOpenMessageWindowContactAlertPlugin.m; path = "Plugins/Open Message Window Contact Alert/ESOpenMessageWindowContactAlertPlugin.m"; sourceTree = "<group>"; };
David@0
  2620
		344C0D4E06B6D63800DA7200 /* ESApplescriptabilityController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESApplescriptabilityController.m; path = "Frameworks/Adium Framework/Source/ESApplescriptabilityController.m"; sourceTree = "<group>"; };
David@0
  2621
		344C0D4F06B6D63800DA7200 /* ESApplescriptabilityController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESApplescriptabilityController.h; path = "Frameworks/Adium Framework/Source/ESApplescriptabilityController.h"; sourceTree = "<group>"; };
David@0
  2622
		344D97390C3C442500498CA1 /* AddressBookUtils.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AddressBookUtils.m; path = Source/Logorrhea/AddressBookUtils.m; sourceTree = SOURCE_ROOT; };
David@0
  2623
		344D973A0C3C442500498CA1 /* Buddy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Buddy.h; path = Source/Logorrhea/Buddy.h; sourceTree = SOURCE_ROOT; };
David@0
  2624
		344D973B0C3C442500498CA1 /* Buddy.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = Buddy.m; path = Source/Logorrhea/Buddy.m; sourceTree = SOURCE_ROOT; };
David@0
  2625
		344D973C0C3C442500498CA1 /* Chat.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Chat.h; path = Source/Logorrhea/Chat.h; sourceTree = SOURCE_ROOT; };
David@692
  2626
		344D973D0C3C442500498CA1 /* Chat.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = Chat.m; path = Source/Logorrhea/Chat.m; sourceTree = SOURCE_ROOT; };
David@0
  2627
		344D973E0C3C442500498CA1 /* FileAttributes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = FileAttributes.h; path = Source/Logorrhea/FileAttributes.h; sourceTree = SOURCE_ROOT; };
David@0
  2628
		344D973F0C3C442500498CA1 /* FileAttributes.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = FileAttributes.m; path = Source/Logorrhea/FileAttributes.m; sourceTree = SOURCE_ROOT; };
David@0
  2629
		344D97400C3C442500498CA1 /* InstantMessage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = InstantMessage.h; path = Source/Logorrhea/InstantMessage.h; sourceTree = SOURCE_ROOT; };
David@0
  2630
		344D97410C3C442500498CA1 /* InstantMessage.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = InstantMessage.m; path = Source/Logorrhea/InstantMessage.m; sourceTree = SOURCE_ROOT; };
David@0
  2631
		344D97420C3C442500498CA1 /* Person.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Person.h; path = Source/Logorrhea/Person.h; sourceTree = SOURCE_ROOT; };
David@0
  2632
		344D97430C3C442500498CA1 /* Person.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = Person.m; path = Source/Logorrhea/Person.m; sourceTree = SOURCE_ROOT; };
David@0
  2633
		344D97440C3C442600498CA1 /* Presentity.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Presentity.h; path = Source/Logorrhea/Presentity.h; sourceTree = SOURCE_ROOT; };
David@0
  2634
		344D97450C3C442600498CA1 /* Presentity.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = Presentity.m; path = Source/Logorrhea/Presentity.m; sourceTree = SOURCE_ROOT; };
David@0
  2635
		344D97460C3C442600498CA1 /* AddressBookUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AddressBookUtils.h; path = Source/Logorrhea/AddressBookUtils.h; sourceTree = SOURCE_ROOT; };
David@0
  2636
		344DE8A10E43899B005FF022 /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2637
		34503C7E058F96C400FB7AD1 /* AIEmoticon.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIEmoticon.m; path = "Frameworks/Adium Framework/Source/AIEmoticon.m"; sourceTree = "<group>"; };
David@0
  2638
		34503C7F058F96C400FB7AD1 /* AIEmoticon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIEmoticon.h; path = "Frameworks/Adium Framework/Source/AIEmoticon.h"; sourceTree = "<group>"; };
David@0
  2639
		345074BD0E106BDE00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Frameworks/Adium Framework/Resources/en_GB.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
Peter@2044
  2640
		345074BE0E106BDE00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = "Frameworks/Adium Framework/Resources/en_GB.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  2641
		345074BF0E106BDE00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = "Frameworks/Adium Framework/Resources/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2642
		345074C00E106BF000BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Frameworks/Adium Framework/Resources/pt.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
Peter@2044
  2643
		345074C10E106BF000BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = "Frameworks/Adium Framework/Resources/pt.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  2644
		345074C20E106BF000BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = "Frameworks/Adium Framework/Resources/pt.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2645
		345076950E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2646
		345076960E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  2647
		345076970E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
Peter@2044
  2648
		345076980E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = Resources/en_GB.lproj/Buttons.strings; sourceTree = "<group>"; };
David@0
  2649
		345076990E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2650
		3450769A0E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2651
		3450769B0E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2652
		3450769C0E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2653
		3450769D0E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2654
		3450769E0E106F5D00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2655
		3450769F0E106F5D00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2656
		345076A00E106F5D00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2657
		345076A10E106F5D00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2658
		345076A20E106F5D00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2659
		345076A30E106F5D00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2660
		345076A40E106F5D00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2661
		345076A50E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2662
		345076A60E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2663
		345076A70E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  2664
		345076A80E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2665
		345076A90E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2666
		345076AA0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
Peter@2044
  2667
		345076AB0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = Resources/en_GB.lproj/InfoPlist.strings; sourceTree = "<group>"; };
David@0
  2668
		345076AC0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2669
		345076AD0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2670
		345076AE0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = "Plugins/WebKit Message View/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2671
		345076AF0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2672
		345076B00E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = Resources/en_GB.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  2673
		345076B10E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2674
		345076B20E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  2675
		345076B30E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2676
		345076B40E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  2677
		345076B50E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2678
		345076B60E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = folder; name = en_GB; path = "Resources/en_GB.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
Peter@2044
  2679
		345076B70E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = Resources/en_GB.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  2680
		345076B80E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = Resources/en_GB.lproj/Statuses.strings; sourceTree = "<group>"; };
David@0
  2681
		345076B90E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2682
		345076BA0E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2683
		345076BB0E106F6000BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Plugins/WebKit Message View/en_GB.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2684
		345076D40E106FD500BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2685
		345076D50E106FD500BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  2686
		345076D60E106FD500BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
Peter@2044
  2687
		345076D70E106FD500BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = Resources/pt.lproj/Buttons.strings; sourceTree = "<group>"; };
David@0
  2688
		345076D80E106FD500BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2689
		345076D90E106FD500BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2690
		345076DA0E106FD500BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2691
		345076DB0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2692
		345076DC0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2693
		345076DD0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2694
		345076DE0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2695
		345076DF0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2696
		345076E00E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2697
		345076E10E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2698
		345076E20E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2699
		345076E30E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2700
		345076E40E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2701
		345076E50E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2702
		345076E60E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  2703
		345076E70E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2704
		345076E80E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/Purple Service/pt.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2705
		345076E90E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
Peter@2044
  2706
		345076EA0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = Resources/pt.lproj/InfoPlist.strings; sourceTree = "<group>"; };
David@0
  2707
		345076EB0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2708
		345076EC0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2709
		345076ED0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = "Plugins/Purple Service/pt.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2710
		345076EE0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = Resources/pt.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  2711
		345076EF0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = "Plugins/WebKit Message View/pt.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2712
		345076F00E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2713
		345076F10E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2714
		345076F20E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  2715
		345076F30E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2716
		345076F40E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = folder; name = pt; path = "Resources/pt.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
Peter@2044
  2717
		345076F50E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = Resources/pt.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  2718
		345076F60E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = Resources/pt.lproj/Statuses.strings; sourceTree = "<group>"; };
David@0
  2719
		345076F70E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2720
		345076F80E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2721
		345076F90E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Plugins/WebKit Message View/pt.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2722
		3452A9F607891C8A00C3C494 /* ESFileTransferRequestPromptController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESFileTransferRequestPromptController.h; path = Source/ESFileTransferRequestPromptController.h; sourceTree = "<group>"; };
David@0
  2723
		3452A9F707891C8A00C3C494 /* ESFileTransferRequestPromptController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESFileTransferRequestPromptController.m; path = Source/ESFileTransferRequestPromptController.m; sourceTree = "<group>"; };
David@14
  2724
		34555C5E0DB6BCE500649CD4 /* AIContactObserverManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactObserverManager.h; path = "Frameworks/Adium Framework/Source/AIContactObserverManager.h"; sourceTree = "<group>"; };
David@14
  2725
		34555C5F0DB6BCE500649CD4 /* AIContactObserverManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContactObserverManager.m; path = "Frameworks/Adium Framework/Source/AIContactObserverManager.m"; sourceTree = "<group>"; };
David@0
  2726
		3456231A0A3771D800E7FC97 /* ESRankingCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESRankingCell.m; path = Source/ESRankingCell.m; sourceTree = "<group>"; };
David@0
  2727
		3456231B0A3771D800E7FC97 /* ESRankingCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESRankingCell.h; path = Source/ESRankingCell.h; sourceTree = "<group>"; };
David@0
  2728
		3456231E0A3771E100E7FC97 /* AIChatLog.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIChatLog.m; path = Source/AIChatLog.m; sourceTree = "<group>"; };
David@0
  2729
		3456231F0A3771E100E7FC97 /* AIChatLog.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIChatLog.h; path = Source/AIChatLog.h; sourceTree = "<group>"; };
David@0
  2730
		345623240A3771F300E7FC97 /* AILogToGroup.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AILogToGroup.m; path = Source/AILogToGroup.m; sourceTree = "<group>"; };
David@0
  2731
		345623250A3771F400E7FC97 /* AILogToGroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AILogToGroup.h; path = Source/AILogToGroup.h; sourceTree = "<group>"; };
David@0
  2732
		345623260A3771F400E7FC97 /* AILogFromGroup.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AILogFromGroup.m; path = Source/AILogFromGroup.m; sourceTree = "<group>"; };
David@0
  2733
		345623270A3771F400E7FC97 /* AILogFromGroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AILogFromGroup.h; path = Source/AILogFromGroup.h; sourceTree = "<group>"; };
David@0
  2734
		3456232E0A37723400E7FC97 /* LogViewer.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = LogViewer.nib; path = Resources/LogViewer.nib; sourceTree = "<group>"; };
David@0
  2735
		345623370A3773C300E7FC97 /* LoggingDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = LoggingDefaults.plist; path = Resources/LoggingDefaults.plist; sourceTree = "<group>"; };
David@0
  2736
		3456233D0A3773D000E7FC97 /* AILoggerPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AILoggerPlugin.m; path = Source/AILoggerPlugin.m; sourceTree = "<group>"; };
David@0
  2737
		3456233E0A3773D000E7FC97 /* AILoggerPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AILoggerPlugin.h; path = Source/AILoggerPlugin.h; sourceTree = "<group>"; };
David@0
  2738
		34575E2A07CBA70D004A4FFF /* FileTransferRequestPrompt.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = FileTransferRequestPrompt.nib; path = Resources/FileTransferRequestPrompt.nib; sourceTree = "<group>"; };
David@0
  2739
		34575E2B07CBA70D004A4FFF /* FileTransferProgressWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = FileTransferProgressWindow.nib; path = Resources/FileTransferProgressWindow.nib; sourceTree = "<group>"; };
David@0
  2740
		34575E2C07CBA70D004A4FFF /* FileTransferPrefs.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = FileTransferPrefs.plist; path = Resources/FileTransferPrefs.plist; sourceTree = "<group>"; };
David@0
  2741
		34575E2D07CBA70D004A4FFF /* FileTransferPrefs.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = FileTransferPrefs.nib; path = Resources/FileTransferPrefs.nib; sourceTree = "<group>"; };
David@0
  2742
		34575E3407CBA7DF004A4FFF /* LoginSelect.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = LoginSelect.nib; path = Resources/LoginSelect.nib; sourceTree = "<group>"; };
David@0
  2743
		34575E3607CBA874004A4FFF /* DebugWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = DebugWindow.nib; path = Resources/DebugWindow.nib; sourceTree = "<group>"; };
David@0
  2744
		34575E3807CBA88E004A4FFF /* MainMenu.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = MainMenu.nib; path = Resources/MainMenu.nib; sourceTree = "<group>"; };
David@0
  2745
		3458B4FF081DD44B0005BCF6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2746
		3458B500081DD44B0005BCF6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2747
		3458B501081DD44B0005BCF6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2748
		3458B502081DD44B0005BCF6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2749
		3458B503081DD44B0005BCF6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2750
		3458B882081FF7CA0005BCF6 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2751
		3458B9540820D8EC0005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/WebKit Message View/fr.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2752
		3458B96E0820DAC40005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2753
		3458B9820820DAD30005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2754
		3458B9960820DAE10005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2755
		3458B9AC0820DAF50005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2756
		3458B9AD0820DAF50005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2757
		3458B9C10820DB000005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2758
		3458BA120821741A0005BCF6 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/WebKit Message View/nl.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2759
		3458BA17082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2760
		3458BA18082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2761
		3458BA19082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2762
		3458BA1A082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2763
		3458BA1B082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2764
		3458BA1C082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2765
		3458BA1D082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2766
		3458BA1E082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2767
		3458BA1F082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2768
		3458BA20082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2769
		3458BA21082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2770
		3458BA22082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2771
		3458BA23082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2772
		3458BA24082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
Peter@2044
  2773
		3458BA74082178280005BCF6 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = "Plugins/Purple Service/da.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2774
		3458BA75082178280005BCF6 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = Resources/da.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  2775
		3458BA89082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2776
		3458BA8A082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2777
		3458BA8B082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2778
		3458BA8C082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2779
		3458BA8D082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2780
		3458BA8E082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2781
		3458BA8F082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2782
		3458BA90082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2783
		3458BA92082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2784
		3458BA93082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2785
		3458BA95082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2786
		3458BA96082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2787
		3458BA97082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/AccountProxy.nib; sourceTree = "<group>"; };
zacw@1000
  2788
		3458BA98082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2789
		3458BA99082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2790
		3458BA9A082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2791
		3458BA9B082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2792
		3458BA9C082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2793
		3458BA9D082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2794
		3458BA9E082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2795
		3458BA9F082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2796
		3458BAA0082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2797
		3458BAA1082178430005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2798
		3459CBE90A25FFBE00ECC256 /* GetMetadataForHTMLLog.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GetMetadataForHTMLLog.m; path = "Other/Adium Spotlight Importer/GetMetadataForHTMLLog.m"; sourceTree = "<group>"; };
David@0
  2799
		3459CBEA0A25FFBE00ECC256 /* GetMetadataForHTMLLog.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GetMetadataForHTMLLog.h; path = "Other/Adium Spotlight Importer/GetMetadataForHTMLLog.h"; sourceTree = "<group>"; };
David@0
  2800
		3459CBEB0A25FFBE00ECC256 /* GetMetadataForFile.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GetMetadataForFile.m; path = "Other/Adium Spotlight Importer/GetMetadataForFile.m"; sourceTree = "<group>"; };
David@0
  2801
		3459CBEC0A25FFBF00ECC256 /* AdiumSpotlightImporter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AdiumSpotlightImporter.h; path = "Other/Adium Spotlight Importer/AdiumSpotlightImporter.h"; sourceTree = "<group>"; };
David@0
  2802
		345A7B590954AD1400FF3113 /* ESSimpleService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESSimpleService.h; path = "Plugins/Purple Service/ESSimpleService.h"; sourceTree = "<group>"; };
David@0
  2803
		345A7B5A0954AD1400FF3113 /* ESSimpleService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESSimpleService.m; path = "Plugins/Purple Service/ESSimpleService.m"; sourceTree = "<group>"; };
David@0
  2804
		345A7B650954AD2800FF3113 /* ESPurpleSimpleAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleSimpleAccount.h; path = "Plugins/Purple Service/ESPurpleSimpleAccount.h"; sourceTree = "<group>"; };
David@0
  2805
		345A7B660954AD2800FF3113 /* ESPurpleSimpleAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleSimpleAccount.m; path = "Plugins/Purple Service/ESPurpleSimpleAccount.m"; sourceTree = "<group>"; };
David@0
  2806
		345A7B6B0954AD3A00FF3113 /* ESPurpleSimpleAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleSimpleAccountViewController.h; path = "Plugins/Purple Service/ESPurpleSimpleAccountViewController.h"; sourceTree = "<group>"; };
David@0
  2807
		345A7B6C0954AD3A00FF3113 /* ESPurpleSimpleAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleSimpleAccountViewController.m; path = "Plugins/Purple Service/ESPurpleSimpleAccountViewController.m"; sourceTree = "<group>"; };
David@0
  2808
		345A7B710954AD4D00FF3113 /* PurpleDefaultsSimple.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = PurpleDefaultsSimple.plist; path = "Plugins/Purple Service/PurpleDefaultsSimple.plist"; sourceTree = "<group>"; };
David@0
  2809
		345A7B840954AEF400FF3113 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  2810
		345ACC960811C20F008E4D22 /* AwayStatusWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AwayStatusWindow.nib; path = Resources/AwayStatusWindow.nib; sourceTree = "<group>"; };
David@0
  2811
		345AF6BE0A5C996B00D7DA6F /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2812
		345AF6BF0A5C997200D7DA6F /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2813
		345AF6C00A5C998000D7DA6F /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2814
		345AF6C10A5C998D00D7DA6F /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2815
		345AF6C20A5C999900D7DA6F /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2816
		345AF6C30A5C99A600D7DA6F /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2817
		345AF6C40A5C99AF00D7DA6F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2818
		345AF6C50A5C99BA00D7DA6F /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2819
		345AF6C60A5C99C300D7DA6F /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2820
		345AF6C70A5C99CE00D7DA6F /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2821
		345AF6C80A5C99D800D7DA6F /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2822
		345AF6C90A5C99E300D7DA6F /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2823
		345AF6CA0A5C99F400D7DA6F /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2824
		345AF6CB0A5C9B4200D7DA6F /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2825
		345AF6CC0A5C9B4E00D7DA6F /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2826
		345AF6CD0A5C9B5A00D7DA6F /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  2827
		345AF9B50A5D67EC00D7DA6F /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2828
		345AFAEB0A5D9A5F00D7DA6F /* AINoisyTableColumn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AINoisyTableColumn.h; path = Source/AINoisyTableColumn.h; sourceTree = "<group>"; };
David@0
  2829
		345AFAEC0A5D9A5F00D7DA6F /* AINoisyTableColumn.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AINoisyTableColumn.m; path = Source/AINoisyTableColumn.m; sourceTree = "<group>"; };
Evan@666
  2830
		345D68950F1FD563002F2D01 /* facebook.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = facebook.png; path = "Plugins/Purple Service/facebook.png"; sourceTree = "<group>"; };
Evan@666
  2831
		345D68960F1FD563002F2D01 /* facebook-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "facebook-small.png"; path = "Plugins/Purple Service/facebook-small.png"; sourceTree = "<group>"; };
Evan@666
  2832
		345D68A00F1FD59F002F2D01 /* PurpleFacebookService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleFacebookService.h; path = "Plugins/Purple Service/PurpleFacebookService.h"; sourceTree = "<group>"; };
Evan@666
  2833
		345D68A10F1FD59F002F2D01 /* PurpleFacebookService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PurpleFacebookService.m; path = "Plugins/Purple Service/PurpleFacebookService.m"; sourceTree = "<group>"; };
Evan@666
  2834
		345D68A60F1FD5AA002F2D01 /* PurpleFacebookAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleFacebookAccount.h; path = "Plugins/Purple Service/PurpleFacebookAccount.h"; sourceTree = "<group>"; };
Evan@666
  2835
		345D68A70F1FD5AA002F2D01 /* PurpleFacebookAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PurpleFacebookAccount.m; path = "Plugins/Purple Service/PurpleFacebookAccount.m"; sourceTree = "<group>"; };
Peter@2044
  2836
		345DA0690CA09AD6009F1989 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = Resources/fr.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2837
		345DA06A0CA09ADD009F1989 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = Resources/ja.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2838
		345DA06B0CA09AE0009F1989 /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = Resources/it.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2839
		345DA06C0CA09AE3009F1989 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2840
		345DA06D0CA09AE5009F1989 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = Resources/nl.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2841
		345DA06E0CA09AE9009F1989 /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = Resources/zh_TW.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2842
		345DA06F0CA09AEB009F1989 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = Resources/da.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2843
		345DA0700CA09AED009F1989 /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = Resources/nb.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2844
		345DA0710CA09AF1009F1989 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = Resources/zh_CN.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2845
		345DA0720CA09AF3009F1989 /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = Resources/cs.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2846
		345DA0730CA09AF5009F1989 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = Resources/is.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2847
		345DA0740CA09AF7009F1989 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = Resources/sv.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2848
		345DA0750CA09AFA009F1989 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = Resources/ca.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2849
		345DA0760CA09AFC009F1989 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = Resources/ru.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2850
		345DA0770CA09B04009F1989 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2851
		345DA0780CA09B06009F1989 /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = Resources/pl.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2852
		345DA0790CA09B09009F1989 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = Resources/tr.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2853
		345DA07A0CA09B0C009F1989 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = Resources/fi.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2854
		345DA07B0CA09B18009F1989 /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = Resources/pt_BR.lproj/Statuses.strings; sourceTree = "<group>"; };
Peter@2044
  2855
		345DA07C0CA09B1A009F1989 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = Resources/en.lproj/Statuses.strings; sourceTree = "<group>"; };
David@0
  2856
		345EE2DC0AD057FA003F396A /* AIContactInfoImageViewWithImagePicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactInfoImageViewWithImagePicker.h; path = Source/AIContactInfoImageViewWithImagePicker.h; sourceTree = "<group>"; };
David@0
  2857
		345EE2DD0AD057FA003F396A /* AIContactInfoImageViewWithImagePicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContactInfoImageViewWithImagePicker.m; path = Source/AIContactInfoImageViewWithImagePicker.m; sourceTree = "<group>"; };
David@0
  2858
		345F566A08178356001F733C /* AdiumServiceIcons.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumServiceIcons.icns; path = Resources/AdiumServiceIcons.icns; sourceTree = "<group>"; };
David@0
  2859
		345F573F0817FF80001F733C /* pref-contactList.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-contactList.png"; path = "Resources/pref-contactList.png"; sourceTree = "<group>"; };
David@0
  2860
		345F583D08197E74001F733C /* AdiumStatusIcons.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumStatusIcons.icns; path = Resources/AdiumStatusIcons.icns; sourceTree = "<group>"; };
David@0
  2861
		345F586308198E7F001F733C /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2862
		345F586408198E87001F733C /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2863
		345F589908198F15001F733C /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2864
		345F589A08198F15001F733C /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2865
		345F589B08198F15001F733C /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2866
		345F589C08198F15001F733C /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2867
		345F58C6081990FF001F733C /* LogViewer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = LogViewer.png; path = Resources/LogViewer.png; sourceTree = "<group>"; };
David@0
  2868
		345F58EB0819967A001F733C /* offlinecontacts.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = offlinecontacts.png; path = Resources/offlinecontacts.png; sourceTree = "<group>"; };
David@0
  2869
		345F58EC0819967A001F733C /* offlinecontacts_transparent.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = offlinecontacts_transparent.png; path = Resources/offlinecontacts_transparent.png; sourceTree = "<group>"; };
David@0
  2870
		345F58F108199727001F733C /* togglegroups_transparent.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = togglegroups_transparent.png; path = Resources/togglegroups_transparent.png; sourceTree = "<group>"; };
David@0
  2871
		345F58F208199727001F733C /* togglegroups.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = togglegroups.png; path = Resources/togglegroups.png; sourceTree = "<group>"; };
David@0
  2872
		345F590608199746001F733C /* emoticon32_transparent.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = emoticon32_transparent.png; path = Resources/emoticon32_transparent.png; sourceTree = "<group>"; };
David@0
  2873
		345F5B97081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2874
		345F5B98081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2875
		345F5B99081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2876
		345F5B9A081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2877
		345F5B9B081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2878
		345F5B9C081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2879
		345F5B9D081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2880
		345F5B9E081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2881
		345F5B9F081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2882
		345F5BA0081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2883
		345F5BA1081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2884
		345F5BA2081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2885
		345F5BA3081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2886
		345F5BA4081AC4F1001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  2887
		345F5BA5081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2888
		345F5BA6081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2889
		345F5BA7081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2890
		345F5BA9081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2891
		345F5BAA081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  2892
		345F5BAB081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = Resources/zh_TW.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  2893
		345F5BAD081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Plugins/WebKit Message View/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  2894
		345F5BAF081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  2895
		345F5BB1081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2896
		345F5BB2081AC4F3001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2897
		345F5BB3081AC4F3001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2898
		345F5BB4081AC4F3001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/WebKit Message View/zh_TW.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2899
		34607EE609B228FE000DB3D2 /* AIContactListNameButton.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactListNameButton.h; path = Source/AIContactListNameButton.h; sourceTree = "<group>"; };
David@0
  2900
		34607EE709B228FE000DB3D2 /* AIContactListNameButton.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactListNameButton.m; path = Source/AIContactListNameButton.m; sourceTree = "<group>"; };
David@0
  2901
		34607F0C09B2296A000DB3D2 /* AIHoveringPopUpButtonCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIHoveringPopUpButtonCell.m; path = Source/AIHoveringPopUpButtonCell.m; sourceTree = "<group>"; };
David@0
  2902
		34607F0D09B2296A000DB3D2 /* AIHoveringPopUpButtonCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIHoveringPopUpButtonCell.h; path = Source/AIHoveringPopUpButtonCell.h; sourceTree = "<group>"; };
David@0
  2903
		34607F0E09B2296A000DB3D2 /* AIHoveringPopUpButton.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIHoveringPopUpButton.m; path = Source/AIHoveringPopUpButton.m; sourceTree = "<group>"; };
David@0
  2904
		34607F0F09B2296A000DB3D2 /* AIHoveringPopUpButton.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIHoveringPopUpButton.h; path = Source/AIHoveringPopUpButton.h; sourceTree = "<group>"; };
David@0
  2905
		3461621006FB482C009181D8 /* UserList Theme.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "UserList Theme.plist"; path = "Plugins/Dual Window Interface/UserList Theme.plist"; sourceTree = "<group>"; };
David@0
  2906
		3461621106FB482C009181D8 /* ESChatUserListController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESChatUserListController.h; path = "Plugins/Dual Window Interface/ESChatUserListController.h"; sourceTree = "<group>"; };
David@0
  2907
		3461621206FB482C009181D8 /* ESChatUserListController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESChatUserListController.m; path = "Plugins/Dual Window Interface/ESChatUserListController.m"; sourceTree = "<group>"; };
David@0
  2908
		3461621306FB482D009181D8 /* UserList Layout.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "UserList Layout.plist"; path = "Plugins/Dual Window Interface/UserList Layout.plist"; sourceTree = "<group>"; };
David@0
  2909
		346196F10D31607500763051 /* SRSnapback.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SRSnapback.png; path = Resources/SRSnapback.png; sourceTree = "<group>"; };
David@0
  2910
		34619A860BC8BF2300DF383C /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2911
		34619A870BC8BF2800DF383C /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2912
		34619A880BC8BF2B00DF383C /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2913
		34619A890BC8BF2D00DF383C /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2914
		34619A8A0BC8BF3000DF383C /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2915
		34619A8B0BC8BF3400DF383C /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2916
		34619A8C0BC8BF3700DF383C /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2917
		34619A8D0BC8BF3900DF383C /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2918
		34619A8E0BC8BF3D00DF383C /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2919
		34619A8F0BC8BF4000DF383C /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2920
		34619A900BC8BF4200DF383C /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2921
		34619A910BC8BF4500DF383C /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2922
		34619A920BC8BF4800DF383C /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2923
		34619A930BC8BF4A00DF383C /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2924
		34619A940BC8BF4D00DF383C /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2925
		34619A950BC8BF5100DF383C /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2926
		34619A960BC8BF5400DF383C /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2927
		34619A970BC8BF5600DF383C /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2928
		34619A980BC8BF5B00DF383C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
David@0
  2929
		34636E4C0BC9A90600AD57AD /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  2930
		346371050BCA0A5400AD57AD /* AIMessageTabSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMessageTabSplitView.h; path = Source/AIMessageTabSplitView.h; sourceTree = "<group>"; };
David@0
  2931
		346371060BCA0A5400AD57AD /* AIMessageTabSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMessageTabSplitView.m; path = Source/AIMessageTabSplitView.m; sourceTree = "<group>"; };
zacw@1000
  2932
		3465228E08371921009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2933
		3465228F08371921009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2934
		3465229008371921009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2935
		3465229108371921009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2936
		3465229208371922009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2937
		3465229308371922009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2938
		3465229508371922009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2939
		3465229608371922009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2940
		3465229708371922009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2941
		3465229808371922009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2942
		3465229908371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/WebKit Message View/zh_CN.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  2943
		3465229A08371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2944
		3465229B08371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2945
		3465229C08371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Frameworks/Adium Framework/Resources/zh_CN.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2946
		3465229E08371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2947
		3465229F08371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2948
		346522A008371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2949
		346522A108371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2950
		346522A208371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2951
		346522A308371923009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2952
		346522A408371924009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2953
		346522A508371924009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2954
		346522A608371924009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2955
		346522A708371924009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2956
		346522A808371924009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2957
		346522A908371924009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2958
		346522BA08371996009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  2959
		346522BB08371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2960
		346522BC08371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  2961
		346522BD08371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  2962
		346522BE08371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2963
		346522BF08371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2964
		346522C008371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2965
		346522C108371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  2966
		346522C208371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2967
		346522C308371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2968
		346522C408371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2969
		346522C508371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2970
		346522C608371997009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2971
		346522C708371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2972
		346522C808371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/WebKit Message View/cs.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
zacw@1000
  2973
		346522C908371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2974
		346522CC08371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2975
		346522CD08371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Frameworks/Adium Framework/Resources/cs.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  2976
		346522CE08371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2977
		346522CF08371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2978
		346522D008371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2979
		346522D108371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  2980
		346522D208371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2981
		346522D308371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2982
		346522D408371998009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2983
		346522D508371999009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
zacw@1000
  2984
		346522F8083719ED009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  2985
		346522F9083719ED009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  2986
		346522FA083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  2987
		346522FB083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  2988
		346522FC083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2989
		346522FD083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  2990
		346522FF083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  2991
		34652300083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  2992
		34652301083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  2993
		34652302083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  2994
		34652303083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  2995
		34652304083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  2996
		34652305083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  2997
		34652306083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  2998
		34652308083719EE009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  2999
		34652309083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  3000
		3465230A083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  3001
		3465230B083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  3002
		3465230C083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3003
		3465230D083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/WebKit Message View/nb.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3004
		3465230E083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  3005
		3465230F083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3006
		34652310083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Frameworks/Adium Framework/Resources/nb.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  3007
		34652311083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3008
		34652312083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3009
		34652313083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
Peter@2044
  3010
		34652315083719EF009565FE /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = "Plugins/Purple Service/nb.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3011
		34652316083719F0009565FE /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = Resources/nb.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3012
		34652318083719F0009565FE /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = "Plugins/WebKit Message View/nb.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3013
		34652319083719F0009565FE /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = Resources/nb.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  3014
		3465232C083719FF009565FE /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Frameworks/Adium Framework/Resources/ja.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  3015
		3465233E08371A0C009565FE /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
Peter@2044
  3016
		3465235208371A3F009565FE /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = Resources/zh_CN.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  3017
		3465235308371A3F009565FE /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3018
		3465235408371A40009565FE /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Plugins/WebKit Message View/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3019
		3465236508371A64009565FE /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = "Plugins/Purple Service/cs.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3020
		3465236608371A64009565FE /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = "Plugins/WebKit Message View/cs.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3021
		3465236808371A65009565FE /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = Resources/cs.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  3022
		346544D90C8F686B0046ED68 /* AMPurpleJabberXMLConsole.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AMPurpleJabberXMLConsole.nib; path = "Plugins/Purple Service/AMPurpleJabberXMLConsole.nib"; sourceTree = "<group>"; };
David@0
  3023
		346544DA0C8F686B0046ED68 /* AMPurpleJabberDiscoveryBrowser.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AMPurpleJabberDiscoveryBrowser.nib; path = "Plugins/Purple Service/AMPurpleJabberDiscoveryBrowser.nib"; sourceTree = "<group>"; };
David@0
  3024
		3465451A0C8F6A670046ED68 /* AMPurpleJabberServiceDiscoveryBrowserController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AMPurpleJabberServiceDiscoveryBrowserController.h; path = "Plugins/Purple Service/AMPurpleJabberServiceDiscoveryBrowserController.h"; sourceTree = "<group>"; };
David@0
  3025
		3465451B0C8F6A670046ED68 /* AMPurpleJabberServiceDiscoveryBrowserController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AMPurpleJabberServiceDiscoveryBrowserController.m; path = "Plugins/Purple Service/AMPurpleJabberServiceDiscoveryBrowserController.m"; sourceTree = "<group>"; };
David@0
  3026
		346545230C8F6AAD0046ED68 /* AMPurpleJabberNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AMPurpleJabberNode.h; path = "Plugins/Purple Service/AMPurpleJabberNode.h"; sourceTree = "<group>"; };
David@0
  3027
		346545240C8F6AAD0046ED68 /* AMPurpleJabberNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AMPurpleJabberNode.m; path = "Plugins/Purple Service/AMPurpleJabberNode.m"; sourceTree = "<group>"; };
David@0
  3028
		346545B70C8F71370046ED68 /* AMPurpleJabberAdHocCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AMPurpleJabberAdHocCommand.h; path = "Plugins/Purple Service/AMPurpleJabberAdHocCommand.h"; sourceTree = "<group>"; };
David@0
  3029
		346545B80C8F71380046ED68 /* AMPurpleJabberAdHocCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AMPurpleJabberAdHocCommand.m; path = "Plugins/Purple Service/AMPurpleJabberAdHocCommand.m"; sourceTree = "<group>"; };
David@0
  3030
		346545C90C8F73000046ED68 /* AMPurpleJabberAdHocPing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AMPurpleJabberAdHocPing.h; path = "Plugins/Purple Service/AMPurpleJabberAdHocPing.h"; sourceTree = "<group>"; };
David@0
  3031
		346545CA0C8F73000046ED68 /* AMPurpleJabberAdHocPing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AMPurpleJabberAdHocPing.m; path = "Plugins/Purple Service/AMPurpleJabberAdHocPing.m"; sourceTree = "<group>"; };
David@0
  3032
		346636860D41541A006C9034 /* FriBidi.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FriBidi.xcodeproj; path = "Frameworks/FriBidi Framework/FriBidi.xcodeproj"; sourceTree = "<group>"; };
David@0
  3033
		346935D30BA6C89D00E1CF7E /* AIFileTransferProgressOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFileTransferProgressOutlineView.h; path = Source/AIFileTransferProgressOutlineView.h; sourceTree = "<group>"; };
David@0
  3034
		346935D40BA6C89D00E1CF7E /* AIFileTransferProgressOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFileTransferProgressOutlineView.m; path = Source/AIFileTransferProgressOutlineView.m; sourceTree = "<group>"; };
David@0
  3035
		34695FA20A89BA2B00E3B0D0 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3036
		34695FA30A89BA3600E3B0D0 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3037
		34695FA40A89BA5800E3B0D0 /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3038
		346BA33C0774C27400628F06 /* ESGlobalEventsPreferencesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESGlobalEventsPreferencesPlugin.h; path = Source/ESGlobalEventsPreferencesPlugin.h; sourceTree = "<group>"; };
David@0
  3039
		346BA33D0774C27400628F06 /* ESGlobalEventsPreferencesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESGlobalEventsPreferencesPlugin.m; path = Source/ESGlobalEventsPreferencesPlugin.m; sourceTree = "<group>"; };
David@0
  3040
		346BA3420774C2D200628F06 /* ESGlobalEventsPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESGlobalEventsPreferences.h; path = Source/ESGlobalEventsPreferences.h; sourceTree = "<group>"; };
David@0
  3041
		346BA3430774C2D200628F06 /* ESGlobalEventsPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESGlobalEventsPreferences.m; path = Source/ESGlobalEventsPreferences.m; sourceTree = "<group>"; };
David@0
  3042
		346BA3630774C35400628F06 /* GlobalEventsPreferences.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = GlobalEventsPreferences.nib; path = Resources/GlobalEventsPreferences.nib; sourceTree = "<group>"; };
David@0
  3043
		346C9A2305FFE3DE000F5A8A /* ESWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESWebView.h; path = "Plugins/WebKit Message View/ESWebView.h"; sourceTree = "<group>"; };
David@0
  3044
		346C9A2405FFE3DF000F5A8A /* ESWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESWebView.m; path = "Plugins/WebKit Message View/ESWebView.m"; sourceTree = "<group>"; };
Evan@268
  3045
		346C9BF70E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/AccountProxy.nib; sourceTree = "<group>"; };
Evan@268
  3046
		346C9BF80E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
Evan@268
  3047
		346C9BF90E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
Peter@2044
  3048
		346C9BFA0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = Resources/hu.lproj/Buttons.strings; sourceTree = "<group>"; };
Evan@268
  3049
		346C9BFB0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
Evan@268
  3050
		346C9BFC0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
Evan@268
  3051
		346C9BFD0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
Evan@268
  3052
		346C9BFE0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
Evan@268
  3053
		346C9BFF0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
Evan@268
  3054
		346C9C000E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
Evan@268
  3055
		346C9C010E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Frameworks/Adium Framework/Resources/hu.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
Peter@2044
  3056
		346C9C020E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = "Frameworks/Adium Framework/Resources/hu.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Evan@268
  3057
		346C9C030E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
Evan@268
  3058
		346C9C040E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3059
		346C9C050E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3060
		346C9C060E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3061
		346C9C070E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3062
		346C9C080E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3063
		346C9C090E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  3064
		346C9C0A0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3065
		346C9C0B0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3066
		346C9C0C0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3067
		346C9C0D0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/Purple Service/hu.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
Evan@268
  3068
		346C9C0E0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
Peter@2044
  3069
		346C9C0F0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = Resources/hu.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Evan@268
  3070
		346C9C100E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
Evan@268
  3071
		346C9C110E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  3072
		346C9C120E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = "Frameworks/Adium Framework/Resources/hu.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3073
		346C9C130E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = Resources/hu.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  3074
		346C9C140E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = "Plugins/WebKit Message View/hu.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3075
		346C9C150E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = "Plugins/Purple Service/hu.lproj/Localizable.strings"; sourceTree = "<group>"; };
Evan@268
  3076
		346C9C160E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
Evan@268
  3077
		346C9C170E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
Evan@268
  3078
		346C9C180E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
Evan@268
  3079
		346C9C190E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
Evan@268
  3080
		346C9C1A0E70E1F7002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
Evan@268
  3081
		346C9C1B0E70E1F8002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = folder; name = hu; path = "Resources/hu.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
Peter@2044
  3082
		346C9C1C0E70E1F8002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = Resources/hu.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3083
		346C9C1D0E70E1F8002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = Resources/hu.lproj/Statuses.strings; sourceTree = "<group>"; };
Evan@268
  3084
		346C9C1E0E70E1F8002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
Evan@268
  3085
		346C9C1F0E70E1F8002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = Resources/hu.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
Evan@268
  3086
		346C9C200E70E1F8002314EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = hu; path = "Plugins/WebKit Message View/hu.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3087
		346CFDC4087B7836009711C8 /* AdiumIdleManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumIdleManager.h; path = Source/AdiumIdleManager.h; sourceTree = "<group>"; };
David@0
  3088
		346CFDC5087B7836009711C8 /* AdiumIdleManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumIdleManager.m; path = Source/AdiumIdleManager.m; sourceTree = "<group>"; };
David@0
  3089
		346F5CB308A418FB0055C610 /* CurrentTunes.scpt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.scpt; name = CurrentTunes.scpt; path = Resources/CurrentTunes.scpt; sourceTree = "<group>"; };
David@0
  3090
		347065E406015DC5004F0D20 /* WebKit Defaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = "WebKit Defaults.plist"; path = "Plugins/WebKit Message View/WebKit Defaults.plist"; sourceTree = "<group>"; };
David@0
  3091
		3470BF5E0BC6F18500388232 /* AIMessageHistoryPreferencesWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMessageHistoryPreferencesWindowController.h; path = Source/AIMessageHistoryPreferencesWindowController.h; sourceTree = "<group>"; };
David@0
  3092
		3470BF5F0BC6F18500388232 /* AIMessageHistoryPreferencesWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMessageHistoryPreferencesWindowController.m; path = Source/AIMessageHistoryPreferencesWindowController.m; sourceTree = "<group>"; };
David@0
  3093
		3470BF660BC6F21200388232 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
Peter@2044
  3094
		347374BC0AA9206B00AD18E3 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = Resources/en.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3095
		347374F00AA920F300AD18E3 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = Resources/ca.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3096
		347374F10AA920F700AD18E3 /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = Resources/cs.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3097
		347374F20AA920FD00AD18E3 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = Resources/da.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3098
		347374F30AA9210400AD18E3 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = Resources/nl.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3099
		347374F40AA9210D00AD18E3 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = Resources/fr.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3100
		347374F50AA9211400AD18E3 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3101
		347374F60AA9211B00AD18E3 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = Resources/is.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3102
		347374F70AA9212200AD18E3 /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = Resources/it.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3103
		347374F80AA9212900AD18E3 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = Resources/ja.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3104
		347374F90AA9213300AD18E3 /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = Resources/nb.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3105
		347374FA0AA9213A00AD18E3 /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = Resources/pl.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3106
		347374FB0AA9214100AD18E3 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = Resources/ru.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3107
		347374FC0AA9214A00AD18E3 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3108
		347374FD0AA9215100AD18E3 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = Resources/sv.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3109
		347374FE0AA9215800AD18E3 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = Resources/tr.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3110
		347374FF0AA9215F00AD18E3 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = Resources/zh_CN.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3111
		347375000AA9216700AD18E3 /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = Resources/zh_TW.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
David@0
  3112
		3474DD6F0824699D00BF30F0 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  3113
		3474DFFC08254F3500BF30F0 /* Copyright.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Copyright.txt; sourceTree = "<group>"; };
David@0
  3114
		3474DFFF082550FD00BF30F0 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = Credits.rtf; path = Resources/Credits.rtf; sourceTree = "<group>"; };
David@0
  3115
		347933F10C861017007ADCAA /* AIColorStringTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIColorStringTransformer.h; path = "Frameworks/Adium Framework/Source/AIColorStringTransformer.h"; sourceTree = "<group>"; };
David@0
  3116
		347933F20C861017007ADCAA /* AIColorStringTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIColorStringTransformer.m; path = "Frameworks/Adium Framework/Source/AIColorStringTransformer.m"; sourceTree = "<group>"; };
David@0
  3117
		347AC44608AAA7C70043FB94 /* ca */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ca; path = "Resources/ca.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  3118
		347C6940080C8F2B00E69674 /* ESAwayStatusWindowPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESAwayStatusWindowPlugin.h; path = Source/ESAwayStatusWindowPlugin.h; sourceTree = "<group>"; };
David@0
  3119
		347C6941080C8F2B00E69674 /* ESAwayStatusWindowPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESAwayStatusWindowPlugin.m; path = Source/ESAwayStatusWindowPlugin.m; sourceTree = "<group>"; };
David@0
  3120
		347C6946080C8F3A00E69674 /* ESAwayStatusWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESAwayStatusWindowController.h; path = Source/ESAwayStatusWindowController.h; sourceTree = "<group>"; };
David@0
  3121
		347C6947080C8F3A00E69674 /* ESAwayStatusWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESAwayStatusWindowController.m; path = Source/ESAwayStatusWindowController.m; sourceTree = "<group>"; };
David@0
  3122
		347E39DB0A98AA4A00961B0E /* missing_image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = missing_image.png; path = "Plugins/Purple Service/missing_image.png"; sourceTree = "<group>"; };
David@0
  3123
		347E77F107CA94FE00350507 /* ESAccountEvents.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAccountEvents.h; path = Source/ESAccountEvents.h; sourceTree = "<group>"; };
David@0
  3124
		347E77F207CA94FE00350507 /* ESAccountEvents.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAccountEvents.m; path = Source/ESAccountEvents.m; sourceTree = "<group>"; };
David@0
  3125
		347E781107CA961300350507 /* ESUserIconHandlingPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESUserIconHandlingPlugin.h; path = Source/ESUserIconHandlingPlugin.h; sourceTree = "<group>"; };
David@0
  3126
		347E781207CA961300350507 /* ESUserIconHandlingPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESUserIconHandlingPlugin.m; path = Source/ESUserIconHandlingPlugin.m; sourceTree = "<group>"; };
David@0
  3127
		347E781907CA962100350507 /* userIconToolbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = userIconToolbar.png; path = Resources/userIconToolbar.png; sourceTree = "<group>"; };
David@0
  3128
		347E782407CA964600350507 /* ESContactSortConfigurationWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESContactSortConfigurationWindowController.h; path = Source/ESContactSortConfigurationWindowController.h; sourceTree = "<group>"; };
David@0
  3129
		347E782507CA964600350507 /* AIContactSortSelectionPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactSortSelectionPlugin.m; path = Source/AIContactSortSelectionPlugin.m; sourceTree = "<group>"; };
David@0
  3130
		347E782607CA964600350507 /* ESContactSortConfigurationWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESContactSortConfigurationWindowController.m; path = Source/ESContactSortConfigurationWindowController.m; sourceTree = "<group>"; };
David@0
  3131
		347E782707CA964600350507 /* AIContactSortSelectionPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactSortSelectionPlugin.h; path = Source/AIContactSortSelectionPlugin.h; sourceTree = "<group>"; };
David@0
  3132
		347E783307CA967100350507 /* SortingDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = SortingDefaults.plist; path = Resources/SortingDefaults.plist; sourceTree = "<group>"; };
David@0
  3133
		347E784A07CA96D600350507 /* AIContactListEditorPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactListEditorPlugin.m; path = Source/AIContactListEditorPlugin.m; sourceTree = "<group>"; };
David@0
  3134
		347E784B07CA96D700350507 /* AIContactListEditorPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactListEditorPlugin.h; path = Source/AIContactListEditorPlugin.h; sourceTree = "<group>"; };
David@0
  3135
		347E785207CA96E200350507 /* AINewContactWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AINewContactWindowController.m; path = Source/AINewContactWindowController.m; sourceTree = "<group>"; };
David@0
  3136
		347E785307CA96E200350507 /* AINewContactWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AINewContactWindowController.h; path = Source/AINewContactWindowController.h; sourceTree = "<group>"; };
David@0
  3137
		347E785E07CA970500350507 /* AINewGroupWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AINewGroupWindowController.m; path = Source/AINewGroupWindowController.m; sourceTree = "<group>"; };
David@0
  3138
		347E785F07CA970500350507 /* AINewGroupWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AINewGroupWindowController.h; path = Source/AINewGroupWindowController.h; sourceTree = "<group>"; };
David@0
  3139
		347E786907CA972100350507 /* AddContact.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AddContact.nib; path = Resources/AddContact.nib; sourceTree = "<group>"; };
David@0
  3140
		347E786A07CA972100350507 /* AddGroup.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AddGroup.nib; path = Resources/AddGroup.nib; sourceTree = "<group>"; };
David@0
  3141
		347E787207CA975900350507 /* AddContact.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AddContact.png; path = Resources/AddContact.png; sourceTree = "<group>"; };
David@0
  3142
		347E787307CA975900350507 /* addGroup.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = addGroup.png; path = Resources/addGroup.png; sourceTree = "<group>"; };
David@0
  3143
		347E787507CA975900350507 /* remove.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = remove.png; path = Resources/remove.png; sourceTree = "<group>"; };
David@0
  3144
		347E787607CA975900350507 /* importContacts.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = importContacts.png; path = Resources/importContacts.png; sourceTree = "<group>"; };
David@0
  3145
		347E788707CA978D00350507 /* CBActionSupportPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CBActionSupportPlugin.m; path = Source/CBActionSupportPlugin.m; sourceTree = "<group>"; };
David@0
  3146
		347E788807CA978D00350507 /* CBActionSupportPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CBActionSupportPlugin.h; path = Source/CBActionSupportPlugin.h; sourceTree = "<group>"; };
David@0
  3147
		347E790D07CAA51400350507 /* AIManualSort.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIManualSort.m; path = Source/AIManualSort.m; sourceTree = "<group>"; };
David@0
  3148
		347E790E07CAA51400350507 /* AIManualSort.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIManualSort.h; path = Source/AIManualSort.h; sourceTree = "<group>"; };
David@0
  3149
		347E790F07CAA51400350507 /* ESStatusSort.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESStatusSort.m; path = Source/ESStatusSort.m; sourceTree = "<group>"; };
David@0
  3150
		347E791007CAA51400350507 /* AIAlphabeticalSort.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAlphabeticalSort.h; path = Source/AIAlphabeticalSort.h; sourceTree = "<group>"; };
David@0
  3151
		347E791107CAA51400350507 /* ESStatusSort.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESStatusSort.h; path = Source/ESStatusSort.h; sourceTree = "<group>"; };
David@0
  3152
		347E791207CAA51400350507 /* AIAlphabeticalSort.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAlphabeticalSort.m; path = Source/AIAlphabeticalSort.m; sourceTree = "<group>"; };
David@0
  3153
		347E791D07CAA52300350507 /* SortConfiguration.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = SortConfiguration.nib; path = Resources/SortConfiguration.nib; sourceTree = "<group>"; };
David@0
  3154
		347E791E07CAA52300350507 /* StatusSortDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = StatusSortDefaults.plist; path = Resources/StatusSortDefaults.plist; sourceTree = "<group>"; };
David@0
  3155
		347E791F07CAA52300350507 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  3156
		347E792007CAA52300350507 /* AlphabeticalSortConfiguration.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AlphabeticalSortConfiguration.nib; path = Resources/AlphabeticalSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  3157
		347E792107CAA52300350507 /* AlphabeticalSortDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = AlphabeticalSortDefaults.plist; path = Resources/AlphabeticalSortDefaults.plist; sourceTree = "<group>"; };
David@0
  3158
		347E7A8D07CAF88200350507 /* AIContactAwayPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactAwayPlugin.h; path = Source/AIContactAwayPlugin.h; sourceTree = "<group>"; };
David@0
  3159
		347E7A8E07CAF88200350507 /* AIContactAwayPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactAwayPlugin.m; path = Source/AIContactAwayPlugin.m; sourceTree = "<group>"; };
David@0
  3160
		347E7A9407CAF8AE00350507 /* ESContactClientPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESContactClientPlugin.m; path = Source/ESContactClientPlugin.m; sourceTree = "<group>"; };
David@0
  3161
		347E7A9507CAF8AE00350507 /* ESContactClientPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESContactClientPlugin.h; path = Source/ESContactClientPlugin.h; sourceTree = "<group>"; };
David@0
  3162
		347E7A9607CAF8AF00350507 /* CBContactLastSeenPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CBContactLastSeenPlugin.h; path = Source/CBContactLastSeenPlugin.h; sourceTree = "<group>"; };
David@0
  3163
		347E7A9707CAF8AF00350507 /* AIContactIdlePlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactIdlePlugin.m; path = Source/AIContactIdlePlugin.m; sourceTree = "<group>"; };
David@0
  3164
		347E7A9807CAF8AF00350507 /* AIContactIdlePlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactIdlePlugin.h; path = Source/AIContactIdlePlugin.h; sourceTree = "<group>"; };
David@0
  3165
		347E7AA107CAF8DA00350507 /* BGContactNotesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = BGContactNotesPlugin.m; path = Source/BGContactNotesPlugin.m; sourceTree = "<group>"; };
David@0
  3166
		347E7AA207CAF8DA00350507 /* BGContactNotesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BGContactNotesPlugin.h; path = Source/BGContactNotesPlugin.h; sourceTree = "<group>"; };
David@0
  3167
		347E7AA807CAF8EE00350507 /* SAContactOnlineForPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SAContactOnlineForPlugin.m; path = Source/SAContactOnlineForPlugin.m; sourceTree = "<group>"; };
David@0
  3168
		347E7AA907CAF8EE00350507 /* SAContactOnlineForPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SAContactOnlineForPlugin.h; path = Source/SAContactOnlineForPlugin.h; sourceTree = "<group>"; };
David@0
  3169
		347E7AB107CAF93700350507 /* AIContactOnlineSincePlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactOnlineSincePlugin.m; path = Source/AIContactOnlineSincePlugin.m; sourceTree = "<group>"; };
David@0
  3170
		347E7AB207CAF93700350507 /* AIContactOnlineSincePlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactOnlineSincePlugin.h; path = Source/AIContactOnlineSincePlugin.h; sourceTree = "<group>"; };
David@0
  3171
		347E7AB907CAF94A00350507 /* ESContactServersideDisplayName.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESContactServersideDisplayName.h; path = Source/ESContactServersideDisplayName.h; sourceTree = "<group>"; };
David@0
  3172
		347E7ABA07CAF94A00350507 /* ESContactServersideDisplayName.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESContactServersideDisplayName.m; path = Source/ESContactServersideDisplayName.m; sourceTree = "<group>"; };
colin@2015
  3173
		347E7ACD07CAF98400350507 /* AIListObjectContentsPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListObjectContentsPlugin.m; path = Source/AIListObjectContentsPlugin.m; sourceTree = "<group>"; };
colin@2015
  3174
		347E7ACE07CAF98500350507 /* AIListObjectContentsPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListObjectContentsPlugin.h; path = Source/AIListObjectContentsPlugin.h; sourceTree = "<group>"; };
David@0
  3175
		347EAB2C09721D490090EA6E /* pref-personal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-personal.png"; path = "Resources/pref-personal.png"; sourceTree = "<group>"; };
David@0
  3176
		347F4B7F0D340F16006D5A56 /* AIPreferenceContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPreferenceContainer.h; path = Source/AIPreferenceContainer.h; sourceTree = "<group>"; };
David@0
  3177
		347F4B800D340F16006D5A56 /* AIPreferenceContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPreferenceContainer.m; path = Source/AIPreferenceContainer.m; sourceTree = "<group>"; };
David@0
  3178
		3482E0EB0AB5063300471992 /* AIAdiumProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAdiumProtocol.h; path = "Frameworks/Adium Framework/Source/AIAdiumProtocol.h"; sourceTree = "<group>"; };
David@0
  3179
		3483928405E68B05002BC6C0 /* AIIconState.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIIconState.m; path = "Frameworks/Adium Framework/Source/AIIconState.m"; sourceTree = "<group>"; };
David@0
  3180
		3483928505E68B05002BC6C0 /* AIIconState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIIconState.h; path = "Frameworks/Adium Framework/Source/AIIconState.h"; sourceTree = "<group>"; };
David@0
  3181
		348477110C1A5CE50019EF08 /* AIAnimatingListOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAnimatingListOutlineView.h; path = Source/AIAnimatingListOutlineView.h; sourceTree = "<group>"; };
David@0
  3182
		348477120C1A5CE50019EF08 /* AIAnimatingListOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAnimatingListOutlineView.m; path = Source/AIAnimatingListOutlineView.m; sourceTree = "<group>"; };
David@0
  3183
		34847ADB0C1A62C40019EF08 /* AIOutlineViewAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIOutlineViewAnimation.h; path = Source/AIOutlineViewAnimation.h; sourceTree = "<group>"; };
David@0
  3184
		34847ADC0C1A62C40019EF08 /* AIOutlineViewAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIOutlineViewAnimation.m; path = Source/AIOutlineViewAnimation.m; sourceTree = "<group>"; };
David@0
  3185
		3485D68009EB416300232CC4 /* AdiumLibpurple.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AdiumLibpurple.framework; sourceTree = BUILT_PRODUCTS_DIR; };
David@36
  3186
		3486E8A4097F24A90044C496 /* AdiumAuthorization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumAuthorization.h; path = "Frameworks/Adium Framework/Source/AdiumAuthorization.h"; sourceTree = "<group>"; };
David@36
  3187
		3486E8A5097F24A90044C496 /* AdiumAuthorization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumAuthorization.m; path = "Frameworks/Adium Framework/Source/AdiumAuthorization.m"; sourceTree = "<group>"; };
Peter@2044
  3188
		3488390F0BB0E770009C3F7C /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = Resources/zh_TW.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3189
		348839130BB0E786009C3F7C /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = Resources/ca.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3190
		348839140BB0E78C009C3F7C /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = Resources/cs.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3191
		348839150BB0E790009C3F7C /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = Resources/da.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3192
		348839160BB0E792009C3F7C /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3193
		348839170BB0E795009C3F7C /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3194
		348839180BB0E799009C3F7C /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = Resources/fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3195
		348839190BB0E79D009C3F7C /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = Resources/is.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3196
		3488391A0BB0E79F009C3F7C /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = Resources/it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3197
		3488391B0BB0E7A3009C3F7C /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = Resources/ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3198
		3488391C0BB0E7AA009C3F7C /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = Resources/nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3199
		3488391D0BB0E7AE009C3F7C /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = Resources/pt_BR.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3200
		3488391E0BB0E7B1009C3F7C /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = Resources/ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3201
		3488391F0BB0E7B4009C3F7C /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = Resources/sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3202
		348839200BB0E7B7009C3F7C /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = Resources/tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Peter@2044
  3203
		348839210BB0E7BB009C3F7C /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = Resources/zh_CN.lproj/InfoPlist.strings; sourceTree = "<group>"; };
David@0
  3204
		348862CD05645E94003C9627 /* ESFileTransfer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESFileTransfer.h; path = "Frameworks/Adium Framework/Source/ESFileTransfer.h"; sourceTree = "<group>"; };
David@0
  3205
		348862CE05645E95003C9627 /* ESFileTransfer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESFileTransfer.m; path = "Frameworks/Adium Framework/Source/ESFileTransfer.m"; sourceTree = "<group>"; };
David@0
  3206
		34891C120D4B75EE00AEF48C /* AIStandardListScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStandardListScrollView.h; path = Source/AIStandardListScrollView.h; sourceTree = "<group>"; };
David@0
  3207
		34891C130D4B75EE00AEF48C /* AIStandardListScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStandardListScrollView.m; path = Source/AIStandardListScrollView.m; sourceTree = "<group>"; };
David@0
  3208
		3489506A0CDE0CC5002FEB4D /* IKRecentPicture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IKRecentPicture.h; path = Source/IKRecentPicture.h; sourceTree = "<group>"; };
David@0
  3209
		348A8A190629A68C00FC6E03 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  3210
		348A901A062A13AB00FC6E03 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  3211
		348B250A0A50A1C900B2B972 /* ESSourceListBackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESSourceListBackgroundView.h; path = Source/ESSourceListBackgroundView.h; sourceTree = "<group>"; };
David@0
  3212
		348B250B0A50A1C900B2B972 /* ESSourceListBackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESSourceListBackgroundView.m; path = Source/ESSourceListBackgroundView.m; sourceTree = "<group>"; };
David@0
  3213
		348B25C60A50FBF300B2B972 /* KNShelfSplitView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = KNShelfSplitView.m; path = Source/KNShelfSplitView.m; sourceTree = "<group>"; };
David@0
  3214
		348B25C70A50FBF300B2B972 /* KNShelfSplitView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = KNShelfSplitView.h; path = Source/KNShelfSplitView.h; sourceTree = "<group>"; };
David@0
  3215
		348C47150D3B20BE00FB6E7A /* AIMessageWindowOutgoingScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMessageWindowOutgoingScrollView.h; path = Source/AIMessageWindowOutgoingScrollView.h; sourceTree = "<group>"; };
David@0
  3216
		348C47160D3B20BE00FB6E7A /* AIMessageWindowOutgoingScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMessageWindowOutgoingScrollView.m; path = Source/AIMessageWindowOutgoingScrollView.m; sourceTree = "<group>"; };
David@0
  3217
		348D8D1A06CC079F00449EBB /* ESZephyrService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESZephyrService.m; path = "Plugins/Purple Service/ESZephyrService.m"; sourceTree = "<group>"; };
David@0
  3218
		348D8D1B06CC079F00449EBB /* ESZephyrService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESZephyrService.h; path = "Plugins/Purple Service/ESZephyrService.h"; sourceTree = "<group>"; };
David@0
  3219
		348D8D2206CC07BC00449EBB /* ESPurpleZephyrAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleZephyrAccountViewController.m; path = "Plugins/Purple Service/ESPurpleZephyrAccountViewController.m"; sourceTree = "<group>"; };
David@0
  3220
		348D8D2306CC07BC00449EBB /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  3221
		348D8D2406CC07BD00449EBB /* ESPurpleZephyrAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleZephyrAccountViewController.h; path = "Plugins/Purple Service/ESPurpleZephyrAccountViewController.h"; sourceTree = "<group>"; };
David@0
  3222
		348D8D2506CC07BD00449EBB /* DCPurpleZephyrJoinChatViewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = DCPurpleZephyrJoinChatViewController.m; path = "Plugins/Purple Service/DCPurpleZephyrJoinChatViewController.m"; sourceTree = "<group>"; };
David@0
  3223
		348D8D2606CC07BD00449EBB /* ESPurpleZephyrAccount.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleZephyrAccount.m; path = "Plugins/Purple Service/ESPurpleZephyrAccount.m"; sourceTree = "<group>"; };
David@0
  3224
		348D8D2706CC07BD00449EBB /* DCPurpleZephyrJoinChatViewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DCPurpleZephyrJoinChatViewController.h; path = "Plugins/Purple Service/DCPurpleZephyrJoinChatViewController.h"; sourceTree = "<group>"; };
David@0
  3225
		348D8D2806CC07BD00449EBB /* ESPurpleZephyrAccount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleZephyrAccount.h; path = "Plugins/Purple Service/ESPurpleZephyrAccount.h"; sourceTree = "<group>"; };
David@0
  3226
		348E5ACA06D2A74C004C051C /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = /System/Library/Frameworks/AddressBook.framework; sourceTree = "<absolute>"; };
David@0
  3227
		348F50C00935317C00288E41 /* AIStatusItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStatusItem.h; path = "Frameworks/Adium Framework/Source/AIStatusItem.h"; sourceTree = "<group>"; };
David@0
  3228
		348F50C10935317C00288E41 /* AIStatusItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStatusItem.m; path = "Frameworks/Adium Framework/Source/AIStatusItem.m"; sourceTree = "<group>"; };
David@0
  3229
		348F57910936F3CC00288E41 /* ESEditStatusGroupWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESEditStatusGroupWindowController.h; path = Source/ESEditStatusGroupWindowController.h; sourceTree = "<group>"; };
David@0
  3230
		348F57920936F3CC00288E41 /* ESEditStatusGroupWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESEditStatusGroupWindowController.m; path = Source/ESEditStatusGroupWindowController.m; sourceTree = "<group>"; };
David@0
  3231
		348F579D0936FA6D00288E41 /* EditStatusGroup.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = EditStatusGroup.nib; path = Resources/EditStatusGroup.nib; sourceTree = "<group>"; };
David@0
  3232
		348FF83E09128BEB00A942A8 /* CBPurpleAccount.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CBPurpleAccount.m; path = "Plugins/Purple Service/CBPurpleAccount.m"; sourceTree = "<group>"; };
David@0
  3233
		348FF84909128D6300A942A8 /* AccountDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = AccountDefaults.plist; path = "Frameworks/Adium Framework/AccountDefaults.plist"; sourceTree = "<group>"; };
David@0
  3234
		349195640C9662AA00595A04 /* AIListBookmark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIListBookmark.m; path = "Frameworks/Adium Framework/Source/AIListBookmark.m"; sourceTree = "<group>"; };
David@0
  3235
		349195650C9662AA00595A04 /* AIListBookmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIListBookmark.h; path = "Frameworks/Adium Framework/Source/AIListBookmark.h"; sourceTree = "<group>"; };
David@0
  3236
		34943DEE07BAD918000F2A03 /* AccountPrivacy.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AccountPrivacy.nib; path = "Frameworks/Adium Framework/Resources/AccountPrivacy.nib"; sourceTree = "<group>"; };
David@0
  3237
		349448C207BB29B2000F2A03 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
Peter@2044
  3238
		3496A8BF07CE6B3D0055BBAB /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = Resources/en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
David@0
  3239
		3496A8E707CE6CA30055BBAB /* AutoHyperlinks.framework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AutoHyperlinks.framework.xcodeproj; path = "Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj"; sourceTree = "<group>"; };
Peter@2044
  3240
		349710DC096C4C7700699948 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = Resources/en.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3241
		349710E1096C4C9000699948 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = Resources/ca.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3242
		349710E2096C4C9400699948 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = Resources/da.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3243
		349710E3096C4C9900699948 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = Resources/nl.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3244
		349710E4096C4C9F00699948 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = Resources/fr.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3245
		349710E5096C4CA300699948 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3246
		349710E6096C4CA900699948 /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = Resources/it.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3247
		349710E7096C4CAD00699948 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = Resources/ja.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3248
		349710E8096C4CB300699948 /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = Resources/nb.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3249
		349710E9096C4CB900699948 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = Resources/ru.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3250
		349710EA096C4CBD00699948 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3251
		349710EB096C4CC200699948 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = Resources/sv.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3252
		349710EC096C4CC600699948 /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = Resources/cs.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3253
		349710EF096C4CD600699948 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = Resources/is.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3254
		349710F0096C4CDB00699948 /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = Resources/pl.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3255
		349710F1096C4CE000699948 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = Resources/zh_CN.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3256
		349710F2096C4CE500699948 /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = Resources/zh_TW.lproj/Buttons.strings; sourceTree = "<group>"; };
Peter@2044
  3257
		3498FE9107F488EF0004B79A /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = "Plugins/Purple Service/it.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3258
		3498FE9707F488FD0004B79A /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = "Plugins/Purple Service/nl.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3259
		3498FE9807F489020004B79A /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = "Plugins/Purple Service/fr.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3260
		3498FE9907F4890A0004B79A /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = "Plugins/Purple Service/ja.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3261
		3498FE9A07F489100004B79A /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = "Plugins/Purple Service/de.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  3262
		3499F4A606309AF60035B468 /* ESPurpleRequestWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleRequestWindowController.m; path = "Plugins/Purple Service/ESPurpleRequestWindowController.m"; sourceTree = "<group>"; };
David@0
  3263
		3499F4A706309AF60035B468 /* ESPurpleRequestWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleRequestWindowController.h; path = "Plugins/Purple Service/ESPurpleRequestWindowController.h"; sourceTree = "<group>"; };
David@0
  3264
		349B39290A5FB150008BE092 /* AIContentEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContentEvent.h; path = "Frameworks/Adium Framework/Source/AIContentEvent.h"; sourceTree = "<group>"; };
David@0
  3265
		349B392A0A5FB150008BE092 /* AIContentEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContentEvent.m; path = "Frameworks/Adium Framework/Source/AIContentEvent.m"; sourceTree = "<group>"; };
David@0
  3266
		349C2EFA0867AC97000BF883 /* AdiumApplescriptRunner */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AdiumApplescriptRunner; sourceTree = BUILT_PRODUCTS_DIR; };
David@0
  3267
		349C2F460867AD16000BF883 /* ApplescriptRunner.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ApplescriptRunner.m; path = Source/ApplescriptRunner.m; sourceTree = "<group>"; };
David@0
  3268
		349C2FEF0867AD65000BF883 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
David@0
  3269
		349C6E4607C96D44005EB896 /* CBContactCountingDisplayPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CBContactCountingDisplayPlugin.m; path = Source/CBContactCountingDisplayPlugin.m; sourceTree = "<group>"; };
David@0
  3270
		349C6E4707C96D45005EB896 /* CBContactCountingDisplayPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CBContactCountingDisplayPlugin.h; path = Source/CBContactCountingDisplayPlugin.h; sourceTree = "<group>"; };
David@0
  3271
		349C6E8B07C972B2005EB896 /* AIExtendedStatusPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIExtendedStatusPlugin.h; path = Source/AIExtendedStatusPlugin.h; sourceTree = "<group>"; };
David@0
  3272
		349C6E8C07C972B2005EB896 /* AIExtendedStatusPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIExtendedStatusPlugin.m; path = Source/AIExtendedStatusPlugin.m; sourceTree = "<group>"; };
David@0
  3273
		349C6F6307C99ACE005EB896 /* ESContactListAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESContactListAdvancedPreferences.h; path = Source/ESContactListAdvancedPreferences.h; sourceTree = "<group>"; };
David@0
  3274
		349C6F6407C99ACE005EB896 /* ESContactListAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESContactListAdvancedPreferences.m; path = Source/ESContactListAdvancedPreferences.m; sourceTree = "<group>"; };
David@0
  3275
		349C6F8A07C99D2C005EB896 /* ContactListAdvancedPrefs.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ContactListAdvancedPrefs.nib; path = Resources/ContactListAdvancedPrefs.nib; sourceTree = "<group>"; };
David@0
  3276
		349DDD5206406A7D00542726 /* stackImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = stackImage.png; path = "Frameworks/Adium Framework/stackImage.png"; sourceTree = "<group>"; };
David@0
  3277
		349E2E8B07A8AF0C00EAB76A /* AIEmoticonPackPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIEmoticonPackPreviewController.h; path = Plugins/Emoticons/AIEmoticonPackPreviewController.h; sourceTree = "<group>"; };
David@0
  3278
		349E2E8C07A8AF0C00EAB76A /* AIEmoticonPackPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIEmoticonPackPreviewController.m; path = Plugins/Emoticons/AIEmoticonPackPreviewController.m; sourceTree = "<group>"; };
David@0
  3279
		349FE2FC074D01D200E36B3B /* ESFileTransferProgressWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESFileTransferProgressWindowController.m; path = Source/ESFileTransferProgressWindowController.m; sourceTree = "<group>"; };
David@0
  3280
		349FE2FD074D01D300E36B3B /* ESFileTransferProgressWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESFileTransferProgressWindowController.h; path = Source/ESFileTransferProgressWindowController.h; sourceTree = "<group>"; };
David@0
  3281
		349FE2FE074D01D300E36B3B /* ESFileTransferProgressView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESFileTransferProgressView.m; path = Source/ESFileTransferProgressView.m; sourceTree = "<group>"; };
David@0
  3282
		349FE2FF074D01D300E36B3B /* ESFileTransferProgressView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESFileTransferProgressView.h; path = Source/ESFileTransferProgressView.h; sourceTree = "<group>"; };
David@0
  3283
		349FE300074D01D300E36B3B /* ESFileTransferProgressRow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESFileTransferProgressRow.m; path = Source/ESFileTransferProgressRow.m; sourceTree = "<group>"; };
David@0
  3284
		349FE301074D01D300E36B3B /* ESFileTransferProgressRow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESFileTransferProgressRow.h; path = Source/ESFileTransferProgressRow.h; sourceTree = "<group>"; };
David@0
  3285
		34A1A8C80DFB246300AC78CF /* AISocialNetworkingStatusMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISocialNetworkingStatusMenu.h; path = "Frameworks/Adium Framework/Source/AISocialNetworkingStatusMenu.h"; sourceTree = "<group>"; };
David@0
  3286
		34A1A8C90DFB246300AC78CF /* AISocialNetworkingStatusMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISocialNetworkingStatusMenu.m; path = "Frameworks/Adium Framework/Source/AISocialNetworkingStatusMenu.m"; sourceTree = "<group>"; };
David@0
  3287
		34A1A8E60DFB276E00AC78CF /* SocialNetworkingCustomStatus.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = SocialNetworkingCustomStatus.nib; path = "Frameworks/Adium Framework/Resources/SocialNetworkingCustomStatus.nib"; sourceTree = "<group>"; };
David@0
  3288
		34A1A8EB0DFB27A800AC78CF /* AICustomSocialNetworkingStatusWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AICustomSocialNetworkingStatusWindowController.h; path = "Frameworks/Adium Framework/Source/AICustomSocialNetworkingStatusWindowController.h"; sourceTree = "<group>"; };
David@0
  3289
		34A1A8EC0DFB27A800AC78CF /* AICustomSocialNetworkingStatusWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICustomSocialNetworkingStatusWindowController.m; path = "Frameworks/Adium Framework/Source/AICustomSocialNetworkingStatusWindowController.m"; sourceTree = "<group>"; };
David@0
  3290
		34A1AB6A0DFC531000AC78CF /* AIXMLChatlogConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIXMLChatlogConverter.h; path = Source/AIXMLChatlogConverter.h; sourceTree = "<group>"; };
David@0
  3291
		34A1AB6B0DFC531000AC78CF /* AIXMLChatlogConverter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIXMLChatlogConverter.m; path = Source/AIXMLChatlogConverter.m; sourceTree = "<group>"; };
David@0
  3292
		34A1ABF00DFD47BE00AC78CF /* cs */ = {isa = PBXFileReference; lastKnownFileType = folder; name = cs; path = "Resources/cs.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  3293
		34A1ABF20DFD47CA00AC78CF /* sv */ = {isa = PBXFileReference; lastKnownFileType = folder; name = sv; path = "Resources/sv.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  3294
		34A1AC020DFD47D600AC78CF /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = folder; name = pt_BR; path = "Resources/pt_BR.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  3295
		34A1AEE80DFD4BFE00AC78CF /* AIAddressBookInspectorPane.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AIAddressBookInspectorPane.nib; path = Resources/AIAddressBookInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3296
		34A1AEFF0DFD4C5A00AC78CF /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3297
		34A1AF000DFD4C5D00AC78CF /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3298
		34A1AF010DFD4C5F00AC78CF /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3299
		34A1AF020DFD4C6100AC78CF /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3300
		34A1AF030DFD4C6200AC78CF /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3301
		34A1AF040DFD4C6500AC78CF /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3302
		34A1AF050DFD4C6700AC78CF /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3303
		34A1AF060DFD4C6900AC78CF /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3304
		34A1AF070DFD4C6B00AC78CF /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3305
		34A1AF080DFD4C6D00AC78CF /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3306
		34A1AF090DFD4C6F00AC78CF /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3307
		34A1AF0A0DFD4C7100AC78CF /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3308
		34A1AF0B0DFD4C7300AC78CF /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3309
		34A1AF0C0DFD4C7500AC78CF /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3310
		34A1AF0D0DFD4C7700AC78CF /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3311
		34A1AF0E0DFD4C7900AC78CF /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3312
		34A1AF0F0DFD4C7B00AC78CF /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3313
		34A1AF100DFD4C7D00AC78CF /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3314
		34A1AF110DFD4C7F00AC78CF /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3315
		34A1AF120DFD4C8100AC78CF /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = Resources/tr.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3316
		34A1AF130DFD4C8300AC78CF /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Resources/zh_CN.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3317
		34A1AF140DFD4C8500AC78CF /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
David@0
  3318
		34A1B2C10DFDBA1200AC78CF /* AIStringDebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStringDebug.h; path = Source/AIStringDebug.h; sourceTree = "<group>"; };
David@0
  3319
		34A1B2C20DFDBA1200AC78CF /* AIStringDebug.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStringDebug.m; path = Source/AIStringDebug.m; sourceTree = "<group>"; };
David@0
  3320
		34A1B59E0E03409F00AC78CF /* AIWebKitPreviewMessageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIWebKitPreviewMessageViewController.h; path = "Plugins/WebKit Message View/AIWebKitPreviewMessageViewController.h"; sourceTree = "<group>"; };
David@0
  3321
		34A1B59F0E03409F00AC78CF /* AIWebKitPreviewMessageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIWebKitPreviewMessageViewController.m; path = "Plugins/WebKit Message View/AIWebKitPreviewMessageViewController.m"; sourceTree = "<group>"; };
David@0
  3322
		34A250B507E0F822009854E1 /* StatusDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = StatusDefaults.plist; path = Resources/StatusDefaults.plist; sourceTree = "<group>"; };
David@0
  3323
		34A29D9406ED68BF00E1366C /* Contact List */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = folder; name = "Contact List"; path = "Resources/Contact List"; sourceTree = "<group>"; };
David@0
  3324
		34A30E7508D8EE7800697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  3325
		34A30E7708D8EE7800697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  3326
		34A30E7808D8EE7800697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3327
		34A30E7908D8EE7800697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3328
		34A30E7A08D8EE7800697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3329
		34A30E7B08D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3330
		34A30E7C08D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3331
		34A30E7D08D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  3332
		34A30E7E08D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Frameworks/Adium Framework/Resources/es.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  3333
		34A30E7F08D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  3334
		34A30E8008D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  3335
		34A30E8108D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  3336
		34A30E8208D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  3337
		34A30E8308D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  3338
		34A30E8408D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  3339
		34A30E8508D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  3340
		34A30E8608D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  3341
		34A30E8708D8EE7900697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  3342
		34A30E8E08D8EE7A00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  3343
		34A30E9908D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  3344
		34A30E9A08D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  3345
		34A30E9B08D8EE7B00697644 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = "Plugins/Purple Service/es.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3346
		34A30E9C08D8EE7B00697644 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  3347
		34A30E9D08D8EE7B00697644 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = "Plugins/WebKit Message View/es.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  3348
		34A30EA008D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3349
		34A30EA108D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3350
		34A30EA208D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = folder; name = es; path = "Resources/es.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  3351
		34A30EA308D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  3352
		34A30EA408D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  3353
		34A30EA508D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/WebKit Message View/es.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3354
		34A489F106F64359002C7C5F /* AISCLViewPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AISCLViewPlugin.m; path = Source/AISCLViewPlugin.m; sourceTree = "<group>"; };
David@0
  3355
		34A489F206F64359002C7C5F /* AISCLViewPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AISCLViewPlugin.h; path = Source/AISCLViewPlugin.h; sourceTree = "<group>"; };
David@0
  3356
		34A489FB06F6436D002C7C5F /* AIStandardListWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIStandardListWindowController.m; path = Source/AIStandardListWindowController.m; sourceTree = "<group>"; };
David@0
  3357
		34A489FC06F6436D002C7C5F /* AIStandardListWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIStandardListWindowController.h; path = Source/AIStandardListWindowController.h; sourceTree = "<group>"; };
David@0
  3358
		34A489FE06F6436D002C7C5F /* AIListWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListWindowController.m; path = Source/AIListWindowController.m; sourceTree = "<group>"; };
David@0
  3359
		34A489FF06F6436D002C7C5F /* AIListWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListWindowController.h; path = Source/AIListWindowController.h; sourceTree = "<group>"; };
David@0
  3360
		34A48A0B06F64376002C7C5F /* ContactListWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ContactListWindow.nib; path = Resources/ContactListWindow.nib; sourceTree = "<group>"; };
David@0
  3361
		34A48A0F06F64381002C7C5F /* ContactListWindowBorderless.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ContactListWindowBorderless.nib; path = Resources/ContactListWindowBorderless.nib; sourceTree = "<group>"; };
David@0
  3362
		34A48A1306F6438F002C7C5F /* AIListController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListController.h; path = Source/AIListController.h; sourceTree = "<group>"; };
David@0
  3363
		34A48A1406F6438F002C7C5F /* AIBorderlessListWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIBorderlessListWindowController.m; path = Source/AIBorderlessListWindowController.m; sourceTree = "<group>"; };
David@0
  3364
		34A48A1506F6438F002C7C5F /* AIListController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIListController.m; path = Source/AIListController.m; sourceTree = "<group>"; };
David@0
  3365
		34A48A1606F6438F002C7C5F /* AIBorderlessListWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIBorderlessListWindowController.h; path = Source/AIBorderlessListWindowController.h; sourceTree = "<group>"; };
David@0
  3366
		34A48A3A06F64664002C7C5F /* AIListLayoutWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListLayoutWindowController.h; path = Source/AIListLayoutWindowController.h; sourceTree = "<group>"; };
David@0
  3367
		34A48A3B06F64664002C7C5F /* AIListThemeWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListThemeWindowController.m; path = Source/AIListThemeWindowController.m; sourceTree = "<group>"; };
David@0
  3368
		34A48A3C06F64664002C7C5F /* AIListThemeWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListThemeWindowController.h; path = Source/AIListThemeWindowController.h; sourceTree = "<group>"; };
David@0
  3369
		34A48A3D06F64665002C7C5F /* AIListLayoutWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListLayoutWindowController.m; path = Source/AIListLayoutWindowController.m; sourceTree = "<group>"; };
David@0
  3370
		34A48A4D06F6468D002C7C5F /* AITextColorPreviewView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AITextColorPreviewView.h; path = Source/AITextColorPreviewView.h; sourceTree = "<group>"; };
David@0
  3371
		34A48A4F06F64692002C7C5F /* AITextColorPreviewView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AITextColorPreviewView.m; path = Source/AITextColorPreviewView.m; sourceTree = "<group>"; };
catfish@2467
  3372
		34A48A5806F646BD002C7C5F /* AIListThemePreviewCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListThemePreviewCell.h; path = Source/AIListThemePreviewCell.h; sourceTree = "<group>"; };
catfish@2467
  3373
		34A48A5906F646BD002C7C5F /* AIListThemePreviewCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListThemePreviewCell.m; path = Source/AIListThemePreviewCell.m; sourceTree = "<group>"; };
David@0
  3374
		34A48AD106F647FD002C7C5F /* AIListOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListOutlineView.m; path = "Frameworks/Adium Framework/Source/AIListOutlineView.m"; sourceTree = "<group>"; };
David@0
  3375
		34A48AD206F647FD002C7C5F /* AIListOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListOutlineView.h; path = "Frameworks/Adium Framework/Source/AIListOutlineView.h"; sourceTree = "<group>"; };
David@0
  3376
		34A48B3706F64B27002C7C5F /* AIBorderlessListOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIBorderlessListOutlineView.h; path = Source/AIBorderlessListOutlineView.h; sourceTree = "<group>"; };
David@0
  3377
		34A48B3806F64B27002C7C5F /* AIBorderlessListOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIBorderlessListOutlineView.m; path = Source/AIBorderlessListOutlineView.m; sourceTree = "<group>"; };
Peter@2044
  3378
		34A6E9AB07D635B100972830 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = Resources/fr.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  3379
		34A6E9B807D6365000972830 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3380
		34A6E9BA07D6365A00972830 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3381
		34A6F68207D65D5B00972830 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  3382
		34A6FAD407D6F3A600972830 /* ESEventSoundAlertDetailPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESEventSoundAlertDetailPane.h; path = Source/ESEventSoundAlertDetailPane.h; sourceTree = "<group>"; };
David@0
  3383
		34A6FAD507D6F3A600972830 /* AIEventSoundsPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIEventSoundsPlugin.m; path = Source/AIEventSoundsPlugin.m; sourceTree = "<group>"; };
David@0
  3384
		34A6FAD607D6F3A600972830 /* AIEventSoundsPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIEventSoundsPlugin.h; path = Source/AIEventSoundsPlugin.h; sourceTree = "<group>"; };
David@0
  3385
		34A6FAD707D6F3A700972830 /* ESEventSoundAlertDetailPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESEventSoundAlertDetailPane.m; path = Source/ESEventSoundAlertDetailPane.m; sourceTree = "<group>"; };
David@0
  3386
		34A6FB2507D6F97B00972830 /* EventSoundContactAlert.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = EventSoundContactAlert.nib; path = Resources/EventSoundContactAlert.nib; sourceTree = "<group>"; };
David@0
  3387
		34A6FB2B07D6F98600972830 /* SoundAlert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SoundAlert.png; path = Resources/SoundAlert.png; sourceTree = "<group>"; };
David@0
  3388
		34A6FB2C07D6F98600972830 /* SoundFileIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SoundFileIcon.png; path = Resources/SoundFileIcon.png; sourceTree = "<group>"; };
David@0
  3389
		34A6FB8007D6FDCC00972830 /* FormattingDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = FormattingDefaults.plist; path = Resources/FormattingDefaults.plist; sourceTree = "<group>"; };
David@0
  3390
		34A81DB2093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/WebKit Message View/pl.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3391
		34A81DB3093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  3392
		34A81DB4093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  3393
		34A81DB5093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3394
		34A81DB6093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
Peter@2044
  3395
		34A81DBB093CE92200B0E93D /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = Resources/pl.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  3396
		34A81DBC093CE92200B0E93D /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = "Plugins/WebKit Message View/pl.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3397
		34A81DBD093CE92200B0E93D /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = "Plugins/Purple Service/pl.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  3398
		34A81DBE093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  3399
		34A81DBF093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
Peter@2044
  3400
		34A81DC0093CE92200B0E93D /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = Resources/pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
David@0
  3401
		34A81DC1093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  3402
		34A81DC2093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  3403
		34A81DC3093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  3404
		34A81DC4093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  3405
		34A81DC5093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  3406
		34A81DC6093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  3407
		34A81DC7093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  3408
		34A81DC8093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  3409
		34A81DC9093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  3410
		34A81DCA093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  3411
		34A81DCB093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  3412
		34A81DCC093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Frameworks/Adium Framework/Resources/pl.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  3413
		34A81DCD093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  3414
		34A81DCE093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3415
		34A81DCF093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3416
		34A81DD0093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3417
		34A81DD1093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3418
		34A81DD2093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3419
		34A81DD3093CE92300B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  3420
		34A81DD5093CE92400B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  3421
		34A970580C965F2400F46006 /* AISideSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISideSplitView.h; path = "Plugins/Dual Window Interface/AISideSplitView.h"; sourceTree = "<group>"; };
David@0
  3422
		34A970590C965F2400F46006 /* AISideSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISideSplitView.m; path = "Plugins/Dual Window Interface/AISideSplitView.m"; sourceTree = "<group>"; };
David@0
  3423
		34A970660C965F6900F46006 /* AINewBookmarkWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AINewBookmarkWindowController.h; path = Source/AINewBookmarkWindowController.h; sourceTree = "<group>"; };
David@0
  3424
		34A970670C965F6900F46006 /* AINewBookmarkWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AINewBookmarkWindowController.m; path = Source/AINewBookmarkWindowController.m; sourceTree = "<group>"; };
David@0
  3425
		34A9706D0C965F8E00F46006 /* AIAddBookmarkPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAddBookmarkPlugin.m; path = Source/AIAddBookmarkPlugin.m; sourceTree = "<group>"; };
David@0
  3426
		34A9706E0C965F8E00F46006 /* AIAddBookmarkPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAddBookmarkPlugin.h; path = Source/AIAddBookmarkPlugin.h; sourceTree = "<group>"; };
David@0
  3427
		34A970730C965FC800F46006 /* AddBookmark.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AddBookmark.nib; path = Resources/AddBookmark.nib; sourceTree = "<group>"; };
David@0
  3428
		34A9707D0C96602200F46006 /* sidebarStatusAreaBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sidebarStatusAreaBackground.png; path = Resources/sidebarStatusAreaBackground.png; sourceTree = "<group>"; };
David@0
  3429
		34AA366A095CE124003B56DB /* AIStatusDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStatusDefines.h; path = "Frameworks/Adium Framework/Source/AIStatusDefines.h"; sourceTree = "<group>"; };
David@0
  3430
		34AC2E9F0934FAE100393D7A /* AIStatusMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStatusMenu.h; path = "Frameworks/Adium Framework/Source/AIStatusMenu.h"; sourceTree = "<group>"; };
David@0
  3431
		34AC2EA00934FAE100393D7A /* AIStatusMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStatusMenu.m; path = "Frameworks/Adium Framework/Source/AIStatusMenu.m"; sourceTree = "<group>"; };
David@0
  3432
		34AC2FA509352C2400393D7A /* AIStatusGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStatusGroup.h; path = "Frameworks/Adium Framework/Source/AIStatusGroup.h"; sourceTree = "<group>"; };
David@0
  3433
		34AC2FA609352C2400393D7A /* AIStatusGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStatusGroup.m; path = "Frameworks/Adium Framework/Source/AIStatusGroup.m"; sourceTree = "<group>"; };
David@0
  3434
		34AC36B907B5C51400145239 /* AIStatus.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIStatus.h; path = "Frameworks/Adium Framework/Source/AIStatus.h"; sourceTree = "<group>"; };
David@0
  3435
		34AC36BA07B5C51400145239 /* AIStatus.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIStatus.m; path = "Frameworks/Adium Framework/Source/AIStatus.m"; sourceTree = "<group>"; };
David@0
  3436
		34AE249B09BCCFA900A35B51 /* AIWindowDraggingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIWindowDraggingView.h; path = Source/AIWindowDraggingView.h; sourceTree = "<group>"; };
David@0
  3437
		34AE249C09BCCFA900A35B51 /* AIWindowDraggingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIWindowDraggingView.m; path = Source/AIWindowDraggingView.m; sourceTree = "<group>"; };
David@0
  3438
		34AEE7DC08E3546F00AE1C78 /* ESPurpleFileReceiveRequestController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleFileReceiveRequestController.h; path = "Plugins/Purple Service/ESPurpleFileReceiveRequestController.h"; sourceTree = "<group>"; };
David@0
  3439
		34AEE7DD08E3546F00AE1C78 /* ESPurpleFileReceiveRequestController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleFileReceiveRequestController.m; path = "Plugins/Purple Service/ESPurpleFileReceiveRequestController.m"; sourceTree = "<group>"; };
David@0
  3440
		34AEE7E808E35A5800AE1C78 /* ESPurpleRequestAbstractWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleRequestAbstractWindowController.h; path = "Plugins/Purple Service/ESPurpleRequestAbstractWindowController.h"; sourceTree = "<group>"; };
David@0
  3441
		34AEE7E908E35A5800AE1C78 /* ESPurpleRequestAbstractWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleRequestAbstractWindowController.m; path = "Plugins/Purple Service/ESPurpleRequestAbstractWindowController.m"; sourceTree = "<group>"; };
David@0
  3442
		34B1268C0B924E28003B0451 /* adiumPurpleDnsRequest.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = adiumPurpleDnsRequest.h; path = "Plugins/Purple Service/adiumPurpleDnsRequest.h"; sourceTree = "<group>"; };
David@0
  3443
		34B1268D0B924E28003B0451 /* adiumPurpleDnsRequest.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleDnsRequest.m; path = "Plugins/Purple Service/adiumPurpleDnsRequest.m"; sourceTree = "<group>"; };
Evan@645
  3444
		34B1FB600F112AC800C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Frameworks/Adium Framework/Resources/el_GR.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
Peter@2044
  3445
		34B1FB610F112AC800C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = "Frameworks/Adium Framework/Resources/el_GR.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3446
		34B1FB620F112AC800C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = "Frameworks/Adium Framework/Resources/el_GR.lproj/Localizable.strings"; sourceTree = "<group>"; };
Evan@645
  3447
		34B1FCC40F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/AccountProxy.nib; sourceTree = "<group>"; };
Evan@645
  3448
		34B1FCC50F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; };
Evan@645
  3449
		34B1FCC60F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
Peter@2044
  3450
		34B1FCC70F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = Resources/el_GR.lproj/Buttons.strings; sourceTree = "<group>"; };
Evan@645
  3451
		34B1FCC80F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
Evan@645
  3452
		34B1FCC90F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
Evan@645
  3453
		34B1FCCA0F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
Evan@645
  3454
		34B1FCCB0F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
Evan@645
  3455
		34B1FCCC0F112BF400C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
Evan@645
  3456
		34B1FCCD0F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
Evan@645
  3457
		34B1FCCE0F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
Evan@645
  3458
		34B1FCCF0F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3459
		34B1FCD00F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3460
		34B1FCD10F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3461
		34B1FCD20F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3462
		34B1FCD30F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3463
		34B1FCD40F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  3464
		34B1FCD50F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3465
		34B1FCD60F112BF500C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3466
		34B1FCD70F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3467
		34B1FCD80F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
Evan@645
  3468
		34B1FCD90F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
Peter@2044
  3469
		34B1FCDA0F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = Resources/el_GR.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Evan@645
  3470
		34B1FCDB0F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
Evan@645
  3471
		34B1FCDC0F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  3472
		34B1FCDD0F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = "Plugins/WebKit Message View/el_GR.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3473
		34B1FCDE0F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = "Plugins/Purple Service/el_GR.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3474
		34B1FCDF0F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = Resources/el_GR.lproj/Localizable.strings; sourceTree = "<group>"; };
Evan@645
  3475
		34B1FCE00F112BF600C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; };
Evan@645
  3476
		34B1FCE10F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
Evan@645
  3477
		34B1FCE20F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
Evan@645
  3478
		34B1FCE30F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
Evan@645
  3479
		34B1FCE40F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
Evan@645
  3480
		34B1FCE50F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = folder; name = el_GR; path = "Resources/el_GR.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
Peter@2044
  3481
		34B1FCE60F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = Resources/el_GR.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
Peter@2044
  3482
		34B1FCE70F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = Resources/el_GR.lproj/Statuses.strings; sourceTree = "<group>"; };
Evan@645
  3483
		34B1FCE80F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
Evan@645
  3484
		34B1FCE90F112BF700C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = Resources/el_GR.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
Evan@645
  3485
		34B1FCEA0F112BF800C7E952 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el_GR; path = "Plugins/WebKit Message View/el_GR.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3486
		34B271EB0839E8E30092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  3487
		34B271EC0839E8E30092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Frameworks/Adium Framework/Resources/is.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  3488
		34B271ED0839E8E30092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  3489
		34B271EE0839E8E30092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  3490
		34B271F00839E8E30092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3491
		34B271F10839E8E30092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  3492
		34B271F20839E8E30092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  3493
		34B271F30839E8E30092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  3494
		34B271F40839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  3495
		34B271F50839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  3496
		34B271F60839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  3497
		34B271F70839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  3498
		34B271F80839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3499
		34B271FA0839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  3500
		34B271FB0839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  3501
		34B271FC0839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3502
		34B271FD0839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  3503
		34B271FE0839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  3504
		34B271FF0839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  3505
		34B272000839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3506
		34B272010839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3507
		34B272020839E8E40092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3508
		34B272030839E8E50092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3509
		34B272040839E8E50092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  3510
		34B272050839E8E50092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/WebKit Message View/is.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3511
		34B272060839E8E50092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/AccountProxy.nib; sourceTree = "<group>"; };
Peter@2044
  3512
		34B272160839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = "Plugins/Purple Service/is.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3513
		34B272170839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = "Plugins/WebKit Message View/is.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3514
		34B272180839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = Resources/is.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  3515
		34B3244309BA003C00029361 /* AILibpurplePlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILibpurplePlugin.h; path = "Plugins/Purple Service/AILibpurplePlugin.h"; sourceTree = "<group>"; };
David@0
  3516
		34B324780CE4CCF400158D5F /* PurpleAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PurpleAccountViewController.h; path = "Plugins/Purple Service/PurpleAccountViewController.h"; sourceTree = "<group>"; };
David@0
  3517
		34B324790CE4CCF400158D5F /* PurpleAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PurpleAccountViewController.m; path = "Plugins/Purple Service/PurpleAccountViewController.m"; sourceTree = "<group>"; };
David@0
  3518
		34B4B5A10708B049002C4C6D /* ESDebugController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESDebugController.h; path = Source/ESDebugController.h; sourceTree = "<group>"; };
David@0
  3519
		34B4B5A20708B049002C4C6D /* ESDebugController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESDebugController.m; path = Source/ESDebugController.m; sourceTree = "<group>"; };
David@0
  3520
		34B588A0058D833A00E7EF0D /* ExceptionHandling.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExceptionHandling.framework; path = /System/Library/Frameworks/ExceptionHandling.framework; sourceTree = "<absolute>"; };
David@0
  3521
		34B5E25D0A7C94D3005186E6 /* AILogDateFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILogDateFormatter.h; path = Source/AILogDateFormatter.h; sourceTree = "<group>"; };
David@0
  3522
		34B5E25E0A7C94D3005186E6 /* AILogDateFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILogDateFormatter.m; path = Source/AILogDateFormatter.m; sourceTree = "<group>"; };
David@0
  3523
		34B7033D076EDB370016E8BA /* ESContactAlertsViewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESContactAlertsViewController.m; path = "Frameworks/Adium Framework/Source/ESContactAlertsViewController.m"; sourceTree = "<group>"; };
David@0
  3524
		34B7033E076EDB370016E8BA /* ESContactAlertsViewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESContactAlertsViewController.h; path = "Frameworks/Adium Framework/Source/ESContactAlertsViewController.h"; sourceTree = "<group>"; };
David@0
  3525
		34B7033F076EDB370016E8BA /* CSNewContactAlertWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CSNewContactAlertWindowController.m; path = "Frameworks/Adium Framework/Source/CSNewContactAlertWindowController.m"; sourceTree = "<group>"; };
David@0
  3526
		34B70340076EDB370016E8BA /* CSNewContactAlertWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CSNewContactAlertWindowController.h; path = "Frameworks/Adium Framework/Source/CSNewContactAlertWindowController.h"; sourceTree = "<group>"; };
David@0
  3527
		34B70341076EDB370016E8BA /* NewAlert.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = NewAlert.nib; path = "Frameworks/Adium Framework/Resources/NewAlert.nib"; sourceTree = "<group>"; };
David@0
  3528
		34B82C7F085A85D800864531 /* AIChatController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIChatController.h; path = Source/AIChatController.h; sourceTree = "<group>"; };
David@0
  3529
		34B82C80085A85D800864531 /* AIChatController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIChatController.m; path = Source/AIChatController.m; sourceTree = "<group>"; };
David@0
  3530
		34B82C89085A87B000864531 /* AdiumMessageEvents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumMessageEvents.h; path = Source/AdiumMessageEvents.h; sourceTree = "<group>"; };
David@0
  3531
		34B82C8A085A87B000864531 /* AdiumMessageEvents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumMessageEvents.m; path = Source/AdiumMessageEvents.m; sourceTree = "<group>"; };
Evan@2585
  3532
		34B89367102BCDAB000ABB8E /* libgstreamer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgstreamer.framework; path = Frameworks/libgstreamer.framework; sourceTree = "<group>"; };
Evan@2585
  3533
		34B89368102BCDAB000ABB8E /* libgstinterfaces.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgstinterfaces.framework; path = Frameworks/libgstinterfaces.framework; sourceTree = "<group>"; };
Evan@2585
  3534
		34B89369102BCDAB000ABB8E /* libgstfarsight.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgstfarsight.framework; path = Frameworks/libgstfarsight.framework; sourceTree = "<group>"; };
Evan@2585
  3535
		34B8936A102BCDAB000ABB8E /* libgstbase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgstbase.framework; path = Frameworks/libgstbase.framework; sourceTree = "<group>"; };
zacw@1000
  3536
		34B9194A062DEC29004F1223 /* AIPurpleAIMAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIPurpleAIMAccountViewController.m; path = "Plugins/Purple Service/AIPurpleAIMAccountViewController.m"; sourceTree = "<group>"; };
zacw@1000
  3537
		34B9194B062DEC29004F1223 /* AIPurpleAIMAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIPurpleAIMAccountViewController.h; path = "Plugins/Purple Service/AIPurpleAIMAccountViewController.h"; sourceTree = "<group>"; };
zacw@1000
  3538
		34B9197F062DEC99004F1223 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  3539
		34B919C9062DEF15004F1223 /* CBOscarService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CBOscarService.h; path = "Plugins/Purple Service/CBOscarService.h"; sourceTree = "<group>"; };
David@0
  3540
		34B919CA062DEF15004F1223 /* CBOscarService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CBOscarService.m; path = "Plugins/Purple Service/CBOscarService.m"; sourceTree = "<group>"; };
David@0
  3541
		34B995D9092A832700E31E91 /* FontPanelAccessoryView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = FontPanelAccessoryView.nib; path = Resources/FontPanelAccessoryView.nib; sourceTree = "<group>"; };
David@0
  3542
		34B9C7910A255DCE00CEA8AE /* LogViewerDateFilter.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = LogViewerDateFilter.nib; path = Resources/LogViewerDateFilter.nib; sourceTree = "<group>"; };
David@0
  3543
		34BBE0E907A2ECCF00663CC9 /* adiumPurpleConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleConnection.h; path = "Plugins/Purple Service/adiumPurpleConnection.h"; sourceTree = "<group>"; };
David@0
  3544
		34BBE0EA07A2ECD000663CC9 /* adiumPurpleConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleConnection.m; path = "Plugins/Purple Service/adiumPurpleConnection.m"; sourceTree = "<group>"; };
David@0
  3545
		34BBE10907A2EE3700663CC9 /* adiumPurpleBlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleBlist.h; path = "Plugins/Purple Service/adiumPurpleBlist.h"; sourceTree = "<group>"; };
David@0
  3546
		34BBE10A07A2EE3700663CC9 /* adiumPurpleBlist.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleBlist.m; path = "Plugins/Purple Service/adiumPurpleBlist.m"; sourceTree = "<group>"; };
David@0
  3547
		34BBE11007A2EED500663CC9 /* adiumPurpleFt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleFt.h; path = "Plugins/Purple Service/adiumPurpleFt.h"; sourceTree = "<group>"; };
David@0
  3548
		34BBE11107A2EED600663CC9 /* adiumPurpleFt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleFt.m; path = "Plugins/Purple Service/adiumPurpleFt.m"; sourceTree = "<group>"; };
David@0
  3549
		34BBE11607A2EF2B00663CC9 /* adiumPurplePrivacy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurplePrivacy.h; path = "Plugins/Purple Service/adiumPurplePrivacy.h"; sourceTree = "<group>"; };
David@0
  3550
		34BBE11707A2EF2B00663CC9 /* adiumPurplePrivacy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurplePrivacy.m; path = "Plugins/Purple Service/adiumPurplePrivacy.m"; sourceTree = "<group>"; };
David@0
  3551
		34BBE11C07A2EF7F00663CC9 /* adiumPurpleRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleRequest.h; path = "Plugins/Purple Service/adiumPurpleRequest.h"; sourceTree = "<group>"; };
David@0
  3552
		34BBE11D07A2EF7F00663CC9 /* adiumPurpleRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleRequest.m; path = "Plugins/Purple Service/adiumPurpleRequest.m"; sourceTree = "<group>"; };
David@0
  3553
		34BBE12207A2EFF800663CC9 /* adiumPurpleNotify.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleNotify.h; path = "Plugins/Purple Service/adiumPurpleNotify.h"; sourceTree = "<group>"; };
David@0
  3554
		34BBE12307A2EFF800663CC9 /* adiumPurpleNotify.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleNotify.m; path = "Plugins/Purple Service/adiumPurpleNotify.m"; sourceTree = "<group>"; };
David@0
  3555
		34BBE12807A2F09A00663CC9 /* adiumPurpleRoomlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleRoomlist.h; path = "Plugins/Purple Service/adiumPurpleRoomlist.h"; sourceTree = "<group>"; };
David@0
  3556
		34BBE12907A2F09B00663CC9 /* adiumPurpleRoomlist.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleRoomlist.m; path = "Plugins/Purple Service/adiumPurpleRoomlist.m"; sourceTree = "<group>"; };
David@0
  3557
		34BBE17E07A2F10400663CC9 /* adiumPurpleConversation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleConversation.h; path = "Plugins/Purple Service/adiumPurpleConversation.h"; sourceTree = "<group>"; };
David@0
  3558
		34BBE17F07A2F10400663CC9 /* adiumPurpleConversation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleConversation.m; path = "Plugins/Purple Service/adiumPurpleConversation.m"; sourceTree = "<group>"; };
David@0
  3559
		34BBE18407A2F20E00663CC9 /* adiumPurpleWebcam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleWebcam.h; path = "Plugins/Purple Service/adiumPurpleWebcam.h"; sourceTree = "<group>"; };
David@0
  3560
		34BBE18507A2F20E00663CC9 /* adiumPurpleWebcam.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleWebcam.m; path = "Plugins/Purple Service/adiumPurpleWebcam.m"; sourceTree = "<group>"; };
David@0
  3561
		34BBE18A07A2F2A600663CC9 /* adiumPurpleEventloop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleEventloop.h; path = "Plugins/Purple Service/adiumPurpleEventloop.h"; sourceTree = "<group>"; };
David@0
  3562
		34BBE18B07A2F2A600663CC9 /* adiumPurpleEventloop.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleEventloop.m; path = "Plugins/Purple Service/adiumPurpleEventloop.m"; sourceTree = "<group>"; };
David@0
  3563
		34BBE1B207A2F36400663CC9 /* adiumPurpleCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleCore.h; path = "Plugins/Purple Service/adiumPurpleCore.h"; sourceTree = "<group>"; };
David@0
  3564
		34BBE1B307A2F36400663CC9 /* adiumPurpleCore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleCore.m; path = "Plugins/Purple Service/adiumPurpleCore.m"; sourceTree = "<group>"; };
David@0
  3565
		34BBE1B807A2F4C500663CC9 /* adiumPurpleSignals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = adiumPurpleSignals.h; path = "Plugins/Purple Service/adiumPurpleSignals.h"; sourceTree = "<group>"; };
David@0
  3566
		34BBE1B907A2F4C500663CC9 /* adiumPurpleSignals.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = adiumPurpleSignals.m; path = "Plugins/Purple Service/adiumPurpleSignals.m"; sourceTree = "<group>"; };
David@0
  3567
		34BC8F780ACA3AAC00562745 /* AIScannerDebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIScannerDebug.h; path = Source/AIScannerDebug.h; sourceTree = "<group>"; };
David@0
  3568
		34BC8F790ACA3AAC00562745 /* AIScannerDebug.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIScannerDebug.m; path = Source/AIScannerDebug.m; sourceTree = "<group>"; };
David@0
  3569
		34BD0DB308D31479000BE2C0 /* AdiumChatEvents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumChatEvents.h; path = Source/AdiumChatEvents.h; sourceTree = "<group>"; };
David@0
  3570
		34BD0DB408D31479000BE2C0 /* AdiumChatEvents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumChatEvents.m; path = Source/AdiumChatEvents.m; sourceTree = "<group>"; };
David@0
  3571
		34BD9DA9053146CC000AB133 /* Adium.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Adium.app; sourceTree = BUILT_PRODUCTS_DIR; };
David@0
  3572
		34BD9DE105314751000AB133 /* Adium.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Adium.framework; sourceTree = BUILT_PRODUCTS_DIR; };
David@0
  3573
		34BFD7F207E6A22700AD984D /* ESPresetManagementController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPresetManagementController.h; path = "Frameworks/Adium Framework/Source/ESPresetManagementController.h"; sourceTree = "<group>"; };
David@0
  3574
		34BFD7F307E6A22700AD984D /* PresetManagement.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = PresetManagement.nib; path = "Frameworks/Adium Framework/Resources/PresetManagement.nib"; sourceTree = "<group>"; };
David@0
  3575
		34BFD7F407E6A22700AD984D /* ESPresetManagementController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPresetManagementController.m; path = "Frameworks/Adium Framework/Source/ESPresetManagementController.m"; sourceTree = "<group>"; };
David@0
  3576
		34BFD7FC07E6A50C00AD984D /* scriptToolbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = scriptToolbar.png; path = Resources/scriptToolbar.png; sourceTree = "<group>"; };
David@0
  3577
		34BFD7FE07E6A51D00AD984D /* GBApplescriptFiltersPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GBApplescriptFiltersPlugin.m; path = Source/GBApplescriptFiltersPlugin.m; sourceTree = "<group>"; };
David@0
  3578
		34BFD7FF07E6A51D00AD984D /* GBApplescriptFiltersPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GBApplescriptFiltersPlugin.h; path = Source/GBApplescriptFiltersPlugin.h; sourceTree = "<group>"; };
David@0
  3579
		34BFDB2C07E7710C00AD984D /* ESPresetNameSheetController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPresetNameSheetController.h; path = "Frameworks/Adium Framework/Source/ESPresetNameSheetController.h"; sourceTree = "<group>"; };
David@0
  3580
		34BFDB2D07E7710C00AD984D /* ESPresetNameSheetController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPresetNameSheetController.m; path = "Frameworks/Adium Framework/Source/ESPresetNameSheetController.m"; sourceTree = "<group>"; };
David@0
  3581
		34BFDB3807E7714200AD984D /* PresetNameSheet.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = PresetNameSheet.nib; path = "Frameworks/Adium Framework/Resources/PresetNameSheet.nib"; sourceTree = "<group>"; };
Peter@2044
  3582
		34BFDDB607E7A43D00AD984D /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = Resources/ja.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  3583
		34BFDF1607E8977D00AD984D /* SoundHigh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SoundHigh.png; path = Resources/SoundHigh.png; sourceTree = "<group>"; };
David@0
  3584
		34BFDF1707E8977D00AD984D /* SoundLow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SoundLow.png; path = Resources/SoundLow.png; sourceTree = "<group>"; };
David@0
  3585
		34BFDF1E07E8978900AD984D /* SendingKeyDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = SendingKeyDefaults.plist; path = Resources/SendingKeyDefaults.plist; sourceTree = "<group>"; };
David@0
  3586
		34BFDF1F07E8978900AD984D /* TabDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = TabDefaults.plist; path = Resources/TabDefaults.plist; sourceTree = "<group>"; };
David@0
  3587
		34BFE20007E8E11500AD984D /* AIChatCyclingPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIChatCyclingPlugin.m; path = Source/AIChatCyclingPlugin.m; sourceTree = SOURCE_ROOT; };
David@0
  3588
		34BFE20107E8E11500AD984D /* AIChatCyclingPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIChatCyclingPlugin.h; path = Source/AIChatCyclingPlugin.h; sourceTree = SOURCE_ROOT; };
David@0
  3589
		34BFE24E07E8E5F100AD984D /* AIAutoLinkingPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAutoLinkingPlugin.m; path = Source/AIAutoLinkingPlugin.m; sourceTree = "<group>"; };
David@0
  3590
		34BFE24F07E8E5F200AD984D /* AIAutoLinkingPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAutoLinkingPlugin.h; path = Source/AIAutoLinkingPlugin.h; sourceTree = "<group>"; };
David@0
  3591
		34BFE2D507E8E74400AD984D /* AIChatConsolidationPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIChatConsolidationPlugin.h; path = Source/AIChatConsolidationPlugin.h; sourceTree = SOURCE_ROOT; };
David@0
  3592
		34BFE2D607E8E74400AD984D /* AIChatConsolidationPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIChatConsolidationPlugin.m; path = Source/AIChatConsolidationPlugin.m; sourceTree = SOURCE_ROOT; };
David@0
  3593
		34C14CD007A8B1AB003CC138 /* AIEmoticonPackPreviewView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIEmoticonPackPreviewView.h; path = Plugins/Emoticons/AIEmoticonPackPreviewView.h; sourceTree = "<group>"; };
David@0
  3594
		34C14CD107A8B1AB003CC138 /* AIEmoticonPackPreviewView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIEmoticonPackPreviewView.m; path = Plugins/Emoticons/AIEmoticonPackPreviewView.m; sourceTree = "<group>"; };
David@0
  3595
		34C14D5007A8BA00003CC138 /* EmoticonPackPreview.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = EmoticonPackPreview.nib; path = Plugins/Emoticons/EmoticonPackPreview.nib; sourceTree = "<group>"; };
David@0
  3596
		34C2A463082183E100F3363F /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/WebKit Message View/da.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3597
		34C2A4860821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/WebKit Message View/ja.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3598
		34C2A4870821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  3599
		34C2A4880821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  3600
		34C2A4890821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3601
		34C2A48A0821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  3602
		34C2A48B0821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3603
		34C2A48C0821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  3604
		34C2A48D0821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  3605
		34C2A48E0821859700F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  3606
		34C2A48F0821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  3607
		34C2A4900821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3608
		34C2A4910821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  3609
		34C2A4920821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
zacw@1000
  3610
		34C2A4930821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  3611
		34C2A4940821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3612
		34C2A4950821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
Peter@2044
  3613
		34C2A4AC082185BE00F3363F /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = "Plugins/WebKit Message View/ja.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3614
		34C2A4BB082185D700F3363F /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = "Plugins/WebKit Message View/it.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3615
		34C2A4D90821860900F3363F /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = "Plugins/WebKit Message View/fr.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3616
		34C2A4EA0821861800F3363F /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = "Plugins/WebKit Message View/da.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  3617
		34C2CF85063340540018E5D2 /* PurpleMultilineRequestWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = PurpleMultilineRequestWindow.nib; path = "Plugins/Purple Service/PurpleMultilineRequestWindow.nib"; sourceTree = "<group>"; };
David@0
  3618
		34C2CF86063340540018E5D2 /* PurpleSinglelineRequestWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = PurpleSinglelineRequestWindow.nib; path = "Plugins/Purple Service/PurpleSinglelineRequestWindow.nib"; sourceTree = "<group>"; };
David@0
  3619
		34C2D70306338E2E0018E5D2 /* ESWebKitMessageViewPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESWebKitMessageViewPreferences.h; path = "Plugins/WebKit Message View/ESWebKitMessageViewPreferences.h"; sourceTree = "<group>"; };
David@0
  3620
		34C2D70406338E2E0018E5D2 /* ESWebKitMessageViewPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESWebKitMessageViewPreferences.m; path = "Plugins/WebKit Message View/ESWebKitMessageViewPreferences.m"; sourceTree = "<group>"; };
David@0
  3621
		34C2D8C00633BBA80018E5D2 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/WebKit Message View/en.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
David@0
  3622
		34C2DBE5063449AF0018E5D2 /* Preview.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Preview.plist; path = "Plugins/WebKit Message View/Preview.plist"; sourceTree = "<group>"; };
David@0
  3623
		34C2DF00063498ED0018E5D2 /* SoulEdge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SoulEdge.png; path = "Plugins/WebKit Message View/SoulEdge.png"; sourceTree = "<group>"; };
David@0
  3624
		34C2DF01063498ED0018E5D2 /* terminator.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = terminator.png; path = "Plugins/WebKit Message View/terminator.png"; sourceTree = "<group>"; };
David@0
  3625
		34C2E66F0634CF5F0018E5D2 /* ESPurpleNovellAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleNovellAccount.h; path = "Plugins/Purple Service/ESPurpleNovellAccount.h"; sourceTree = "<group>"; };
David@0
  3626
		34C2E6700634CF5F0018E5D2 /* ESPurpleNovellAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleNovellAccount.m; path = "Plugins/Purple Service/ESPurpleNovellAccount.m"; sourceTree = "<group>"; };
David@0
  3627
		34C2E6870634CF940018E5D2 /* ESPurpleNovellAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleNovellAccountViewController.h; path = "Plugins/Purple Service/ESPurpleNovellAccountViewController.h"; sourceTree = "<group>"; };
David@0
  3628
		34C2E6880634CF940018E5D2 /* ESPurpleNovellAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleNovellAccountViewController.m; path = "Plugins/Purple Service/ESPurpleNovellAccountViewController.m"; sourceTree = "<group>"; };
David@0
  3629
		34C2EA180634DB5E0018E5D2 /* ESNovellService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESNovellService.h; path = "Plugins/Purple Service/ESNovellService.h"; sourceTree = "<group>"; };
David@0
  3630
		34C2EA190634DB5E0018E5D2 /* ESNovellService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESNovellService.m; path = "Plugins/Purple Service/ESNovellService.m"; sourceTree = "<group>"; };
David@0
  3631
		34C4E3A20DF9D73600499AC0 /* it */ = {isa = PBXFileReference; lastKnownFileType = folder; name = it; path = "Resources/it.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  3632
		34C68B230778FA1300EB423C /* ESGeneralPreferencesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESGeneralPreferencesPlugin.h; path = "Plugins/General Preferences/ESGeneralPreferencesPlugin.h"; sourceTree = "<group>"; };
David@0
  3633
		34C68B240778FA1300EB423C /* ESGeneralPreferencesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESGeneralPreferencesPlugin.m; path = "Plugins/General Preferences/ESGeneralPreferencesPlugin.m"; sourceTree = "<group>"; };
David@0
  3634
		34C68B290778FA5C00EB423C /* ESGeneralPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESGeneralPreferences.h; path = "Plugins/General Preferences/ESGeneralPreferences.h"; sourceTree = "<group>"; };
David@0
  3635
		34C68B2A0778FA5C00EB423C /* ESGeneralPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESGeneralPreferences.m; path = "Plugins/General Preferences/ESGeneralPreferences.m"; sourceTree = "<group>"; };
David@0
  3636
		34C69E6D07794B9200EB423C /* AIImageTextCellView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageTextCellView.h; path = "Frameworks/Adium Framework/Source/AIImageTextCellView.h"; sourceTree = "<group>"; };
David@0
  3637
		34C69E6E07794B9200EB423C /* AIImageTextCellView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageTextCellView.m; path = "Frameworks/Adium Framework/Source/AIImageTextCellView.m"; sourceTree = "<group>"; };
David@0
  3638
		34C6A3BB077A8CB500EB423C /* AppearanceDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppearanceDefaults.plist; path = Resources/AppearanceDefaults.plist; sourceTree = "<group>"; };
Evan@2556
  3639
		34C846AE101E515900140B4B /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; };
Evan@2556
  3640
		34C846E5101E518F00140B4B /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; };
David@0
  3641
		34C898C2089297B00046AD38 /* ja */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ja; path = "Resources/ja.lproj/Shared Dock Icon Images"; sourceTree = "<group>"; };
David@0
  3642
		34C899AB07E51B18009357F6 /* BuiltInEventPresets.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; name = BuiltInEventPresets.plist; path = Resources/BuiltInEventPresets.plist; sourceTree = "<group>"; };
David@0
  3643
		34C91BB90CA8909700740974 /* AIContentNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContentNotification.h; path = "Frameworks/Adium Framework/Source/AIContentNotification.h"; sourceTree = "<group>"; };
David@0
  3644
		34C91BBA0CA8909700740974 /* AIContentNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContentNotification.m; path = "Frameworks/Adium Framework/Source/AIContentNotification.m"; sourceTree = "<group>"; };
David@0
  3645
		34C9EC40099FA2A8007ECAB3 /* DefaultBlockedStatusIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DefaultBlockedStatusIcon.png; path = "Frameworks/Adium Framework/DefaultBlockedStatusIcon.png"; sourceTree = "<group>"; };
David@0
  3646
		34CA15520CAFDFB2009AA5E3 /* sidebarActionWidget.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sidebarActionWidget.png; path = Resources/sidebarActionWidget.png; sourceTree = "<group>"; };
David@0
  3647
		34CA23990A671E0E00B11032 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3648
		34CA239A0A671E1500B11032 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Resources/cs.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3649
		34CA239B0A671E2100B11032 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = Resources/da.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3650
		34CA239C0A671E2F00B11032 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3651
		34CA239D0A671E3C00B11032 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3652
		34CA239E0A671E4500B11032 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3653
		34CA239F0A671E5000B11032 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3654
		34CA23A00A671E6400B11032 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3655
		34CA23A10A671E7200B11032 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3656
		34CA23A20A671E8500B11032 /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3657
		34CA23A30A671E9000B11032 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3658
		34CA23A40A671E9B00B11032 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3659
		34CA23A50A6723A200B11032 /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3660
		34CAA4B00BD3A75B00AE92DC /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3661
		34CAA4B40BD3A76C00AE92DC /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = "Plugins/Purple Service/ca.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3662
		34CAA4B50BD3A76E00AE92DC /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Plugins/Purple Service/cs.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3663
		34CAA4B60BD3A77200AE92DC /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3664
		34CAA4B70BD3A77500AE92DC /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3665
		34CAA4B80BD3A77700AE92DC /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = "Plugins/Purple Service/es.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3666
		34CAA4B90BD3A77D00AE92DC /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/Purple Service/is.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3667
		34CAA4BA0BD3A77F00AE92DC /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3668
		34CAA4BB0BD3A78200AE92DC /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3669
		34CAA4BC0BD3A78400AE92DC /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3670
		34CAA4BD0BD3A78800AE92DC /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Plugins/Purple Service/nl.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3671
		34CAA4BE0BD3A78C00AE92DC /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = "Plugins/Purple Service/pl.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3672
		34CAA4BF0BD3A78E00AE92DC /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3673
		34CAA4C00BD3A79100AE92DC /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Plugins/Purple Service/ru.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3674
		34CAA4C10BD3A79300AE92DC /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Plugins/Purple Service/sv.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3675
		34CAA4C20BD3A79600AE92DC /* tr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = tr; path = "Plugins/Purple Service/tr.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3676
		34CAA4C30BD3A79A00AE92DC /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3677
		34CAA4C40BD3A79D00AE92DC /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/ESPurpleSimpleAccountView.nib"; sourceTree = "<group>"; };
David@0
  3678
		34CF88A70A6D5EC0009D9A21 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  3679
		34CF88AD0A6D5EF1009D9A21 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/OTRPrefs.nib; sourceTree = "<group>"; };
David@0
  3680
		34CF9DF2085B8B7900D87E37 /* ESiTunesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESiTunesPlugin.h; path = Source/ESiTunesPlugin.h; sourceTree = "<group>"; };
David@0
  3681
		34CF9DF3085B8B7900D87E37 /* ESiTunesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESiTunesPlugin.m; path = Source/ESiTunesPlugin.m; sourceTree = "<group>"; };
David@0
  3682
		34D000C50957918000DCB678 /* ContactListRecentImages.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ContactListRecentImages.nib; path = Resources/ContactListRecentImages.nib; sourceTree = "<group>"; };
David@0
  3683
		34D001E50958868000DCB678 /* AIMenuItemView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMenuItemView.h; path = Source/AIMenuItemView.h; sourceTree = "<group>"; };
David@0
  3684
		34D001E60958868000DCB678 /* AIMenuItemView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMenuItemView.m; path = Source/AIMenuItemView.m; sourceTree = "<group>"; };
David@0
  3685
		34D007B0095964EF00DCB678 /* NSIPRecentPicture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSIPRecentPicture.h; path = Source/NSIPRecentPicture.h; sourceTree = "<group>"; };
David@0
  3686
		34D007D9095966E200DCB678 /* AIContactListRecentImagesWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactListRecentImagesWindowController.m; path = Source/AIContactListRecentImagesWindowController.m; sourceTree = "<group>"; };
David@0
  3687
		34D007DA095966E200DCB678 /* AIContactListRecentImagesWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactListRecentImagesWindowController.h; path = Source/AIContactListRecentImagesWindowController.h; sourceTree = "<group>"; };
David@0
  3688
		34D0F9C80954E70100DCB678 /* AIContactListImagePicker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactListImagePicker.h; path = Source/AIContactListImagePicker.h; sourceTree = "<group>"; };
David@0
  3689
		34D0F9C90954E70100DCB678 /* AIContactListImagePicker.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactListImagePicker.m; path = Source/AIContactListImagePicker.m; sourceTree = "<group>"; };
David@0
  3690
		34D0FDCF0956186200DCB678 /* ESPersonalPreferencesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPersonalPreferencesPlugin.h; path = Source/ESPersonalPreferencesPlugin.h; sourceTree = "<group>"; };
David@0
  3691
		34D0FDD00956186200DCB678 /* ESPersonalPreferencesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPersonalPreferencesPlugin.m; path = Source/ESPersonalPreferencesPlugin.m; sourceTree = "<group>"; };
David@0
  3692
		34D0FDD50956187700DCB678 /* ESPersonalPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPersonalPreferences.h; path = Source/ESPersonalPreferences.h; sourceTree = "<group>"; };
David@0
  3693
		34D0FDD60956187700DCB678 /* ESPersonalPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPersonalPreferences.m; path = Source/ESPersonalPreferences.m; sourceTree = "<group>"; };
David@0
  3694
		34D0FE3C09561E3800DCB678 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
David@0
  3695
		34D0FF8409569FE500DCB678 /* PersonalPreferencesDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PersonalPreferencesDefaults.plist; path = Resources/PersonalPreferencesDefaults.plist; sourceTree = "<group>"; };
David@0
  3696
		34D188DB0760F0F50075A380 /* AILocalizationControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILocalizationControl.m; path = "Frameworks/Adium Framework/Source/AILocalizationControl.m"; sourceTree = "<group>"; };
David@0
  3697
		34D1897D076114C00075A380 /* AILocalizationButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILocalizationButton.h; path = "Frameworks/Adium Framework/Source/AILocalizationButton.h"; sourceTree = "<group>"; };
David@0
  3698
		34D1897E076114C00075A380 /* AILocalizationButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILocalizationButton.m; path = "Frameworks/Adium Framework/Source/AILocalizationButton.m"; sourceTree = "<group>"; };
David@0
  3699
		34D189B1076131850075A380 /* AILocalizationAssistance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILocalizationAssistance.h; path = "Frameworks/Adium Framework/Source/AILocalizationAssistance.h"; sourceTree = "<group>"; };
David@0
  3700
		34D1AB510D693DEB00470520 /* RBSplitView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RBSplitView.xcodeproj; path = Frameworks/RBSplitView/RBSplitView.xcodeproj; sourceTree = "<group>"; };
David@0
  3701
		34D1AC5B0D69450200470520 /* RBSplitSubview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RBSplitSubview.h; path = Frameworks/RBSplitView/Source/RBSplitSubview.h; sourceTree = "<group>"; };
David@0
  3702
		34D1AC5C0D69450200470520 /* RBSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RBSplitView.h; path = Frameworks/RBSplitView/Source/RBSplitView.h; sourceTree = "<group>"; };
David@0
  3703
		34D2E8670758BB0B0054C56D /* ESFileTransferPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESFileTransferPreferences.h; path = Source/ESFileTransferPreferences.h; sourceTree = "<group>"; };
David@0
  3704
		34D2E8680758BB0B0054C56D /* ESFileTransferPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESFileTransferPreferences.m; path = Source/ESFileTransferPreferences.m; sourceTree = "<group>"; };
David@0
  3705
		34D369ED08E7544D00E15E40 /* AIColorPickerSliders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIColorPickerSliders.h; path = "Frameworks/Adium Framework/Source/AIColorPickerSliders.h"; sourceTree = "<group>"; };
David@0
  3706
		34D369EE08E7544D00E15E40 /* AIColorPickerSliders.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIColorPickerSliders.m; path = "Frameworks/Adium Framework/Source/AIColorPickerSliders.m"; sourceTree = "<group>"; };
David@0
  3707
		34D43504051ADC10003B2F21 /* DualWindowDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = DualWindowDefaults.plist; path = "Plugins/Dual Window Interface/DualWindowDefaults.plist"; sourceTree = "<group>"; };
David@0
  3708
		34D8324807CBD53A006466F2 /* FTProgressRevealRollover.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressRevealRollover.tif; path = Resources/FTProgressRevealRollover.tif; sourceTree = "<group>"; };
David@0
  3709
		34D8324907CBD53A006466F2 /* FTProgressRevealRollover_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressRevealRollover_Selected.tif; path = Resources/FTProgressRevealRollover_Selected.tif; sourceTree = "<group>"; };
David@0
  3710
		34D8324A07CBD53A006466F2 /* FTProgressStopRollover_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressStopRollover_Selected.tif; path = Resources/FTProgressStopRollover_Selected.tif; sourceTree = "<group>"; };
David@0
  3711
		34D8324B07CBD53A006466F2 /* FTProgressStop_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressStop_Selected.tif; path = Resources/FTProgressStop_Selected.tif; sourceTree = "<group>"; };
David@0
  3712
		34D8324C07CBD53A006466F2 /* FTProgressStop.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressStop.tif; path = Resources/FTProgressStop.tif; sourceTree = "<group>"; };
David@0
  3713
		34D8324D07CBD53B006466F2 /* FTProgressStopRollover.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressStopRollover.tif; path = Resources/FTProgressStopRollover.tif; sourceTree = "<group>"; };
David@0
  3714
		34D8324E07CBD53B006466F2 /* FTProgressRevealPressed.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressRevealPressed.tif; path = Resources/FTProgressRevealPressed.tif; sourceTree = "<group>"; };
David@0
  3715
		34D8324F07CBD53B006466F2 /* FTProgressReveal_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressReveal_Selected.tif; path = Resources/FTProgressReveal_Selected.tif; sourceTree = "<group>"; };
David@0
  3716
		34D8325007CBD53B006466F2 /* FTProgressReveal.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressReveal.tif; path = Resources/FTProgressReveal.tif; sourceTree = "<group>"; };
David@0
  3717
		34D8325107CBD53B006466F2 /* FTProgressStopPressed_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressStopPressed_Selected.tif; path = Resources/FTProgressStopPressed_Selected.tif; sourceTree = "<group>"; };
David@0
  3718
		34D8325207CBD53B006466F2 /* FTProgressStopPressed.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressStopPressed.tif; path = Resources/FTProgressStopPressed.tif; sourceTree = "<group>"; };
David@0
  3719
		34D8325307CBD53B006466F2 /* FTProgressRevealPressed_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = FTProgressRevealPressed_Selected.tif; path = Resources/FTProgressRevealPressed_Selected.tif; sourceTree = "<group>"; };
David@0
  3720
		34D8326107CBD598006466F2 /* AccountPrefs.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = AccountPrefs.plist; path = Resources/AccountPrefs.plist; sourceTree = "<group>"; };
David@0
  3721
		34D8326207CBD598006466F2 /* DockPrefs.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = DockPrefs.plist; path = Resources/DockPrefs.plist; sourceTree = "<group>"; };
David@0
  3722
		34D8326307CBD598006466F2 /* sendfile.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sendfile.png; path = Resources/sendfile.png; sourceTree = "<group>"; };
David@0
  3723
		34D8326407CBD598006466F2 /* SoundPrefs.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = SoundPrefs.plist; path = Resources/SoundPrefs.plist; sourceTree = "<group>"; };
David@0
  3724
		34D8326507CBD598006466F2 /* info.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = info.png; path = Resources/info.png; sourceTree = "<group>"; };
David@0
  3725
		34D8326607CBD598006466F2 /* ContactPrefs.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = ContactPrefs.plist; path = Resources/ContactPrefs.plist; sourceTree = "<group>"; };
David@0
  3726
		34D8326707CBD598006466F2 /* DefaultIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DefaultIcon.png; path = Resources/DefaultIcon.png; sourceTree = "<group>"; };
David@0
  3727
		34D8327507CBD5B3006466F2 /* BuiltInStatusStates.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = BuiltInStatusStates.plist; path = Resources/BuiltInStatusStates.plist; sourceTree = "<group>"; };
David@0
  3728
		34D8327607CBD5B3006466F2 /* ToolbarPrefs.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = ToolbarPrefs.plist; path = Resources/ToolbarPrefs.plist; sourceTree = "<group>"; };
David@0
  3729
		34D8328807CBD5D2006466F2 /* keys.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = keys.png; path = Resources/keys.png; sourceTree = "<group>"; };
David@0
  3730
		34D8329F07CBD61A006466F2 /* ContactListDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = ContactListDefaults.plist; path = Resources/ContactListDefaults.plist; sourceTree = "<group>"; };
David@0
  3731
		34D832A507CBD62B006466F2 /* AdiumEmoticonset.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumEmoticonset.icns; path = Resources/AdiumEmoticonset.icns; sourceTree = "<group>"; };
David@0
  3732
		34D832A607CBD62B006466F2 /* AdiumScripts.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumScripts.icns; path = Resources/AdiumScripts.icns; sourceTree = "<group>"; };
David@0
  3733
		34D832A707CBD62B006466F2 /* AdiumMessageStyle.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumMessageStyle.icns; path = Resources/AdiumMessageStyle.icns; sourceTree = "<group>"; };
David@0
  3734
		34D832A807CBD62B006466F2 /* AdiumListTheme.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumListTheme.icns; path = Resources/AdiumListTheme.icns; sourceTree = "<group>"; };
David@0
  3735
		34D832A907CBD62C006466F2 /* AdiumListLayout.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumListLayout.icns; path = Resources/AdiumListLayout.icns; sourceTree = "<group>"; };
David@0
  3736
		34D832AA07CBD62C006466F2 /* AdiumSoundset.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumSoundset.icns; path = Resources/AdiumSoundset.icns; sourceTree = "<group>"; };
David@0
  3737
		34D832AB07CBD62C006466F2 /* AdiumIcon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumIcon.icns; path = Resources/AdiumIcon.icns; sourceTree = "<group>"; };
David@0
  3738
		34D832AC07CBD62C006466F2 /* AdiumPlugin.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = AdiumPlugin.icns; path = Resources/AdiumPlugin.icns; sourceTree = "<group>"; };
David@0
  3739
		34D832AD07CBD62C006466F2 /* Adium.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Adium.icns; path = Resources/Adium.icns; sourceTree = "<group>"; };
David@0
  3740
		34D8332A07CBD72A006466F2 /* ContactCountingDisplayDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = ContactCountingDisplayDefaults.plist; path = Resources/ContactCountingDisplayDefaults.plist; sourceTree = "<group>"; };
David@0
  3741
		34D8333007CBD741006466F2 /* ApplescriptContactAlert.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ApplescriptContactAlert.nib; path = Resources/ApplescriptContactAlert.nib; sourceTree = "<group>"; };
David@0
  3742
		34D8333107CBD741006466F2 /* ApplescriptAlert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ApplescriptAlert.png; path = Resources/ApplescriptAlert.png; sourceTree = "<group>"; };
David@0
  3743
		34D8333707CBD758006466F2 /* ESApplescriptContactAlertPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESApplescriptContactAlertPlugin.m; path = Source/ESApplescriptContactAlertPlugin.m; sourceTree = "<group>"; };
David@0
  3744
		34D8333807CBD758006466F2 /* ESPanelApplescriptDetailPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPanelApplescriptDetailPane.m; path = Source/ESPanelApplescriptDetailPane.m; sourceTree = "<group>"; };
David@0
  3745
		34D8333907CBD758006466F2 /* ESPanelApplescriptDetailPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPanelApplescriptDetailPane.h; path = Source/ESPanelApplescriptDetailPane.h; sourceTree = "<group>"; };
David@0
  3746
		34D8333A07CBD758006466F2 /* ESApplescriptContactAlertPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESApplescriptContactAlertPlugin.h; path = Source/ESApplescriptContactAlertPlugin.h; sourceTree = "<group>"; };
David@0
  3747
		34D8336707CBD807006466F2 /* pref-messages.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-messages.png"; path = "Resources/pref-messages.png"; sourceTree = "<group>"; };
David@0
  3748
		34D8336807CBD807006466F2 /* pref-general.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-general.png"; path = "Resources/pref-general.png"; sourceTree = "<group>"; };
David@0
  3749
		34D8336B07CBD807006466F2 /* pref-ft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-ft.png"; path = "Resources/pref-ft.png"; sourceTree = "<group>"; };
David@0
  3750
		34D8336C07CBD807006466F2 /* pref-events.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-events.png"; path = "Resources/pref-events.png"; sourceTree = "<group>"; };
David@0
  3751
		34D8336E07CBD807006466F2 /* pref-advanced.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-advanced.png"; path = "Resources/pref-advanced.png"; sourceTree = "<group>"; };
David@0
  3752
		34D8344C07CBE6E2006466F2 /* JVFontPreviewField.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = JVFontPreviewField.m; path = "Frameworks/Adium Framework/Source/JVFontPreviewField.m"; sourceTree = "<group>"; };
David@0
  3753
		34D8344D07CBE6E2006466F2 /* JVFontPreviewField.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JVFontPreviewField.h; path = "Frameworks/Adium Framework/Source/JVFontPreviewField.h"; sourceTree = "<group>"; };
Peter@2044
  3754
		34D8B3D60D15A40C0066F013 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = Resources/fr_CA.lproj/Statuses.strings; sourceTree = "<group>"; };
David@0
  3755
		34DC84280A7EA012003E1636 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  3756
		34DFF46007A5EABF00B92233 /* ESSecureMessagingPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESSecureMessagingPlugin.h; path = "Plugins/Secure Messaging/ESSecureMessagingPlugin.h"; sourceTree = "<group>"; };
David@0
  3757
		34DFF46107A5EABF00B92233 /* ESSecureMessagingPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESSecureMessagingPlugin.m; path = "Plugins/Secure Messaging/ESSecureMessagingPlugin.m"; sourceTree = "<group>"; };
David@0
  3758
		34DFF52607A62EB000B92233 /* Lock_Unlocked State.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Lock_Unlocked State.png"; path = "Plugins/Secure Messaging/Lock_Unlocked State.png"; sourceTree = "<group>"; };
David@0
  3759
		34DFF53007A62EB100B92233 /* Lock_Locked State.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Lock_Locked State.png"; path = "Plugins/Secure Messaging/Lock_Locked State.png"; sourceTree = "<group>"; };
David@0
  3760
		34E00F7407B92B2E000DF265 /* ESTextAndButtonsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESTextAndButtonsWindowController.h; path = "Frameworks/Adium Framework/Source/ESTextAndButtonsWindowController.h"; sourceTree = "<group>"; };
David@0
  3761
		34E00F7507B92B2F000DF265 /* ESTextAndButtonsWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESTextAndButtonsWindowController.m; path = "Frameworks/Adium Framework/Source/ESTextAndButtonsWindowController.m"; sourceTree = "<group>"; };
David@0
  3762
		34E00F8607B92B88000DF265 /* TextAndButtonsWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = TextAndButtonsWindow.nib; path = "Frameworks/Adium Framework/Resources/TextAndButtonsWindow.nib"; sourceTree = "<group>"; };
David@0
  3763
		34E0103207B956F6000DF265 /* ESPurpleNotifyEmailController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleNotifyEmailController.m; path = "Plugins/Purple Service/ESPurpleNotifyEmailController.m"; sourceTree = "<group>"; };
David@0
  3764
		34E0103307B956F6000DF265 /* ESPurpleNotifyEmailController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleNotifyEmailController.h; path = "Plugins/Purple Service/ESPurpleNotifyEmailController.h"; sourceTree = "<group>"; };
David@0
  3765
		34E0EA0707CC53EC00A82198 /* NewMessagePrompt.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = NewMessagePrompt.nib; path = Resources/NewMessagePrompt.nib; sourceTree = "<group>"; };
David@0
  3766
		34E0EA0B07CC53FE00A82198 /* AINewMessagePanelPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AINewMessagePanelPlugin.m; path = Source/AINewMessagePanelPlugin.m; sourceTree = "<group>"; };
David@0
  3767
		34E0EA0C07CC53FE00A82198 /* AINewMessagePromptController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AINewMessagePromptController.m; path = Source/AINewMessagePromptController.m; sourceTree = "<group>"; };
David@0
  3768
		34E0EA0D07CC53FE00A82198 /* AINewMessagePanelPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AINewMessagePanelPlugin.h; path = Source/AINewMessagePanelPlugin.h; sourceTree = "<group>"; };
David@0
  3769
		34E0EA0E07CC53FE00A82198 /* AINewMessagePromptController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AINewMessagePromptController.h; path = Source/AINewMessagePromptController.h; sourceTree = "<group>"; };
David@0
  3770
		34E0EB8D07CD349200A82198 /* ESPurpleAIMAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleAIMAccount.h; path = "Plugins/Purple Service/ESPurpleAIMAccount.h"; sourceTree = "<group>"; };
David@0
  3771
		34E0EB8E07CD349200A82198 /* ESPurpleAIMAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleAIMAccount.m; path = "Plugins/Purple Service/ESPurpleAIMAccount.m"; sourceTree = "<group>"; };
David@0
  3772
		34E1EDF30A045AA2003C14F1 /* AdiumApplescriptRunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumApplescriptRunner.h; path = Source/AdiumApplescriptRunner.h; sourceTree = "<group>"; };
David@0
  3773
		34E1EDF40A045AA2003C14F1 /* AdiumApplescriptRunner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumApplescriptRunner.m; path = Source/AdiumApplescriptRunner.m; sourceTree = "<group>"; };
David@0
  3774
		34E2A0B907AF5924006735BC /* ESAccountNetworkConnectivityPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAccountNetworkConnectivityPlugin.h; path = Source/ESAccountNetworkConnectivityPlugin.h; sourceTree = "<group>"; };
David@0
  3775
		34E2A0BA07AF5924006735BC /* ESAccountNetworkConnectivityPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAccountNetworkConnectivityPlugin.m; path = Source/ESAccountNetworkConnectivityPlugin.m; sourceTree = "<group>"; };
David@0
  3776
		34E2A0C107AF593B006735BC /* AIAccountMenuAccessPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAccountMenuAccessPlugin.m; path = Source/AIAccountMenuAccessPlugin.m; sourceTree = "<group>"; };
David@0
  3777
		34E2A0C207AF593B006735BC /* AIAccountMenuAccessPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAccountMenuAccessPlugin.h; path = Source/AIAccountMenuAccessPlugin.h; sourceTree = "<group>"; };
David@0
  3778
		34E2A1D907AF6503006735BC /* AIDockAccountStatusPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIDockAccountStatusPlugin.m; path = Source/AIDockAccountStatusPlugin.m; sourceTree = "<group>"; };
David@0
  3779
		34E2A1DA07AF6504006735BC /* AIDockAccountStatusPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIDockAccountStatusPlugin.h; path = Source/AIDockAccountStatusPlugin.h; sourceTree = "<group>"; };
David@0
  3780
		34E2A2EC07B018B1006735BC /* ESAddressBookIntegrationAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAddressBookIntegrationAdvancedPreferences.h; path = Source/ESAddressBookIntegrationAdvancedPreferences.h; sourceTree = "<group>"; };
David@9
  3781
		34E2A2EE07B018B1006735BC /* AIAddressBookController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAddressBookController.h; path = "Frameworks/Adium Framework/Source/AIAddressBookController.h"; sourceTree = "<group>"; };
David@0
  3782
		34E2A2EF07B018B2006735BC /* ESAddressBookIntegrationAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAddressBookIntegrationAdvancedPreferences.m; path = Source/ESAddressBookIntegrationAdvancedPreferences.m; sourceTree = "<group>"; };
David@0
  3783
		34E2A3E507B08CC9006735BC /* AIAliasSupportPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAliasSupportPlugin.m; path = Source/AIAliasSupportPlugin.m; sourceTree = "<group>"; };
David@0
  3784
		34E2A3E607B08CC9006735BC /* AIAliasSupportPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAliasSupportPlugin.h; path = Source/AIAliasSupportPlugin.h; sourceTree = "<group>"; };
Peter@2044
  3785
		34E354ED0D10AC5E009FC9DE /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = "Frameworks/Adium Framework/Resources/nl.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3786
		34E354F80D10AC63009FC9DE /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = "Frameworks/Adium Framework/Resources/de.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3787
		34E355030D10AC66009FC9DE /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Frameworks/Adium Framework/Resources/zh_TW.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3788
		34E3550C0D10AC68009FC9DE /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = "Frameworks/Adium Framework/Resources/ja.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3789
		34E3550D0D10AC6B009FC9DE /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = "Frameworks/Adium Framework/Resources/it.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3790
		34E3550E0D10AC6E009FC9DE /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = "Frameworks/Adium Framework/Resources/fr.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3791
		34E355190D10AC70009FC9DE /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = "Frameworks/Adium Framework/Resources/da.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3792
		34E355240D10AC73009FC9DE /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = "Frameworks/Adium Framework/Resources/nb.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3793
		34E3552F0D10AC76009FC9DE /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Frameworks/Adium Framework/Resources/zh_CN.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3794
		34E355300D10AC78009FC9DE /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = "Frameworks/Adium Framework/Resources/cs.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3795
		34E355310D10AC7A009FC9DE /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = "Frameworks/Adium Framework/Resources/is.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3796
		34E355320D10AC7D009FC9DE /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = "Frameworks/Adium Framework/Resources/sv.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3797
		34E355330D10AC7F009FC9DE /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = "Frameworks/Adium Framework/Resources/ca.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3798
		34E355340D10AC81009FC9DE /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = "Frameworks/Adium Framework/Resources/ru.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3799
		34E355350D10AC84009FC9DE /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = "Frameworks/Adium Framework/Resources/es.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3800
		34E355400D10AC86009FC9DE /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = "Frameworks/Adium Framework/Resources/pl.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3801
		34E355560D10AC8B009FC9DE /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = "Frameworks/Adium Framework/Resources/tr.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3802
		34E355610D10AC8E009FC9DE /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = "Frameworks/Adium Framework/Resources/fi.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
Peter@2044
  3803
		34E3556C0D10AC92009FC9DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Frameworks/Adium Framework/Resources/pt_BR.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
David@0
  3804
		34E3C8870638D40500AA3EF7 /* ESYahooJapanService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESYahooJapanService.h; path = "Plugins/Purple Service/ESYahooJapanService.h"; sourceTree = "<group>"; };
David@0
  3805
		34E3C8880638D40500AA3EF7 /* ESYahooJapanService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESYahooJapanService.m; path = "Plugins/Purple Service/ESYahooJapanService.m"; sourceTree = "<group>"; };
David@0
  3806
		34E3C8A50638D50F00AA3EF7 /* ESPurpleYahooJapanAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleYahooJapanAccount.h; path = "Plugins/Purple Service/ESPurpleYahooJapanAccount.h"; sourceTree = "<group>"; };
David@0
  3807
		34E3C8A60638D50F00AA3EF7 /* ESPurpleYahooJapanAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleYahooJapanAccount.m; path = "Plugins/Purple Service/ESPurpleYahooJapanAccount.m"; sourceTree = "<group>"; };
Evan@228
  3808
		34E4CD4E0E68277D00D1B0DC /* ESIRCService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESIRCService.h; path = "Plugins/Purple Service/ESIRCService.h"; sourceTree = "<group>"; };
Evan@228
  3809
		34E4CD4F0E68277D00D1B0DC /* ESIRCJoinChatViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESIRCJoinChatViewController.m; path = "Plugins/Purple Service/ESIRCJoinChatViewController.m"; sourceTree = "<group>"; };
Evan@228
  3810
		34E4CD500E68277D00D1B0DC /* ESIRCJoinChatViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESIRCJoinChatViewController.h; path = "Plugins/Purple Service/ESIRCJoinChatViewController.h"; sourceTree = "<group>"; };
Evan@228
  3811
		34E4CD510E68277D00D1B0DC /* ESIRCJoinChatView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ESIRCJoinChatView.nib; path = "Plugins/Purple Service/ESIRCJoinChatView.nib"; sourceTree = "<group>"; };
Evan@228
  3812
		34E4CD520E68277D00D1B0DC /* ESIRCAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESIRCAccountViewController.m; path = "Plugins/Purple Service/ESIRCAccountViewController.m"; sourceTree = "<group>"; };
Evan@228
  3813
		34E4CD530E68277D00D1B0DC /* ESIRCAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESIRCAccountViewController.h; path = "Plugins/Purple Service/ESIRCAccountViewController.h"; sourceTree = "<group>"; };
Evan@228
  3814
		34E4CD550E68277D00D1B0DC /* ESIRCAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESIRCAccount.m; path = "Plugins/Purple Service/ESIRCAccount.m"; sourceTree = "<group>"; };
Evan@228
  3815
		34E4CD560E68277D00D1B0DC /* ESIRCAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESIRCAccount.h; path = "Plugins/Purple Service/ESIRCAccount.h"; sourceTree = "<group>"; };
Evan@228
  3816
		34E4CD570E68277D00D1B0DC /* ESIRCService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESIRCService.m; path = "Plugins/Purple Service/ESIRCService.m"; sourceTree = "<group>"; };
Evan@228
  3817
		34E4CD640E68279C00D1B0DC /* irc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = irc.png; path = "Plugins/Purple Service/irc.png"; sourceTree = "<group>"; };
Evan@228
  3818
		34E4CD650E68279C00D1B0DC /* PurpleDefaultsIRC.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PurpleDefaultsIRC.plist; path = "Plugins/Purple Service/PurpleDefaultsIRC.plist"; sourceTree = "<group>"; };
David@0
  3819
		34E6C5640A791BAF0076D7F0 /* AIContactInfoWindowPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactInfoWindowPlugin.h; path = Source/AIContactInfoWindowPlugin.h; sourceTree = "<group>"; };
David@0
  3820
		34E6C5650A791BAF0076D7F0 /* AIContactInfoWindowPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContactInfoWindowPlugin.m; path = Source/AIContactInfoWindowPlugin.m; sourceTree = "<group>"; };
David@0
  3821
		34E6D38E0727354600A2643A /* AIToolbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIToolbar.h; path = "Frameworks/Adium Framework/Source/AIToolbar.h"; sourceTree = "<group>"; };
David@0
  3822
		34E6D38F0727354600A2643A /* AIToolbar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIToolbar.m; path = "Frameworks/Adium Framework/Source/AIToolbar.m"; sourceTree = "<group>"; };
David@0
  3823
		34E829820766B0FE00EFB3BC /* AIAccountPlusFieldPromptController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAccountPlusFieldPromptController.h; path = "Frameworks/Adium Framework/Source/AIAccountPlusFieldPromptController.h"; sourceTree = "<group>"; };
David@0
  3824
		34E829830766B0FE00EFB3BC /* AIAccountPlusFieldPromptController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAccountPlusFieldPromptController.m; path = "Frameworks/Adium Framework/Source/AIAccountPlusFieldPromptController.m"; sourceTree = "<group>"; };
David@0
  3825
		34E839050583207E00F2AADB /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = /System/Library/Frameworks/SystemConfiguration.framework; sourceTree = "<absolute>"; };
David@0
  3826
		34EA64880A62E2DA0053DFEB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  3827
		34EA648E0A62E2ED0053DFEB /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
David@0
  3828
		34EA6B2F0A62F3420053DFEB /* AIApplication.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIApplication.h; path = Source/AIApplication.h; sourceTree = "<group>"; };
David@0
  3829
		34EA6B300A62F3420053DFEB /* AIApplication.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIApplication.m; path = Source/AIApplication.m; sourceTree = "<group>"; };
David@0
  3830
		34EBB2C10DCA8DE400B4CB6E /* AISearchFieldCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISearchFieldCell.h; path = Source/AISearchFieldCell.h; sourceTree = "<group>"; };
David@0
  3831
		34EBB2C20DCA8DE500B4CB6E /* AISearchFieldCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISearchFieldCell.m; path = Source/AISearchFieldCell.m; sourceTree = "<group>"; };
David@0
  3832
		34EF90490E2EB17B003E5DC7 /* AIMobileMeService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMobileMeService.h; path = "Plugins/Purple Service/AIMobileMeService.h"; sourceTree = "<group>"; };
David@0
  3833
		34EF904A0E2EB17B003E5DC7 /* AIMobileMeService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMobileMeService.m; path = "Plugins/Purple Service/AIMobileMeService.m"; sourceTree = "<group>"; };
David@0
  3834
		34EF90550E2EB1A8003E5DC7 /* AIPurpleMobileMeAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPurpleMobileMeAccountViewController.h; path = "Plugins/Purple Service/AIPurpleMobileMeAccountViewController.h"; sourceTree = "<group>"; };
David@0
  3835
		34EF90560E2EB1A8003E5DC7 /* AIPurpleMobileMeAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPurpleMobileMeAccountViewController.m; path = "Plugins/Purple Service/AIPurpleMobileMeAccountViewController.m"; sourceTree = "<group>"; };
David@0
  3836
		34EF905B0E2EB1C5003E5DC7 /* AIPurpleMobileMeAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPurpleMobileMeAccount.h; path = "Plugins/Purple Service/AIPurpleMobileMeAccount.h"; sourceTree = "<group>"; };
David@0
  3837
		34EF905C0E2EB1C5003E5DC7 /* AIPurpleMobileMeAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPurpleMobileMeAccount.m; path = "Plugins/Purple Service/AIPurpleMobileMeAccount.m"; sourceTree = "<group>"; };
David@0
  3838
		34EF99A90E2EB35A003E5DC7 /* PurpleDefaultsMobileMe.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PurpleDefaultsMobileMe.plist; path = "Plugins/Purple Service/PurpleDefaultsMobileMe.plist"; sourceTree = "<group>"; };
David@0
  3839
		34EF9A300E2EB637003E5DC7 /* MobileMe-large.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "MobileMe-large.png"; path = "Plugins/Purple Service/MobileMe-large.png"; sourceTree = "<group>"; };
David@0
  3840
		34EF9A310E2EB637003E5DC7 /* MobileMe-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "MobileMe-small.png"; path = "Plugins/Purple Service/MobileMe-small.png"; sourceTree = "<group>"; };
David@0
  3841
		34F101E307342B4D00890D3B /* ESPurpleDotMacAccount.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleDotMacAccount.m; path = "Plugins/Purple Service/ESPurpleDotMacAccount.m"; sourceTree = "<group>"; };
David@0
  3842
		34F101E407342B4D00890D3B /* ESPurpleDotMacAccount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleDotMacAccount.h; path = "Plugins/Purple Service/ESPurpleDotMacAccount.h"; sourceTree = "<group>"; };
David@0
  3843
		34F1022A0734499600890D3B /* XtraProgressWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = XtraProgressWindow.nib; path = Resources/XtraProgressWindow.nib; sourceTree = "<group>"; };
David@0
  3844
		34F10239073449D500890D3B /* XtrasInstaller.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = XtrasInstaller.m; path = Source/XtrasInstaller.m; sourceTree = "<group>"; };
David@0
  3845
		34F1023A073449D500890D3B /* XtrasInstaller.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = XtrasInstaller.h; path = Source/XtrasInstaller.h; sourceTree = "<group>"; };
David@0
  3846
		34F13F300BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  3847
		34F13F310BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
Peter@2044
  3848
		34F13F320BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = Resources/pt_BR.lproj/Buttons.strings; sourceTree = "<group>"; };
David@0
  3849
		34F13F330BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3850
		34F13F340BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3851
		34F13F350BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3852
		34F13F360BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3853
		34F13F370BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3854
		34F13F380BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; };
David@0
  3855
		34F13F390BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Frameworks/Adium Framework/Resources/pt_BR.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  3856
		34F13F3A0BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  3857
		34F13F3B0BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  3858
		34F13F3C0BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  3859
		34F13F3D0BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  3860
		34F13F3E0BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  3861
		34F13F3F0BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  3862
		34F13F400BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
zacw@1000
  3863
		34F13F410BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  3864
		34F13F420BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  3865
		34F13F430BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  3866
		34F13F440BA6D56D000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/GeneralPreferences.nib; sourceTree = "<group>"; };
David@0
  3867
		34F13F450BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; };
David@0
  3868
		34F13F460BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/ListThemeSheet.nib; sourceTree = "<group>"; };
Peter@2044
  3869
		34F13F470BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3870
		34F13F480BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Plugins/WebKit Message View/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
Peter@2044
  3871
		34F13F490BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = Resources/pt_BR.lproj/Localizable.strings; sourceTree = "<group>"; };
Peter@2044
  3872
		34F13F4A0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Frameworks/Adium Framework/Resources/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
David@0
  3873
		34F13F4C0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3874
		34F13F4D0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
Peter@2044
  3875
		34F13F4E0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = Resources/pt_BR.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
David@0
  3876
		34F13F4F0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/StatusPreferences.nib; sourceTree = "<group>"; };
David@0
  3877
		34F13F500BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/StatusSortConfiguration.nib; sourceTree = "<group>"; };
David@0
  3878
		34F13F510BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Plugins/WebKit Message View/pt_BR.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; };
Peter@2044
  3879
		34F144460BA8FF46000473DE /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = "Frameworks/Adium Framework/Resources/en.lproj/EmoticonNames.strings"; sourceTree = "<group>"; };
David@0
  3880
		34F1529405E9FDDB00B32FD7 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
Evan@1647
  3881
		34F17FCC0F8EAC34009C5A39 /* AIListOutlineView+Drawing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "AIListOutlineView+Drawing.h"; path = "Frameworks/Adium Framework/Source/AIListOutlineView+Drawing.h"; sourceTree = "<group>"; };
Evan@1647
  3882
		34F17FCD0F8EAC34009C5A39 /* AIListOutlineView+Drawing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "AIListOutlineView+Drawing.m"; path = "Frameworks/Adium Framework/Source/AIListOutlineView+Drawing.m"; sourceTree = "<group>"; };
David@0
  3883
		34F2E80F07C2CD5E007EAAAB /* AIHTMLDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIHTMLDecoder.m; path = "Frameworks/Adium Framework/Source/AIHTMLDecoder.m"; sourceTree = "<group>"; };
David@0
  3884
		34F2E81007C2CD5E007EAAAB /* AIHTMLDecoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIHTMLDecoder.h; path = "Frameworks/Adium Framework/Source/AIHTMLDecoder.h"; sourceTree = "<group>"; };
David@0
  3885
		34F2E81807C2CD6B007EAAAB /* AITextAttachmentExtension.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AITextAttachmentExtension.h; path = "Frameworks/Adium Framework/Source/AITextAttachmentExtension.h"; sourceTree = "<group>"; };
David@0
  3886
		34F2E81907C2CD6C007EAAAB /* AITextAttachmentExtension.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AITextAttachmentExtension.m; path = "Frameworks/Adium Framework/Source/AITextAttachmentExtension.m"; sourceTree = "<group>"; };
David@0
  3887
		34F2E83807C2CDBD007EAAAB /* ESFileWrapperExtension.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESFileWrapperExtension.m; path = "Frameworks/Adium Framework/Source/ESFileWrapperExtension.m"; sourceTree = "<group>"; };
David@0
  3888
		34F2E83907C2CDBD007EAAAB /* ESFileWrapperExtension.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESFileWrapperExtension.h; path = "Frameworks/Adium Framework/Source/ESFileWrapperExtension.h"; sourceTree = "<group>"; };
David@0
  3889
		34F312BC0ADC43CA00A4310E /* xtras_duck.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = xtras_duck.png; path = Resources/xtras_duck.png; sourceTree = "<group>"; };
David@0
  3890
		34F430890B7724E700A03603 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3891
		34F4308A0B7724E800A03603 /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Resources/nl.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3892
		34F46755080F46AB007800AB /* ESBonjourAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ESBonjourAccountViewController.m; sourceTree = "<group>"; };
David@0
  3893
		34F46756080F46AB007800AB /* ESBonjourAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ESBonjourAccountViewController.h; sourceTree = "<group>"; };
David@0
  3894
		34F46757080F46AB007800AB /* AWBonjourPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AWBonjourPlugin.m; sourceTree = "<group>"; };
David@0
  3895
		34F46758080F46AB007800AB /* AWBonjourPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AWBonjourPlugin.h; sourceTree = "<group>"; };
David@0
  3896
		34F46759080F46AB007800AB /* AWBonjourAccount.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AWBonjourAccount.m; sourceTree = "<group>"; };
David@0
  3897
		34F4675A080F46AB007800AB /* AWBonjourAccount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AWBonjourAccount.h; sourceTree = "<group>"; };
David@0
  3898
		34F4675B080F46AC007800AB /* ESBonjourAccountView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = ESBonjourAccountView.nib; sourceTree = "<group>"; };
David@0
  3899
		34F4675C080F46AC007800AB /* AWBonjourService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AWBonjourService.m; sourceTree = "<group>"; };
David@0
  3900
		34F4675D080F46AC007800AB /* AWBonjourService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AWBonjourService.h; sourceTree = "<group>"; };
David@0
  3901
		34F46778080F49C5007800AB /* Safari.scpt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.scpt; name = Safari.scpt; path = Resources/Safari.scpt; sourceTree = "<group>"; };
David@0
  3902
		34F46779080F49C5007800AB /* Safari.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Safari.png; path = Resources/Safari.png; sourceTree = "<group>"; };
David@0
  3903
		34F46783080F7FFB007800AB /* ESSafariLinkToolbarItemPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESSafariLinkToolbarItemPlugin.m; path = Source/ESSafariLinkToolbarItemPlugin.m; sourceTree = "<group>"; };
David@0
  3904
		34F46784080F7FFB007800AB /* ESSafariLinkToolbarItemPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESSafariLinkToolbarItemPlugin.h; path = Source/ESSafariLinkToolbarItemPlugin.h; sourceTree = "<group>"; };
David@0
  3905
		34F468E0080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; };
zacw@1000
  3906
		34F468E1080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleAIMAccountView.nib"; sourceTree = "<group>"; };
David@0
  3907
		34F468E2080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  3908
		34F468E3080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleGaduGaduAccountView.nib"; sourceTree = "<group>"; };
David@0
  3909
		34F468E4080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/DCPurpleJabberJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3910
		34F468E5080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleJabberAccountView.nib"; sourceTree = "<group>"; };
David@0
  3911
		34F468E6080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3912
		34F468E7080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleMeanwhileAccountView.nib"; sourceTree = "<group>"; };
David@0
  3913
		34F468E8080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleMSNAccountView.nib"; sourceTree = "<group>"; };
David@0
  3914
		34F468E9080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  3915
		34F468EA080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/DCPurpleYahooJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3916
		34F468EB080FA987007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleYahooAccountView.nib"; sourceTree = "<group>"; };
David@0
  3917
		34F468EC080FA988007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; };
David@0
  3918
		34F468ED080FA988007800AB /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/Purple Service/de.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; };
David@0
  3919
		34F5207D0CC6F821008D9135 /* PurpleQQAccountView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = PurpleQQAccountView.nib; path = "Plugins/Purple Service/PurpleQQAccountView.nib"; sourceTree = "<group>"; };
David@0
  3920
		34F52BCB06E2AFBC00887BE2 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; };
David@0
  3921
		34F52BCF06E2AFF700887BE2 /* ESPurpleICQAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleICQAccountViewController.h; path = "Plugins/Purple Service/ESPurpleICQAccountViewController.h"; sourceTree = "<group>"; };
David@0
  3922
		34F52BD006E2AFF700887BE2 /* ESPurpleICQAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleICQAccountViewController.m; path = "Plugins/Purple Service/ESPurpleICQAccountViewController.m"; sourceTree = "<group>"; };
David@0
  3923
		34F52BD806E2B24100887BE2 /* ESPurpleICQAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleICQAccount.h; path = "Plugins/Purple Service/ESPurpleICQAccount.h"; sourceTree = "<group>"; };
David@0
  3924
		34F52BD906E2B24200887BE2 /* ESPurpleICQAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleICQAccount.m; path = "Plugins/Purple Service/ESPurpleICQAccount.m"; sourceTree = "<group>"; };
David@0
  3925
		34F849520A4AEFA00002A017 /* LogFileUpgrade.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = LogFileUpgrade.nib; path = Resources/LogFileUpgrade.nib; sourceTree = "<group>"; };
David@0
  3926
		34F849560A4AF04D0002A017 /* AILogFileUpgradeWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILogFileUpgradeWindowController.h; path = Source/AILogFileUpgradeWindowController.h; sourceTree = "<group>"; };
David@0
  3927
		34F849570A4AF04D0002A017 /* AILogFileUpgradeWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILogFileUpgradeWindowController.m; path = Source/AILogFileUpgradeWindowController.m; sourceTree = "<group>"; };
David@0
  3928
		34F8D2AC0CF68FEB00F62536 /* AIUserListOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIUserListOutlineView.h; path = Source/AIUserListOutlineView.h; sourceTree = "<group>"; };
David@0
  3929
		34F8D2AD0CF68FEB00F62536 /* AIUserListOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIUserListOutlineView.m; path = Source/AIUserListOutlineView.m; sourceTree = "<group>"; };
David@0
  3930
		34FA280F0C820C3A00FEA944 /* AIPreviewContentMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPreviewContentMessage.h; path = "Plugins/WebKit Message View/AIPreviewContentMessage.h"; sourceTree = "<group>"; };
David@0
  3931
		34FA28100C820C3A00FEA944 /* AIPreviewContentMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPreviewContentMessage.m; path = "Plugins/WebKit Message View/AIPreviewContentMessage.m"; sourceTree = "<group>"; };
David@0
  3932
		34FD5BB007F1F85B00687C70 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  3933
		34FD5BBA07F1F87400687C70 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Resources/fr.lproj/ESFileTransferProgressView.nib; sourceTree = "<group>"; };
David@0
  3934
		34FD5BE307F1F90400687C70 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/PasswordPrompt.nib; sourceTree = "<group>"; };
David@0
  3935
		34FD5BE407F1F91400687C70 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; };
Peter@2044
  3936
		34FD5BEB07F1F92900687C70 /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = Resources/it.lproj/Localizable.strings; sourceTree = "<group>"; };
David@0
  3937
		34FDD6E305632BFD00F5B30F /* ESFileTransferController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESFileTransferController.h; path = Source/ESFileTransferController.h; sourceTree = "<group>"; };
David@0
  3938
		34FDD6E405632BFD00F5B30F /* ESFileTransferController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESFileTransferController.m; path = Source/ESFileTransferController.m; sourceTree = "<group>"; };
David@0
  3939
		34FF12100DA52FB10054A872 /* AIPurpleGTalkJoinChatViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPurpleGTalkJoinChatViewController.h; path = "Plugins/Purple Service/AIPurpleGTalkJoinChatViewController.h"; sourceTree = "<group>"; };
David@0
  3940
		34FF12110DA52FB10054A872 /* AIPurpleGTalkJoinChatViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPurpleGTalkJoinChatViewController.m; path = "Plugins/Purple Service/AIPurpleGTalkJoinChatViewController.m"; sourceTree = "<group>"; };
David@0
  3941
		377EC8930AE9525B00CB7BDF /* PSMTabBarControl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PSMTabBarControl.framework; path = Frameworks/PSMTabBarControl.framework; sourceTree = "<group>"; };
David@0
  3942
		3C73F83E04D62A2900A80106 /* AIEmoticonPack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIEmoticonPack.h; path = "Frameworks/Adium Framework/Source/AIEmoticonPack.h"; sourceTree = "<group>"; };
David@0
  3943
		3C73F83F04D62A2900A80106 /* AIEmoticonPack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIEmoticonPack.m; path = "Frameworks/Adium Framework/Source/AIEmoticonPack.m"; sourceTree = "<group>"; };
David@0
  3944
		40AC0EEB03B5BF1000A80202 /* ErrorMessageHandlerPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ErrorMessageHandlerPlugin.h; path = "Plugins/Error Message Handler/ErrorMessageHandlerPlugin.h"; sourceTree = "<group>"; };
David@0
  3945
		40AC0EEC03B5BF1000A80202 /* ErrorMessageHandlerPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ErrorMessageHandlerPlugin.m; path = "Plugins/Error Message Handler/ErrorMessageHandlerPlugin.m"; sourceTree = "<group>"; };
David@0
  3946
		40AC0F0F03B5C29E00A80202 /* ErrorMessageWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ErrorMessageWindowController.h; path = "Plugins/Error Message Handler/ErrorMessageWindowController.h"; sourceTree = "<group>"; };
David@0
  3947
		40AC0F1003B5C29E00A80202 /* ErrorMessageWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ErrorMessageWindowController.m; path = "Plugins/Error Message Handler/ErrorMessageWindowController.m"; sourceTree = "<group>"; };
David@0
  3948
		40AC0F1303B5C34800A80202 /* ErrorWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ErrorWindow.nib; path = "Plugins/Error Message Handler/ErrorWindow.nib"; sourceTree = "<group>"; };
David@0
  3949
		4947F5D20655E90C00B791E5 /* AWEzv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzv.h; sourceTree = "<group>"; };
David@0
  3950
		4947F5D30655E90C00B791E5 /* AWEzv.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzv.m; sourceTree = "<group>"; };
David@0
  3951
		4947F5D40655E90C00B791E5 /* AWEzvContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvContact.h; sourceTree = "<group>"; };
David@0
  3952
		4947F5D50655E90C00B791E5 /* AWEzvContact.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvContact.m; sourceTree = "<group>"; };
David@0
  3953
		4947F5EB0655E90C00B791E5 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
David@0
  3954
		4947F5ED0655E90C00B791E5 /* AWEzvDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvDefines.h; sourceTree = "<group>"; };
David@0
  3955
		4947F5EE0655E90C00B791E5 /* AWEzvSupportRoutines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvSupportRoutines.h; sourceTree = "<group>"; };
David@0
  3956
		4947F5EF0655E90D00B791E5 /* AWEzvSupportRoutines.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvSupportRoutines.m; sourceTree = "<group>"; };
David@0
  3957
		4947F5F20655E90D00B791E5 /* AWEzvContactManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvContactManager.h; sourceTree = "<group>"; };
David@0
  3958
		4947F5F30655E90D00B791E5 /* AWEzvContactManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvContactManager.m; sourceTree = "<group>"; };
David@0
  3959
		4947F5F40655E90D00B791E5 /* AWEzvContactManagerListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvContactManagerListener.h; sourceTree = "<group>"; };
David@0
  3960
		4947F5F50655E90D00B791E5 /* AWEzvContactManagerListener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvContactManagerListener.m; sourceTree = "<group>"; };
David@0
  3961
		4947F5F60655E90D00B791E5 /* AWEzvContactManagerRendezvous.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvContactManagerRendezvous.h; sourceTree = "<group>"; };
David@0
  3962
		4947F5F70655E90D00B791E5 /* AWEzvContactManagerRendezvous.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvContactManagerRendezvous.m; sourceTree = "<group>"; };
David@0
  3963
		4947F5F80655E90D00B791E5 /* AWEzvContactPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvContactPrivate.h; sourceTree = "<group>"; };
David@0
  3964
		4947F5FA0655E90D00B791E5 /* AWEzvPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvPrivate.h; sourceTree = "<group>"; };
David@0
  3965
		4947F5FB0655E90D00B791E5 /* AWEzvPrivate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvPrivate.m; sourceTree = "<group>"; };
David@0
  3966
		4947F5FC0655E90D00B791E5 /* AWEzvRendezvousData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvRendezvousData.h; sourceTree = "<group>"; };
David@0
  3967
		4947F5FD0655E90D00B791E5 /* AWEzvRendezvousData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvRendezvousData.m; sourceTree = "<group>"; };
David@0
  3968
		4947F5FE0655E90D00B791E5 /* AWEzvStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvStack.h; sourceTree = "<group>"; };
David@0
  3969
		4947F5FF0655E90D00B791E5 /* AWEzvStack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvStack.m; sourceTree = "<group>"; };
David@0
  3970
		4947F6000655E90D00B791E5 /* AWEzvXMLNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvXMLNode.h; sourceTree = "<group>"; };
David@0
  3971
		4947F6010655E90D00B791E5 /* AWEzvXMLNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvXMLNode.m; sourceTree = "<group>"; };
David@0
  3972
		4947F6020655E90D00B791E5 /* AWEzvXMLStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWEzvXMLStream.h; sourceTree = "<group>"; };
David@0
  3973
		4947F6030655E90D00B791E5 /* AWEzvXMLStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWEzvXMLStream.m; sourceTree = "<group>"; };
David@0
  3974
		4B0149050733D3A4001A4C57 /* AICoreComponentLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AICoreComponentLoader.h; path = Source/AICoreComponentLoader.h; sourceTree = "<group>"; };
David@0
  3975
		4B0149060733D3A5001A4C57 /* AICoreComponentLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICoreComponentLoader.m; path = Source/AICoreComponentLoader.m; sourceTree = "<group>"; };
David@0
  3976
		4B03711506595A70008F5981 /* Template.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = Template.html; path = "Plugins/WebKit Message View/Template.html"; sourceTree = "<group>"; };
David@0
  3977
		4B08399207D2350D0034A001 /* AIDockIconSelectionSheet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIDockIconSelectionSheet.h; path = Source/AIDockIconSelectionSheet.h; sourceTree = "<group>"; };
David@0
  3978
		4B08399307D2350D0034A001 /* AIDockIconSelectionSheet.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIDockIconSelectionSheet.m; path = Source/AIDockIconSelectionSheet.m; sourceTree = "<group>"; };
David@0
  3979
		4B08399B07D235190034A001 /* DockIconSelectionSheet.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = DockIconSelectionSheet.nib; path = Resources/DockIconSelectionSheet.nib; sourceTree = "<group>"; };
David@0
  3980
		4B09D5C005D5265800BC00F0 /* AIMetaContact.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIMetaContact.h; path = "Frameworks/Adium Framework/Source/AIMetaContact.h"; sourceTree = "<group>"; };
David@0
  3981
		4B09D5C105D5265800BC00F0 /* AIMetaContact.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIMetaContact.m; path = "Frameworks/Adium Framework/Source/AIMetaContact.m"; sourceTree = "<group>"; };
David@0
  3982
		4B13322B0459BAB800A8010A /* AIDockUnviewedContentPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDockUnviewedContentPlugin.h; path = Source/AIDockUnviewedContentPlugin.h; sourceTree = "<group>"; };
David@0
  3983
		4B13322C0459BAB800A8010A /* AIDockUnviewedContentPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDockUnviewedContentPlugin.m; path = Source/AIDockUnviewedContentPlugin.m; sourceTree = "<group>"; };
David@0
  3984
		4B14CF24085FBC5800C88949 /* AdiumSound.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AdiumSound.h; path = Source/AdiumSound.h; sourceTree = "<group>"; };
David@0
  3985
		4B14CF25085FBC5800C88949 /* AdiumSound.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AdiumSound.m; path = Source/AdiumSound.m; sourceTree = "<group>"; };
David@0
  3986
		4B14CF26085FBC5800C88949 /* AdiumSoundSets.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AdiumSoundSets.h; path = Source/AdiumSoundSets.h; sourceTree = "<group>"; };
David@0
  3987
		4B14CF27085FBC5900C88949 /* AdiumSoundSets.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AdiumSoundSets.m; path = Source/AdiumSoundSets.m; sourceTree = "<group>"; };
David@0
  3988
		4B14CF28085FBC5900C88949 /* AdiumSpeech.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AdiumSpeech.h; path = Source/AdiumSpeech.h; sourceTree = "<group>"; };
David@0
  3989
		4B14CF29085FBC5900C88949 /* AdiumSpeech.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AdiumSpeech.m; path = Source/AdiumSpeech.m; sourceTree = "<group>"; };
David@0
  3990
		4B18A52B0459F8F200A8010A /* AIContactStatusDockOverlaysPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactStatusDockOverlaysPlugin.h; path = "Plugins/Contact Status Dock Overlays/AIContactStatusDockOverlaysPlugin.h"; sourceTree = "<group>"; };
David@0
  3991
		4B18A52C0459F8F200A8010A /* AIContactStatusDockOverlaysPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContactStatusDockOverlaysPlugin.m; path = "Plugins/Contact Status Dock Overlays/AIContactStatusDockOverlaysPlugin.m"; sourceTree = "<group>"; };
David@0
  3992
		4B191D880611C10800E8A4E7 /* License.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = License.txt; sourceTree = "<group>"; };
David@0
  3993
		4B191D890611C10800E8A4E7 /* ReadMe.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = ReadMe.rtf; sourceTree = "<group>"; };
David@0
  3994
		4B22E15C085CAE2E001864DE /* AIAbstractListObjectMenu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAbstractListObjectMenu.h; path = "Frameworks/Adium Framework/Source/AIAbstractListObjectMenu.h"; sourceTree = "<group>"; };
David@0
  3995
		4B22E15D085CAE2F001864DE /* AIAbstractListObjectMenu.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAbstractListObjectMenu.m; path = "Frameworks/Adium Framework/Source/AIAbstractListObjectMenu.m"; sourceTree = "<group>"; };
David@0
  3996
		4B25494603F6A32700A8010A /* AIAccountSelectionView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAccountSelectionView.h; path = "Plugins/Dual Window Interface/AIAccountSelectionView.h"; sourceTree = "<group>"; };
David@0
  3997
		4B25494703F6A32700A8010A /* AIAccountSelectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAccountSelectionView.m; path = "Plugins/Dual Window Interface/AIAccountSelectionView.m"; sourceTree = "<group>"; };
David@0
  3998
		4B28DDAB0599FED200343093 /* AIAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAccountViewController.h; path = "Frameworks/Adium Framework/Source/AIAccountViewController.h"; sourceTree = "<group>"; };
David@0
  3999
		4B28DDAC0599FED200343093 /* AIAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAccountViewController.m; path = "Frameworks/Adium Framework/Source/AIAccountViewController.m"; sourceTree = "<group>"; };
David@0
  4000
		4B292D3007A9C8E100C5F882 /* AIStatusController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIStatusController.h; path = Source/AIStatusController.h; sourceTree = "<group>"; };
David@0
  4001
		4B292D3107A9C8E100C5F882 /* AIStatusController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStatusController.m; path = Source/AIStatusController.m; sourceTree = "<group>"; };
David@0
  4002
		4B31E8C004C46A9100A8010A /* AIContactStatusColoringPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactStatusColoringPlugin.h; path = Source/AIContactStatusColoringPlugin.h; sourceTree = "<group>"; };
David@0
  4003
		4B31E8C104C46A9100A8010A /* AIContactStatusColoringPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactStatusColoringPlugin.m; path = Source/AIContactStatusColoringPlugin.m; sourceTree = "<group>"; };
David@0
  4004
		4B31E8C404C46A9100A8010A /* ContactStatusColoringDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = ContactStatusColoringDefaults.plist; path = Resources/ContactStatusColoringDefaults.plist; sourceTree = "<group>"; };
David@0
  4005
		4B387EB707199FE5004DE713 /* ESPurpleDotMacAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleDotMacAccountViewController.h; path = "Plugins/Purple Service/ESPurpleDotMacAccountViewController.h"; sourceTree = "<group>"; };
David@0
  4006
		4B387EB807199FE5004DE713 /* ESPurpleDotMacAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleDotMacAccountViewController.m; path = "Plugins/Purple Service/ESPurpleDotMacAccountViewController.m"; sourceTree = "<group>"; };
David@0
  4007
		4B422C0905ACB248005E720B /* AISortController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AISortController.h; path = "Frameworks/Adium Framework/Source/AISortController.h"; sourceTree = "<group>"; };
David@0
  4008
		4B422C0A05ACB248005E720B /* AISortController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AISortController.m; path = "Frameworks/Adium Framework/Source/AISortController.m"; sourceTree = "<group>"; };
David@0
  4009
		4B539C4B05EFD6CD00E5921A /* AIWebKitMessageViewPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIWebKitMessageViewPlugin.h; path = "Plugins/WebKit Message View/AIWebKitMessageViewPlugin.h"; sourceTree = "<group>"; };
David@0
  4010
		4B539C4C05EFD6CD00E5921A /* AIWebKitMessageViewPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIWebKitMessageViewPlugin.m; path = "Plugins/WebKit Message View/AIWebKitMessageViewPlugin.m"; sourceTree = "<group>"; };
David@0
  4011
		4B539C5105EFD6FA00E5921A /* AIWebKitMessageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIWebKitMessageViewController.h; path = "Plugins/WebKit Message View/AIWebKitMessageViewController.h"; sourceTree = "<group>"; };
David@0
  4012
		4B539C5205EFD6FB00E5921A /* AIWebKitMessageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIWebKitMessageViewController.m; path = "Plugins/WebKit Message View/AIWebKitMessageViewController.m"; sourceTree = "<group>"; };
David@0
  4013
		4B5827E80613CE9D0004BD25 /* AIMessageEntryTextView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIMessageEntryTextView.h; path = "Frameworks/Adium Framework/Source/AIMessageEntryTextView.h"; sourceTree = "<group>"; };
David@0
  4014
		4B5827E90613CE9D0004BD25 /* AIMessageEntryTextView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIMessageEntryTextView.m; path = "Frameworks/Adium Framework/Source/AIMessageEntryTextView.m"; sourceTree = "<group>"; };
David@0
  4015
		4B588C9807AC23A9001832A9 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib"; sourceTree = "<group>"; };
David@0
  4016
		4B588C9B07AC23B2001832A9 /* AIEditStateWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIEditStateWindowController.h; path = "Frameworks/Adium Framework/Source/AIEditStateWindowController.h"; sourceTree = "<group>"; };
David@0
  4017
		4B588C9C07AC23B2001832A9 /* AIEditStateWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIEditStateWindowController.m; path = "Frameworks/Adium Framework/Source/AIEditStateWindowController.m"; sourceTree = "<group>"; };
David@0
  4018
		4B7635A507A0581D0021CCD7 /* PurpleDefaultsAIM.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsAIM.plist; path = "Plugins/Purple Service/PurpleDefaultsAIM.plist"; sourceTree = "<group>"; };
David@0
  4019
		4B7644DC07A05E7E0021CCD7 /* PurpleDefaultsICQ.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsICQ.plist; path = "Plugins/Purple Service/PurpleDefaultsICQ.plist"; sourceTree = "<group>"; };
David@0
  4020
		4B7644DD07A05E7E0021CCD7 /* PurpleDefaultsMSN.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsMSN.plist; path = "Plugins/Purple Service/PurpleDefaultsMSN.plist"; sourceTree = "<group>"; };
David@0
  4021
		4B7646CE07A078E60021CCD7 /* PurpleDefaultsZephyr.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsZephyr.plist; path = "Plugins/Purple Service/PurpleDefaultsZephyr.plist"; sourceTree = "<group>"; };
David@0
  4022
		4B76471707A079A40021CCD7 /* PurpleDefaultsYahoo!.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "PurpleDefaultsYahoo!.plist"; path = "Plugins/Purple Service/PurpleDefaultsYahoo!.plist"; sourceTree = "<group>"; };
David@0
  4023
		4B76472E07A07A340021CCD7 /* PurpleDefaultsMac.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsMac.plist; path = "Plugins/Purple Service/PurpleDefaultsMac.plist"; sourceTree = "<group>"; };
David@0
  4024
		4B76473F07A07B620021CCD7 /* PurpleDefaultsGadu-Gadu.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "PurpleDefaultsGadu-Gadu.plist"; path = "Plugins/Purple Service/PurpleDefaultsGadu-Gadu.plist"; sourceTree = "<group>"; };
David@0
  4025
		4B76474C07A07B900021CCD7 /* PurpleDefaultsSametime.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsSametime.plist; path = "Plugins/Purple Service/PurpleDefaultsSametime.plist"; sourceTree = "<group>"; };
David@0
  4026
		4B76476007A07BC90021CCD7 /* PurpleDefaultsGroupWise.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsGroupWise.plist; path = "Plugins/Purple Service/PurpleDefaultsGroupWise.plist"; sourceTree = "<group>"; };
David@0
  4027
		4B76478507A07C440021CCD7 /* PurpleDefaultsYahoo! Japan.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "PurpleDefaultsYahoo! Japan.plist"; path = "Plugins/Purple Service/PurpleDefaultsYahoo! Japan.plist"; sourceTree = "<group>"; };
David@0
  4028
		4B7A565A07A1742900BDC540 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = "Plugins/Purple Service/en.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; };
David@0
  4029
		4B7A567707A1754400BDC540 /* AIEditAccountWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIEditAccountWindowController.h; path = Source/AIEditAccountWindowController.h; sourceTree = "<group>"; };
David@0
  4030
		4B7A567807A1754400BDC540 /* AIEditAccountWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIEditAccountWindowController.m; path = Source/AIEditAccountWindowController.m; sourceTree = "<group>"; };
David@0
  4031
		4B7F278705440C8D00CDFC90 /* CBPurpleAccount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CBPurpleAccount.h; path = "Plugins/Purple Service/CBPurpleAccount.h"; sourceTree = "<group>"; };
David@0
  4032
		4B7F278905440C8D00CDFC90 /* CBPurpleServicePlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CBPurpleServicePlugin.h; path = "Plugins/Purple Service/CBPurpleServicePlugin.h"; sourceTree = "<group>"; };
David@0
  4033
		4B7F278A05440C8D00CDFC90 /* CBPurpleServicePlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CBPurpleServicePlugin.m; path = "Plugins/Purple Service/CBPurpleServicePlugin.m"; sourceTree = "<group>"; };
David@0
  4034
		4B82138E049CA6CC00A8010A /* AIChat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIChat.h; path = "Frameworks/Adium Framework/Source/AIChat.h"; sourceTree = "<group>"; };
David@0
  4035
		4B82138F049CA6CC00A8010A /* AIChat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIChat.m; path = "Frameworks/Adium Framework/Source/AIChat.m"; sourceTree = "<group>"; };
David@0
  4036
		4B82139D049CC3A000A8010A /* AIContentObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContentObject.h; path = "Frameworks/Adium Framework/Source/AIContentObject.h"; sourceTree = "<group>"; };
David@0
  4037
		4B82139E049CC3A000A8010A /* AIContentObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContentObject.m; path = "Frameworks/Adium Framework/Source/AIContentObject.m"; sourceTree = "<group>"; };
David@0
  4038
		4B8741D10840D25600738987 /* AdiumServices.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AdiumServices.h; path = Source/AdiumServices.h; sourceTree = "<group>"; };
David@0
  4039
		4B8741D20840D25600738987 /* AdiumServices.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AdiumServices.m; path = Source/AdiumServices.m; sourceTree = "<group>"; };
David@0
  4040
		4B8742480840E3D800738987 /* AdiumPasswords.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumPasswords.h; path = Source/AdiumPasswords.h; sourceTree = "<group>"; };
David@0
  4041
		4B8742490840E3D800738987 /* AdiumPasswords.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumPasswords.m; path = Source/AdiumPasswords.m; sourceTree = "<group>"; };
David@0
  4042
		4B8C3C970825EAF9004B9F45 /* AIAccountListPreferences.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAccountListPreferences.h; path = Source/AIAccountListPreferences.h; sourceTree = "<group>"; };
David@0
  4043
		4B8C3C980825EAF9004B9F45 /* AIAccountListPreferences.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAccountListPreferences.m; path = Source/AIAccountListPreferences.m; sourceTree = "<group>"; };
David@0
  4044
		4B8C3CE80825F60B004B9F45 /* AccountListPreferences.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AccountListPreferences.nib; path = Resources/AccountListPreferences.nib; sourceTree = "<group>"; };
David@0
  4045
		4B93588A06DBC71B007977AA /* AIUserIcons.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIUserIcons.h; path = "Frameworks/Adium Framework/Source/AIUserIcons.h"; sourceTree = "<group>"; };
David@0
  4046
		4B93588B06DBC71B007977AA /* AIStatusIcons.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIStatusIcons.m; path = "Frameworks/Adium Framework/Source/AIStatusIcons.m"; sourceTree = "<group>"; };
David@0
  4047
		4B93588C06DBC71B007977AA /* AIServiceIcons.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIServiceIcons.m; path = "Frameworks/Adium Framework/Source/AIServiceIcons.m"; sourceTree = "<group>"; };
David@0
  4048
		4B93588D06DBC71B007977AA /* AIServiceIcons.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIServiceIcons.h; path = "Frameworks/Adium Framework/Source/AIServiceIcons.h"; sourceTree = "<group>"; };
David@0
  4049
		4B93588E06DBC71B007977AA /* AIUserIcons.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIUserIcons.m; path = "Frameworks/Adium Framework/Source/AIUserIcons.m"; sourceTree = "<group>"; };
David@0
  4050
		4B93588F06DBC71B007977AA /* AIStatusIcons.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIStatusIcons.h; path = "Frameworks/Adium Framework/Source/AIStatusIcons.h"; sourceTree = "<group>"; };
David@0
  4051
		4B970BF80535B864002F28F9 /* ESDualWindowMessageAdvancedPreferences.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESDualWindowMessageAdvancedPreferences.h; path = "Plugins/Dual Window Interface/ESDualWindowMessageAdvancedPreferences.h"; sourceTree = "<group>"; };
David@0
  4052
		4B970BF90535B864002F28F9 /* ESDualWindowMessageAdvancedPreferences.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESDualWindowMessageAdvancedPreferences.m; path = "Plugins/Dual Window Interface/ESDualWindowMessageAdvancedPreferences.m"; sourceTree = "<group>"; };
David@0
  4053
		4B97DB6606AC123A0003EE49 /* linkToolbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = linkToolbar.png; path = Resources/linkToolbar.png; sourceTree = SOURCE_ROOT; };
David@0
  4054
		4BA5325D050FC5E800A8010A /* EventSoundDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = EventSoundDefaults.plist; path = Resources/EventSoundDefaults.plist; sourceTree = "<group>"; };
David@0
  4055
		4BA62D7F06C51256001D6B3C /* Status Icons */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Status Icons"; path = "Resources/Status Icons"; sourceTree = "<group>"; };
David@0
  4056
		4BAA1B350632ED8B00D8B92C /* AIActionDetailsPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIActionDetailsPane.h; path = "Frameworks/Adium Framework/Source/AIActionDetailsPane.h"; sourceTree = "<group>"; };
David@0
  4057
		4BAA1B360632ED8B00D8B92C /* AIActionDetailsPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIActionDetailsPane.m; path = "Frameworks/Adium Framework/Source/AIActionDetailsPane.m"; sourceTree = "<group>"; };
David@0
  4058
		4BAA1B370632ED8B00D8B92C /* AIModularPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIModularPane.h; path = "Frameworks/Adium Framework/Source/AIModularPane.h"; sourceTree = "<group>"; };
David@0
  4059
		4BAA1B380632ED8B00D8B92C /* AIModularPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIModularPane.m; path = "Frameworks/Adium Framework/Source/AIModularPane.m"; sourceTree = "<group>"; };
David@0
  4060
		4BAA1B500632EF0000D8B92C /* ErrorAlert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ErrorAlert.png; path = "Plugins/Error Message Handler/ErrorAlert.png"; sourceTree = "<group>"; };
David@0
  4061
		4BAA1B510632EF0000D8B92C /* ESPanelAlertDetailPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPanelAlertDetailPane.h; path = "Plugins/Error Message Handler/ESPanelAlertDetailPane.h"; sourceTree = "<group>"; };
David@0
  4062
		4BAA1B520632EF0000D8B92C /* ESPanelAlertDetailPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPanelAlertDetailPane.m; path = "Plugins/Error Message Handler/ESPanelAlertDetailPane.m"; sourceTree = "<group>"; };
David@0
  4063
		4BAA1B600632EFE700D8B92C /* WindowAlert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = WindowAlert.png; path = "Plugins/Open Message Window Contact Alert/WindowAlert.png"; sourceTree = "<group>"; };
David@0
  4064
		4BACB70103C8CB5E00A8010A /* AIMessageTabViewItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMessageTabViewItem.h; path = "Plugins/Dual Window Interface/AIMessageTabViewItem.h"; sourceTree = "<group>"; };
David@0
  4065
		4BACB70203C8CB5E00A8010A /* AIMessageTabViewItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMessageTabViewItem.m; path = "Plugins/Dual Window Interface/AIMessageTabViewItem.m"; sourceTree = "<group>"; };
David@0
  4066
		4BAD188C066A83550002008E /* AIModularPaneCategoryView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIModularPaneCategoryView.h; path = "Frameworks/Adium Framework/Source/AIModularPaneCategoryView.h"; sourceTree = "<group>"; };
David@0
  4067
		4BAD188D066A83550002008E /* AIModularPaneCategoryView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIModularPaneCategoryView.m; path = "Frameworks/Adium Framework/Source/AIModularPaneCategoryView.m"; sourceTree = "<group>"; };
David@0
  4068
		4BAE6C0B07CF9374007E2820 /* ESAnnouncerAbstractDetailPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAnnouncerAbstractDetailPane.h; path = Source/ESAnnouncerAbstractDetailPane.h; sourceTree = "<group>"; };
David@0
  4069
		4BAE6C0C07CF9374007E2820 /* ESAnnouncerAbstractDetailPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAnnouncerAbstractDetailPane.m; path = Source/ESAnnouncerAbstractDetailPane.m; sourceTree = "<group>"; };
David@0
  4070
		4BAE6C0D07CF9374007E2820 /* ESAnnouncerPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAnnouncerPlugin.h; path = Source/ESAnnouncerPlugin.h; sourceTree = "<group>"; };
David@0
  4071
		4BAE6C0E07CF9374007E2820 /* ESAnnouncerPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAnnouncerPlugin.m; path = Source/ESAnnouncerPlugin.m; sourceTree = "<group>"; };
David@0
  4072
		4BAE6C0F07CF9374007E2820 /* ESAnnouncerSpeakEventAlertDetailPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAnnouncerSpeakEventAlertDetailPane.h; path = Source/ESAnnouncerSpeakEventAlertDetailPane.h; sourceTree = "<group>"; };
David@0
  4073
		4BAE6C1007CF9374007E2820 /* ESAnnouncerSpeakEventAlertDetailPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAnnouncerSpeakEventAlertDetailPane.m; path = Source/ESAnnouncerSpeakEventAlertDetailPane.m; sourceTree = "<group>"; };
David@0
  4074
		4BAE6C1107CF9374007E2820 /* ESAnnouncerSpeakTextAlertDetailPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAnnouncerSpeakTextAlertDetailPane.h; path = Source/ESAnnouncerSpeakTextAlertDetailPane.h; sourceTree = "<group>"; };
David@0
  4075
		4BAE6C1207CF9374007E2820 /* ESAnnouncerSpeakTextAlertDetailPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAnnouncerSpeakTextAlertDetailPane.m; path = Source/ESAnnouncerSpeakTextAlertDetailPane.m; sourceTree = "<group>"; };
David@0
  4076
		4BAE6C1B07CF9389007E2820 /* AnnouncerAlert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AnnouncerAlert.png; path = Resources/AnnouncerAlert.png; sourceTree = "<group>"; };
David@0
  4077
		4BAE6C1C07CF9389007E2820 /* AnnouncerDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = AnnouncerDefaults.plist; path = Resources/AnnouncerDefaults.plist; sourceTree = "<group>"; };
David@0
  4078
		4BAE6C1D07CF9389007E2820 /* AnnouncerSpeakEventContactAlert.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AnnouncerSpeakEventContactAlert.nib; path = Resources/AnnouncerSpeakEventContactAlert.nib; sourceTree = "<group>"; };
David@0
  4079
		4BAE6C1E07CF9389007E2820 /* AnnouncerSpeakTextContactAlert.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AnnouncerSpeakTextContactAlert.nib; path = Resources/AnnouncerSpeakTextContactAlert.nib; sourceTree = "<group>"; };
David@0
  4080
		4BAE6C3307CF93CB007E2820 /* AIContactStatusEventsPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactStatusEventsPlugin.h; path = Source/AIContactStatusEventsPlugin.h; sourceTree = "<group>"; };
David@0
  4081
		4BAE6C3407CF93CB007E2820 /* AIContactStatusEventsPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactStatusEventsPlugin.m; path = Source/AIContactStatusEventsPlugin.m; sourceTree = "<group>"; };
David@0
  4082
		4BAE6C4207CF9410007E2820 /* AIDockBehaviorPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIDockBehaviorPlugin.h; path = Source/AIDockBehaviorPlugin.h; sourceTree = "<group>"; };
David@0
  4083
		4BAE6C4307CF9410007E2820 /* AIDockBehaviorPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIDockBehaviorPlugin.m; path = Source/AIDockBehaviorPlugin.m; sourceTree = "<group>"; };
David@0
  4084
		4BAE6C4407CF9410007E2820 /* ESDockAlertDetailPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESDockAlertDetailPane.h; path = Source/ESDockAlertDetailPane.h; sourceTree = "<group>"; };
David@0
  4085
		4BAE6C4507CF9410007E2820 /* ESDockAlertDetailPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESDockAlertDetailPane.m; path = Source/ESDockAlertDetailPane.m; sourceTree = "<group>"; };
David@0
  4086
		4BAE6C4A07CF941C007E2820 /* DockAlert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DockAlert.png; path = Resources/DockAlert.png; sourceTree = "<group>"; };
David@0
  4087
		4BAE6C4B07CF941C007E2820 /* DockBehaviorContactAlert.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = DockBehaviorContactAlert.nib; path = Resources/DockBehaviorContactAlert.nib; sourceTree = "<group>"; };
David@0
  4088
		4BAE6C8707CF94BA007E2820 /* AIStandardToolbarItemsPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIStandardToolbarItemsPlugin.h; path = Source/AIStandardToolbarItemsPlugin.h; sourceTree = "<group>"; };
David@0
  4089
		4BAE6C8807CF94BA007E2820 /* AIStandardToolbarItemsPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIStandardToolbarItemsPlugin.m; path = Source/AIStandardToolbarItemsPlugin.m; sourceTree = "<group>"; };
David@0
  4090
		4BAE6C8907CF94BA007E2820 /* AIStatusChangedMessagesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIStatusChangedMessagesPlugin.h; path = Source/AIStatusChangedMessagesPlugin.h; sourceTree = "<group>"; };
David@0
  4091
		4BAE6C8A07CF94BA007E2820 /* AIStatusChangedMessagesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIStatusChangedMessagesPlugin.m; path = Source/AIStatusChangedMessagesPlugin.m; sourceTree = "<group>"; };
David@0
  4092
		4BAE6C8B07CF94BA007E2820 /* AITabStatusIconsPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AITabStatusIconsPlugin.h; path = Source/AITabStatusIconsPlugin.h; sourceTree = "<group>"; };
David@0
  4093
		4BAE6C8C07CF94BA007E2820 /* AITabStatusIconsPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AITabStatusIconsPlugin.m; path = Source/AITabStatusIconsPlugin.m; sourceTree = "<group>"; };
David@0
  4094
		4BAE6C9407CF94C4007E2820 /* message.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = message.png; path = Resources/message.png; sourceTree = "<group>"; };
David@0
  4095
		4BAE6D3A07CFA0BC007E2820 /* AIAppearancePreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAppearancePreferences.h; path = Source/AIAppearancePreferences.h; sourceTree = "<group>"; };
David@0
  4096
		4BAE6D3B07CFA0BC007E2820 /* AIAppearancePreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAppearancePreferences.m; path = Source/AIAppearancePreferences.m; sourceTree = "<group>"; };
David@0
  4097
		4BAE6D4007CFA0CB007E2820 /* AIAppearancePreferencesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAppearancePreferencesPlugin.h; path = Source/AIAppearancePreferencesPlugin.h; sourceTree = "<group>"; };
David@0
  4098
		4BAE6D4107CFA0CB007E2820 /* AIAppearancePreferencesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAppearancePreferencesPlugin.m; path = Source/AIAppearancePreferencesPlugin.m; sourceTree = "<group>"; };
David@0
  4099
		4BAE6D5D07CFA1D7007E2820 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/AppearancePrefs.nib; sourceTree = "<group>"; };
David@0
  4100
		4BAF8CFC083D9A2A0067CF6F /* AIServiceMenu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIServiceMenu.h; path = Source/AIServiceMenu.h; sourceTree = "<group>"; };
David@0
  4101
		4BAF8CFD083D9A2A0067CF6F /* AIServiceMenu.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIServiceMenu.m; path = Source/AIServiceMenu.m; sourceTree = "<group>"; };
David@0
  4102
		4BAFD57706E0091100FF7FBC /* AIService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIService.h; path = "Frameworks/Adium Framework/Source/AIService.h"; sourceTree = "<group>"; };
David@0
  4103
		4BAFD57806E0091100FF7FBC /* AIService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIService.m; path = "Frameworks/Adium Framework/Source/AIService.m"; sourceTree = "<group>"; };
David@0
  4104
		4BAFD5A106E00AD200FF7FBC /* ESAIMService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESAIMService.h; path = "Plugins/Purple Service/ESAIMService.h"; sourceTree = "<group>"; };
David@0
  4105
		4BAFD5A206E00AD200FF7FBC /* ESAIMService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESAIMService.m; path = "Plugins/Purple Service/ESAIMService.m"; sourceTree = "<group>"; };
David@0
  4106
		4BAFD5A306E00AD200FF7FBC /* ESDotMacService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESDotMacService.h; path = "Plugins/Purple Service/ESDotMacService.h"; sourceTree = "<group>"; };
David@0
  4107
		4BAFD5A406E00AD200FF7FBC /* ESDotMacService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESDotMacService.m; path = "Plugins/Purple Service/ESDotMacService.m"; sourceTree = "<group>"; };
David@0
  4108
		4BAFD5A506E00AD200FF7FBC /* ESICQService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESICQService.h; path = "Plugins/Purple Service/ESICQService.h"; sourceTree = "<group>"; };
David@0
  4109
		4BAFD5A606E00AD200FF7FBC /* ESICQService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESICQService.m; path = "Plugins/Purple Service/ESICQService.m"; sourceTree = "<group>"; };
David@0
  4110
		4BAFD5E806E00D1700FF7FBC /* Service Icons */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Service Icons"; path = "Resources/Service Icons"; sourceTree = "<group>"; };
David@0
  4111
		4BB19298079EE90900DAA523 /* PurpleDefaultsJabber.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsJabber.plist; path = "Plugins/Purple Service/PurpleDefaultsJabber.plist"; sourceTree = "<group>"; };
David@0
  4112
		4BB1E47D067F2E9F00D1DB86 /* Scripts */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Scripts; path = Resources/Scripts; sourceTree = "<group>"; };
David@0
  4113
		4BB2EB200D88D76100CA7A7D /* timestamp32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = timestamp32.png; path = Resources/timestamp32.png; sourceTree = "<group>"; };
David@0
  4114
		4BB2EB210D88D76100CA7A7D /* timestamp32_transparent.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = timestamp32_transparent.png; path = Resources/timestamp32_transparent.png; sourceTree = "<group>"; };
David@0
  4115
		4BB5B78107D2DC4900CFE06F /* pref-status.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-status.png"; path = "Resources/pref-status.png"; sourceTree = "<group>"; };
David@0
  4116
		4BB826B504C8876C00A8010A /* DockOverlayDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; name = DockOverlayDefaults.plist; path = "Plugins/Contact Status Dock Overlays/DockOverlayDefaults.plist"; sourceTree = "<group>"; };
David@0
  4117
		4BB99726083D1A5F006ACD6F /* SMContactListShowBehaviorPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SMContactListShowBehaviorPlugin.h; path = Source/SMContactListShowBehaviorPlugin.h; sourceTree = SOURCE_ROOT; };
David@0
  4118
		4BB99727083D1A5F006ACD6F /* SMContactListShowBehaviorPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SMContactListShowBehaviorPlugin.m; path = Source/SMContactListShowBehaviorPlugin.m; sourceTree = SOURCE_ROOT; };
David@0
  4119
		4BB99728083D1A5F006ACD6F /* SMContactListShowDetailsPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SMContactListShowDetailsPane.h; path = Source/SMContactListShowDetailsPane.h; sourceTree = SOURCE_ROOT; };
David@0
  4120
		4BB99729083D1A5F006ACD6F /* SMContactListShowDetailsPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SMContactListShowDetailsPane.m; path = Source/SMContactListShowDetailsPane.m; sourceTree = SOURCE_ROOT; };
David@0
  4121
		4BB9972E083D1A74006ACD6F /* ContactListShowBehavior.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ContactListShowBehavior.nib; path = Resources/ContactListShowBehavior.nib; sourceTree = SOURCE_ROOT; };
David@0
  4122
		4BBF41ED066119A8001D31E1 /* AIContactInfoPane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIContactInfoPane.h; path = "Frameworks/Adium Framework/Source/AIContactInfoPane.h"; sourceTree = "<group>"; };
David@0
  4123
		4BBF41EE066119A8001D31E1 /* AIContactInfoPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIContactInfoPane.m; path = "Frameworks/Adium Framework/Source/AIContactInfoPane.m"; sourceTree = "<group>"; };
David@0
  4124
		4BC540B608648321003CD69E /* AdiumFormatting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumFormatting.h; path = Source/AdiumFormatting.h; sourceTree = "<group>"; };
David@0
  4125
		4BC540B708648322003CD69E /* AdiumFormatting.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumFormatting.m; path = Source/AdiumFormatting.m; sourceTree = "<group>"; };
David@0
  4126
		4BC5418E08649CC6003CD69E /* AdiumContentFiltering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumContentFiltering.h; path = Source/AdiumContentFiltering.h; sourceTree = "<group>"; };
David@0
  4127
		4BC5418F08649CC6003CD69E /* AdiumContentFiltering.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumContentFiltering.m; path = Source/AdiumContentFiltering.m; sourceTree = "<group>"; };
David@0
  4128
		4BC5A5D60764F75B0080ECF7 /* AILocalVideoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AILocalVideoWindowController.h; path = "Plugins/Video Chat Interface/AILocalVideoWindowController.h"; sourceTree = "<group>"; };
David@0
  4129
		4BC5A5D70764F75B0080ECF7 /* AILocalVideoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AILocalVideoWindowController.m; path = "Plugins/Video Chat Interface/AILocalVideoWindowController.m"; sourceTree = "<group>"; };
David@0
  4130
		4BC5A5D80764F75B0080ECF7 /* AIVideoChatInterfacePlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIVideoChatInterfacePlugin.h; path = "Plugins/Video Chat Interface/AIVideoChatInterfacePlugin.h"; sourceTree = "<group>"; };
David@0
  4131
		4BC5A5D90764F75B0080ECF7 /* AIVideoChatInterfacePlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIVideoChatInterfacePlugin.m; path = "Plugins/Video Chat Interface/AIVideoChatInterfacePlugin.m"; sourceTree = "<group>"; };
David@0
  4132
		4BC5A5DA0764F75B0080ECF7 /* LocalVideoWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = LocalVideoWindow.nib; path = "Plugins/Video Chat Interface/LocalVideoWindow.nib"; sourceTree = "<group>"; };
David@0
  4133
		4BCAB5EF07B59967006641B9 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/AccountProxy.nib; sourceTree = "<group>"; };
David@0
  4134
		4BCAB5F007B59967006641B9 /* EditAccountSheet.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = EditAccountSheet.nib; path = Resources/EditAccountSheet.nib; sourceTree = "<group>"; };
David@0
  4135
		4BCAC4CE07B59AFE006641B9 /* AddressBookPrefs.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AddressBookPrefs.nib; path = Resources/AddressBookPrefs.nib; sourceTree = "<group>"; };
David@0
  4136
		4BCAC4D807B59B2E006641B9 /* AddressBook.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AddressBook.png; path = Resources/AddressBook.png; sourceTree = "<group>"; };
David@9
  4137
		4BCAC4E207B59B65006641B9 /* AB Display Format Defaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "AB Display Format Defaults.plist"; path = "Frameworks/Adium Framework/Resources/AB Display Format Defaults.plist"; sourceTree = "<group>"; };
David@0
  4138
		4BCAC4E307B59B65006641B9 /* Alias Defaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "Alias Defaults.plist"; path = "Resources/Alias Defaults.plist"; sourceTree = "<group>"; };
David@0
  4139
		4BCAC4E407B59B65006641B9 /* Display Format Defaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "Display Format Defaults.plist"; path = "Resources/Display Format Defaults.plist"; sourceTree = "<group>"; };
David@0
  4140
		4BCAC56C07B5A31A006641B9 /* Sounds */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Sounds; path = Resources/Sounds; sourceTree = "<group>"; };
David@0
  4141
		4BD548AE086086B5008DF3CB /* AISoundSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISoundSet.h; path = "Frameworks/Adium Framework/Source/AISoundSet.h"; sourceTree = "<group>"; };
David@0
  4142
		4BD548AF086086B5008DF3CB /* AISoundSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISoundSet.m; path = "Frameworks/Adium Framework/Source/AISoundSet.m"; sourceTree = "<group>"; };
David@0
  4143
		4BD62D7E07CE8F240099EBA2 /* AIWebkitMessageViewStyle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIWebkitMessageViewStyle.h; path = "Plugins/WebKit Message View/AIWebkitMessageViewStyle.h"; sourceTree = "<group>"; };
David@0
  4144
		4BD62D7F07CE8F240099EBA2 /* AIWebkitMessageViewStyle.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIWebkitMessageViewStyle.m; path = "Plugins/WebKit Message View/AIWebkitMessageViewStyle.m"; sourceTree = "<group>"; };
David@0
  4145
		4BDAB9910861C661009FB73B /* AdiumTyping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumTyping.h; path = Source/AdiumTyping.h; sourceTree = "<group>"; };
David@0
  4146
		4BDAB9920861C661009FB73B /* AdiumTyping.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumTyping.m; path = Source/AdiumTyping.m; sourceTree = "<group>"; };
David@0
  4147
		4BDAF69507A1560F00276D68 /* AIAccountProxySettings.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAccountProxySettings.h; path = Source/AIAccountProxySettings.h; sourceTree = "<group>"; };
David@0
  4148
		4BDAF69607A1561000276D68 /* AIAccountProxySettings.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAccountProxySettings.m; path = Source/AIAccountProxySettings.m; sourceTree = "<group>"; };
David@0
  4149
		4BDC17720493C90E00A8010A /* AIContentTyping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContentTyping.h; path = "Frameworks/Adium Framework/Source/AIContentTyping.h"; sourceTree = "<group>"; };
David@0
  4150
		4BDC17730493C90E00A8010A /* AIContentTyping.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContentTyping.m; path = "Frameworks/Adium Framework/Source/AIContentTyping.m"; sourceTree = "<group>"; };
David@0
  4151
		4BDD81E707A0B6D30057DB2C /* AccountOptions.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AccountOptions.nib; path = "Frameworks/Adium Framework/Resources/AccountOptions.nib"; sourceTree = "<group>"; };
David@0
  4152
		4BDD81E807A0B6D30057DB2C /* AccountProfile.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AccountProfile.nib; path = "Frameworks/Adium Framework/Resources/AccountProfile.nib"; sourceTree = "<group>"; };
David@0
  4153
		4BDD81E907A0B6D30057DB2C /* AccountSetup.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AccountSetup.nib; path = "Frameworks/Adium Framework/Resources/AccountSetup.nib"; sourceTree = "<group>"; };
David@0
  4154
		4BE3AD1C085F3EDD005919E7 /* AdiumPreferredAccounts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumPreferredAccounts.h; path = Source/AdiumPreferredAccounts.h; sourceTree = "<group>"; };
David@0
  4155
		4BE3AD1D085F3EDD005919E7 /* AdiumPreferredAccounts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumPreferredAccounts.m; path = Source/AdiumPreferredAccounts.m; sourceTree = "<group>"; };
David@0
  4156
		4BE40C1E0846544000F5790F /* AdiumAccounts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumAccounts.h; path = Source/AdiumAccounts.h; sourceTree = "<group>"; };
David@0
  4157
		4BE40C1F0846544000F5790F /* AdiumAccounts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumAccounts.m; path = Source/AdiumAccounts.m; sourceTree = "<group>"; };
David@0
  4158
		4BE6174D07AC67ED0049C87D /* AIAutoReplyPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAutoReplyPlugin.h; path = Source/AIAutoReplyPlugin.h; sourceTree = SOURCE_ROOT; };
David@0
  4159
		4BE6174E07AC67ED0049C87D /* AIAutoReplyPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAutoReplyPlugin.m; path = Source/AIAutoReplyPlugin.m; sourceTree = SOURCE_ROOT; };
David@0
  4160
		4BE6175307AC67EE0049C87D /* AIStateMenuPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIStateMenuPlugin.h; path = Source/AIStateMenuPlugin.h; sourceTree = SOURCE_ROOT; };
David@0
  4161
		4BE6175407AC67EE0049C87D /* AIStateMenuPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIStateMenuPlugin.m; path = Source/AIStateMenuPlugin.m; sourceTree = SOURCE_ROOT; };
David@0
  4162
		4BE8AF6D0796EC1200B6E49B /* AIAbstractAccount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIAbstractAccount.h; path = "Frameworks/Adium Framework/Source/AIAbstractAccount.h"; sourceTree = "<group>"; };
David@0
  4163
		4BE8AF6E0796EC1200B6E49B /* AIAbstractAccount.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIAbstractAccount.m; path = "Frameworks/Adium Framework/Source/AIAbstractAccount.m"; sourceTree = "<group>"; };
David@0
  4164
		4BE9FFE7055981AB00359B15 /* Adium.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Adium.pch; sourceTree = SOURCE_ROOT; };
David@0
  4165
		4BF2E194067CAE9200743318 /* Emoticons */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Emoticons; path = Resources/Emoticons; sourceTree = "<group>"; };
David@0
  4166
		4BF2E6B3067CB70E00743318 /* Message Styles */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Message Styles"; path = "Resources/Message Styles"; sourceTree = "<group>"; };
David@0
  4167
		4BF3CB4107D1771E00A8112A /* pref-appearance.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-appearance.png"; path = "Resources/pref-appearance.png"; sourceTree = "<group>"; };
David@0
  4168
		4BF3CBEC07D192F500A8112A /* pref-accounts.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "pref-accounts.png"; path = "Resources/pref-accounts.png"; sourceTree = "<group>"; };
David@0
  4169
		4BF5BA10042F3CB200A8010A /* AIListContact.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListContact.h; path = "Frameworks/Adium Framework/Source/AIListContact.h"; sourceTree = "<group>"; };
David@0
  4170
		4BF5BA11042F3CB200A8010A /* AIListContact.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListContact.m; path = "Frameworks/Adium Framework/Source/AIListContact.m"; sourceTree = "<group>"; };
David@0
  4171
		4BF5BA12042F3CB200A8010A /* AIListGroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListGroup.h; path = "Frameworks/Adium Framework/Source/AIListGroup.h"; sourceTree = "<group>"; };
David@0
  4172
		4BF5BA13042F3CB200A8010A /* AIListGroup.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListGroup.m; path = "Frameworks/Adium Framework/Source/AIListGroup.m"; sourceTree = "<group>"; };
David@0
  4173
		4BF5BA14042F3CB200A8010A /* AIListObject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIListObject.h; path = "Frameworks/Adium Framework/Source/AIListObject.h"; sourceTree = "<group>"; };
David@0
  4174
		4BF5BA15042F3CB200A8010A /* AIListObject.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIListObject.m; path = "Frameworks/Adium Framework/Source/AIListObject.m"; sourceTree = "<group>"; };
David@0
  4175
		4BFC2E7807E357F00063D70C /* emoticonBlank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = emoticonBlank.png; path = Resources/emoticonBlank.png; sourceTree = "<group>"; };
David@0
  4176
		4BFC3412058D48A8008F7FA2 /* AIWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIWindowController.h; path = "Frameworks/Adium Framework/Source/AIWindowController.h"; sourceTree = "<group>"; };
David@0
  4177
		4BFC3413058D48A8008F7FA2 /* AIWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIWindowController.m; path = "Frameworks/Adium Framework/Source/AIWindowController.m"; sourceTree = "<group>"; };
David@0
  4178
		4BFC5407043E509A00A8010A /* AIContentStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContentStatus.h; path = "Frameworks/Adium Framework/Source/AIContentStatus.h"; sourceTree = "<group>"; };
David@0
  4179
		4BFC5408043E509A00A8010A /* AIContentStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContentStatus.m; path = "Frameworks/Adium Framework/Source/AIContentStatus.m"; sourceTree = "<group>"; };
David@0
  4180
		4BFE2E9F07E61A4E00C07EBE /* NewAlertNoEvents.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = NewAlertNoEvents.nib; path = "Frameworks/Adium Framework/Resources/NewAlertNoEvents.nib"; sourceTree = "<group>"; };
David@0
  4181
		4F1CB6240D640D5B0073A1E6 /* AIContactInfoContentController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactInfoContentController.h; path = Source/AIContactInfoContentController.h; sourceTree = "<group>"; };
David@0
  4182
		4F1CB6250D640D5B0073A1E6 /* AIContactInfoContentController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContactInfoContentController.m; path = Source/AIContactInfoContentController.m; sourceTree = "<group>"; };
David@0
  4183
		4F1CB6270D640D670073A1E6 /* AIInfoInspectorPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIInfoInspectorPane.h; path = Source/AIInfoInspectorPane.h; sourceTree = "<group>"; };
David@0
  4184
		4F1CB6280D640D670073A1E6 /* AIInfoInspectorPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIInfoInspectorPane.m; path = Source/AIInfoInspectorPane.m; sourceTree = "<group>"; };
David@0
  4185
		4F1CB62A0D640D770073A1E6 /* AIAdvancedInspectorPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAdvancedInspectorPane.h; path = Source/AIAdvancedInspectorPane.h; sourceTree = "<group>"; };
David@0
  4186
		4F1CB62B0D640D770073A1E6 /* AIAdvancedInspectorPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAdvancedInspectorPane.m; path = Source/AIAdvancedInspectorPane.m; sourceTree = "<group>"; };
David@0
  4187
		4F1CB62C0D640D770073A1E6 /* AIAddressBookInspectorPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAddressBookInspectorPane.m; path = Source/AIAddressBookInspectorPane.m; sourceTree = "<group>"; };
David@0
  4188
		4F1CB62D0D640D770073A1E6 /* AIAddressBookInspectorPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAddressBookInspectorPane.h; path = Source/AIAddressBookInspectorPane.h; sourceTree = "<group>"; };
David@0
  4189
		4F1CB6300D640D7F0073A1E6 /* AIEventsInspectorPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIEventsInspectorPane.h; path = Source/AIEventsInspectorPane.h; sourceTree = "<group>"; };
David@0
  4190
		4F1CB6310D640D7F0073A1E6 /* AIEventsInspectorPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIEventsInspectorPane.m; path = Source/AIEventsInspectorPane.m; sourceTree = "<group>"; };
David@0
  4191
		4F1CB6350D640D8F0073A1E6 /* AIEventsInspectorPane.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AIEventsInspectorPane.nib; path = Resources/AIEventsInspectorPane.nib; sourceTree = "<group>"; };
David@0
  4192
		4F1CB6360D640D900073A1E6 /* AIInfoInspectorPane.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AIInfoInspectorPane.nib; path = Resources/AIInfoInspectorPane.nib; sourceTree = "<group>"; };
David@0
  4193
		4F1CB63B0D640DA40073A1E6 /* addressbook_segment.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = addressbook_segment.png; path = Resources/addressbook_segment.png; sourceTree = "<group>"; };
David@0
  4194
		4F1CB63C0D640DA40073A1E6 /* advanced_segment.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = advanced_segment.png; path = Resources/advanced_segment.png; sourceTree = "<group>"; };
David@0
  4195
		4F1CB63D0D640DA40073A1E6 /* events_segment.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = events_segment.png; path = Resources/events_segment.png; sourceTree = "<group>"; };
David@0
  4196
		4F1CB63E0D640DA40073A1E6 /* info_segment.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = info_segment.png; path = Resources/info_segment.png; sourceTree = "<group>"; };
David@0
  4197
		4F1CB64B0D640F4F0073A1E6 /* ContactInfoInspector.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ContactInfoInspector.nib; path = Resources/ContactInfoInspector.nib; sourceTree = "<group>"; };
zacw@527
  4198
		5A1781840EC1215D00BA1E04 /* AIAutoScrollTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAutoScrollTextView.h; path = Source/AIAutoScrollTextView.h; sourceTree = "<group>"; };
zacw@527
  4199
		5A1781850EC1215D00BA1E04 /* AIAutoScrollTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAutoScrollTextView.m; path = Source/AIAutoScrollTextView.m; sourceTree = "<group>"; };
David@0
  4200
		63093C2D0892143500F118D3 /* newContentThreeDigits.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = newContentThreeDigits.png; sourceTree = "<group>"; };
David@0
  4201
		63093C2E0892143500F118D3 /* newContentTwoDigits.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = newContentTwoDigits.png; sourceTree = "<group>"; };
David@0
  4202
		6311F46F0E340DD2004234B8 /* AISharedAdium.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISharedAdium.h; path = "Frameworks/Adium Framework/Source/AISharedAdium.h"; sourceTree = "<group>"; };
David@0
  4203
		6311F4700E340DD2004234B8 /* AISharedAdium.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISharedAdium.m; path = "Frameworks/Adium Framework/Source/AISharedAdium.m"; sourceTree = "<group>"; };
David@0
  4204
		63125D8D0A75EBF000303EE9 /* AIPurpleLiveJournalAccount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIPurpleLiveJournalAccount.h; path = "Plugins/Purple Service/AIPurpleLiveJournalAccount.h"; sourceTree = "<group>"; };
David@0
  4205
		63125D8E0A75EBF000303EE9 /* AIPurpleLiveJournalAccount.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIPurpleLiveJournalAccount.m; path = "Plugins/Purple Service/AIPurpleLiveJournalAccount.m"; sourceTree = "<group>"; };
David@0
  4206
		63125D970A75ECE400303EE9 /* AILiveJournalService.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AILiveJournalService.h; path = "Plugins/Purple Service/AILiveJournalService.h"; sourceTree = "<group>"; };
David@0
  4207
		63125D980A75ECE400303EE9 /* AILiveJournalService.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AILiveJournalService.m; path = "Plugins/Purple Service/AILiveJournalService.m"; sourceTree = "<group>"; };
David@0
  4208
		63125D990A75ECE400303EE9 /* PurpleDefaultsLiveJournal.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = PurpleDefaultsLiveJournal.plist; path = "Plugins/Purple Service/PurpleDefaultsLiveJournal.plist"; sourceTree = "<group>"; };
catfish@1896
  4209
		6329EEFF0F9D333B00112489 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
catfish@1896
  4210
		6329EF030F9D334D00112489 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
catfish@1896
  4211
		6329EF070F9D335800112489 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
David@354
  4212
		632ADC130E9EDDCA00AB6817 /* PTKeyCodeTranslator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PTKeyCodeTranslator.m; path = Source/PTKeyCodeTranslator.m; sourceTree = "<group>"; };
David@354
  4213
		632ADC140E9EDDCA00AB6817 /* PTKeyCodeTranslator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PTKeyCodeTranslator.h; path = Source/PTKeyCodeTranslator.h; sourceTree = "<group>"; };
David@0
  4214
		632D608D094B7EEB003A9786 /* AIXtraPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIXtraPreviewController.h; path = Source/AIXtraPreviewController.h; sourceTree = "<group>"; };
David@0
  4215
		632D60BE094B81AB003A9786 /* AIDockIconPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIDockIconPreviewController.h; path = Source/AIDockIconPreviewController.h; sourceTree = "<group>"; };
David@0
  4216
		632D60BF094B81AB003A9786 /* AIDockIconPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIDockIconPreviewController.m; path = Source/AIDockIconPreviewController.m; sourceTree = "<group>"; };
David@0
  4217
		632D801608E7E0A40032C187 /* XtrasManager.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = XtrasManager.nib; path = Resources/XtrasManager.nib; sourceTree = "<group>"; };
David@0
  4218
		632D859C0DB70FC800040EC7 /* AIMentionEventPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMentionEventPlugin.h; path = Source/AIMentionEventPlugin.h; sourceTree = "<group>"; };
David@0
  4219
		632D859D0DB70FC800040EC7 /* AIMentionEventPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMentionEventPlugin.m; path = Source/AIMentionEventPlugin.m; sourceTree = "<group>"; };
David@0
  4220
		6333699309497DB000970871 /* EmoticonPreviewView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = EmoticonPreviewView.nib; path = Resources/EmoticonPreviewView.nib; sourceTree = "<group>"; };
David@0
  4221
		63336B050949908300970871 /* DockIconPreviewView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = DockIconPreviewView.nib; path = Resources/DockIconPreviewView.nib; sourceTree = "<group>"; };
David@0
  4222
		63336B3F094994A800970871 /* StatusIconPreviewView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = StatusIconPreviewView.nib; path = Resources/StatusIconPreviewView.nib; sourceTree = "<group>"; };
David@0
  4223
		63336E14094AB81300970871 /* XtraInfoView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = XtraInfoView.nib; path = Resources/XtraInfoView.nib; sourceTree = "<group>"; };
catfish@1875
  4224
		633400CF0F9C14E0003C77A9 /* AIUtilities.framework_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIUtilities.framework_Prefix.pch; path = "Frameworks/AIUtilities Framework/AIUtilities.framework_Prefix.pch"; sourceTree = "<group>"; };
catfish@1875
  4225
		633400D30F9C1501003C77A9 /* ImageKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageKit.framework; path = /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework; sourceTree = "<absolute>"; };
catfish@1875
  4226
		633400D40F9C1501003C77A9 /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = /System/Library/Frameworks/AddressBook.framework; sourceTree = "<absolute>"; };
catfish@1875
  4227
		633400D50F9C1501003C77A9 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; };
catfish@1875
  4228
		633400D60F9C1501003C77A9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; };
catfish@1875
  4229
		633400D70F9C1501003C77A9 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = /System/Library/Frameworks/SystemConfiguration.framework; sourceTree = "<absolute>"; };
catfish@1875
  4230
		633400D80F9C1501003C77A9 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
catfish@1875
  4231
		633400D90F9C1501003C77A9 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
catfish@1875
  4232
		633400DA0F9C1501003C77A9 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
catfish@1875
  4233
		633400DB0F9C1501003C77A9 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
catfish@1875
  4234
		6334FBFC0F9C11DC003C77A9 /* AIUtilities.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AIUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; };
catfish@1875
  4235
		6334FF030F9C14BF003C77A9 /* AIFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFunctions.h; path = "Frameworks/AIUtilities Framework/Source/AIFunctions.h"; sourceTree = "<group>"; };
catfish@1875
  4236
		6334FF040F9C14BF003C77A9 /* AIFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFunctions.m; path = "Frameworks/AIUtilities Framework/Source/AIFunctions.m"; sourceTree = "<group>"; };
catfish@1875
  4237
		6334FF070F9C14BF003C77A9 /* JVMarkedScroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JVMarkedScroller.h; path = "Frameworks/AIUtilities Framework/Source/JVMarkedScroller.h"; sourceTree = "<group>"; };
catfish@1875
  4238
		6334FF080F9C14BF003C77A9 /* JVMarkedScroller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JVMarkedScroller.m; path = "Frameworks/AIUtilities Framework/Source/JVMarkedScroller.m"; sourceTree = "<group>"; };
catfish@1875
  4239
		6334FF0A0F9C14BF003C77A9 /* AIMutableOwnerArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMutableOwnerArray.h; path = "Frameworks/AIUtilities Framework/Source/AIMutableOwnerArray.h"; sourceTree = "<group>"; };
catfish@1875
  4240
		6334FF0B0F9C14BF003C77A9 /* AIMutableOwnerArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMutableOwnerArray.m; path = "Frameworks/AIUtilities Framework/Source/AIMutableOwnerArray.m"; sourceTree = "<group>"; };
catfish@1875
  4241
		6334FF0D0F9C14BF003C77A9 /* AIToolbarUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIToolbarUtilities.h; path = "Frameworks/AIUtilities Framework/Source/AIToolbarUtilities.h"; sourceTree = "<group>"; };
catfish@1875
  4242
		6334FF0E0F9C14BF003C77A9 /* AIToolbarUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIToolbarUtilities.m; path = "Frameworks/AIUtilities Framework/Source/AIToolbarUtilities.m"; sourceTree = "<group>"; };
catfish@1875
  4243
		6334FF100F9C14BF003C77A9 /* AIGradientAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIGradientAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIGradientAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4244
		6334FF110F9C14BF003C77A9 /* AIGradientAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIGradientAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIGradientAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4245
		6334FF130F9C14BF003C77A9 /* AIFloater.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFloater.m; path = "Frameworks/AIUtilities Framework/Source/AIFloater.m"; sourceTree = "<group>"; };
catfish@1875
  4246
		6334FF140F9C14BF003C77A9 /* AIFloater.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFloater.h; path = "Frameworks/AIUtilities Framework/Source/AIFloater.h"; sourceTree = "<group>"; };
catfish@1875
  4247
		6334FF160F9C14BF003C77A9 /* AIStringFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStringFormatter.h; path = "Frameworks/AIUtilities Framework/Source/AIStringFormatter.h"; sourceTree = "<group>"; };
catfish@1875
  4248
		6334FF170F9C14BF003C77A9 /* AIStringFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStringFormatter.m; path = "Frameworks/AIUtilities Framework/Source/AIStringFormatter.m"; sourceTree = "<group>"; };
catfish@1875
  4249
		6334FF190F9C14BF003C77A9 /* AIKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIKeychain.h; path = "Frameworks/AIUtilities Framework/Source/AIKeychain.h"; sourceTree = "<group>"; };
catfish@1875
  4250
		6334FF1A0F9C14BF003C77A9 /* AIKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIKeychain.m; path = "Frameworks/AIUtilities Framework/Source/AIKeychain.m"; sourceTree = "<group>"; };
catfish@1875
  4251
		6334FF1C0F9C14BF003C77A9 /* AIHostReachabilityMonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIHostReachabilityMonitor.h; path = "Frameworks/AIUtilities Framework/Source/AIHostReachabilityMonitor.h"; sourceTree = "<group>"; };
catfish@1875
  4252
		6334FF1D0F9C14BF003C77A9 /* AIHostReachabilityMonitor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIHostReachabilityMonitor.m; path = "Frameworks/AIUtilities Framework/Source/AIHostReachabilityMonitor.m"; sourceTree = "<group>"; };
catfish@1875
  4253
		6334FF1F0F9C14BF003C77A9 /* AISleepNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISleepNotification.h; path = "Frameworks/AIUtilities Framework/Source/AISleepNotification.h"; sourceTree = "<group>"; };
catfish@1875
  4254
		6334FF200F9C14BF003C77A9 /* AISleepNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISleepNotification.m; path = "Frameworks/AIUtilities Framework/Source/AISleepNotification.m"; sourceTree = "<group>"; };
catfish@1875
  4255
		6334FF220F9C14BF003C77A9 /* AIRichTextCoercer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIRichTextCoercer.h; path = "Frameworks/AIUtilities Framework/Source/AIRichTextCoercer.h"; sourceTree = "<group>"; };
catfish@1875
  4256
		6334FF230F9C14BF003C77A9 /* AIRichTextCoercer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIRichTextCoercer.m; path = "Frameworks/AIUtilities Framework/Source/AIRichTextCoercer.m"; sourceTree = "<group>"; };
catfish@1875
  4257
		6334FF250F9C14BF003C77A9 /* AITextAttributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITextAttributes.h; path = "Frameworks/AIUtilities Framework/Source/AITextAttributes.h"; sourceTree = "<group>"; };
catfish@1875
  4258
		6334FF260F9C14BF003C77A9 /* AITextAttributes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITextAttributes.m; path = "Frameworks/AIUtilities Framework/Source/AITextAttributes.m"; sourceTree = "<group>"; };
catfish@1875
  4259
		6334FF280F9C14BF003C77A9 /* AISmoothTooltipTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISmoothTooltipTracker.h; path = "Frameworks/AIUtilities Framework/Source/AISmoothTooltipTracker.h"; sourceTree = "<group>"; };
catfish@1875
  4260
		6334FF290F9C14BF003C77A9 /* AISmoothTooltipTracker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISmoothTooltipTracker.m; path = "Frameworks/AIUtilities Framework/Source/AISmoothTooltipTracker.m"; sourceTree = "<group>"; };
catfish@1875
  4261
		6334FF2B0F9C14BF003C77A9 /* AISystemNetworkDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISystemNetworkDefaults.h; path = "Frameworks/AIUtilities Framework/Source/AISystemNetworkDefaults.h"; sourceTree = "<group>"; };
catfish@1875
  4262
		6334FF2C0F9C14BF003C77A9 /* AISystemNetworkDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISystemNetworkDefaults.m; path = "Frameworks/AIUtilities Framework/Source/AISystemNetworkDefaults.m"; sourceTree = "<group>"; };
catfish@1875
  4263
		6334FF2E0F9C14BF003C77A9 /* AITooltipUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITooltipUtilities.h; path = "Frameworks/AIUtilities Framework/Source/AITooltipUtilities.h"; sourceTree = "<group>"; };
catfish@1875
  4264
		6334FF2F0F9C14BF003C77A9 /* AITooltipUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITooltipUtilities.m; path = "Frameworks/AIUtilities Framework/Source/AITooltipUtilities.m"; sourceTree = "<group>"; };
catfish@1875
  4265
		6334FF320F9C14BF003C77A9 /* AICompletingTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AICompletingTextField.h; path = "Frameworks/AIUtilities Framework/Source/AICompletingTextField.h"; sourceTree = "<group>"; };
catfish@1875
  4266
		6334FF330F9C14BF003C77A9 /* AICompletingTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICompletingTextField.m; path = "Frameworks/AIUtilities Framework/Source/AICompletingTextField.m"; sourceTree = "<group>"; };
catfish@1875
  4267
		6334FF350F9C14BF003C77A9 /* AIRolloverButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIRolloverButton.h; path = "Frameworks/AIUtilities Framework/Source/AIRolloverButton.h"; sourceTree = "<group>"; };
catfish@1875
  4268
		6334FF360F9C14BF003C77A9 /* AIRolloverButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIRolloverButton.m; path = "Frameworks/AIUtilities Framework/Source/AIRolloverButton.m"; sourceTree = "<group>"; };
catfish@1875
  4269
		6334FF380F9C14BF003C77A9 /* MVMenuButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MVMenuButton.h; path = "Frameworks/AIUtilities Framework/Source/MVMenuButton.h"; sourceTree = "<group>"; };
catfish@1875
  4270
		6334FF390F9C14BF003C77A9 /* MVMenuButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MVMenuButton.m; path = "Frameworks/AIUtilities Framework/Source/MVMenuButton.m"; sourceTree = "<group>"; };
catfish@1875
  4271
		6334FF3B0F9C14BF003C77A9 /* AIImageButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageButton.h; path = "Frameworks/AIUtilities Framework/Source/AIImageButton.h"; sourceTree = "<group>"; };
catfish@1875
  4272
		6334FF3C0F9C14BF003C77A9 /* AIImageButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageButton.m; path = "Frameworks/AIUtilities Framework/Source/AIImageButton.m"; sourceTree = "<group>"; };
catfish@1875
  4273
		6334FF3E0F9C14BF003C77A9 /* AIColoredBoxView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIColoredBoxView.h; path = "Frameworks/AIUtilities Framework/Source/AIColoredBoxView.h"; sourceTree = "<group>"; };
catfish@1875
  4274
		6334FF3F0F9C14BF003C77A9 /* AIColoredBoxView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIColoredBoxView.m; path = "Frameworks/AIUtilities Framework/Source/AIColoredBoxView.m"; sourceTree = "<group>"; };
catfish@1875
  4275
		6334FF410F9C14BF003C77A9 /* AIDelayedTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDelayedTextField.h; path = "Frameworks/AIUtilities Framework/Source/AIDelayedTextField.h"; sourceTree = "<group>"; };
catfish@1875
  4276
		6334FF420F9C14BF003C77A9 /* AIDelayedTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDelayedTextField.m; path = "Frameworks/AIUtilities Framework/Source/AIDelayedTextField.m"; sourceTree = "<group>"; };
catfish@1875
  4277
		6334FF440F9C14BF003C77A9 /* AIImageViewWithImagePicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageViewWithImagePicker.h; path = "Frameworks/AIUtilities Framework/Source/AIImageViewWithImagePicker.h"; sourceTree = "<group>"; };
catfish@1875
  4278
		6334FF450F9C14BF003C77A9 /* AIImageViewWithImagePicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageViewWithImagePicker.m; path = "Frameworks/AIUtilities Framework/Source/AIImageViewWithImagePicker.m"; sourceTree = "<group>"; };
catfish@1875
  4279
		6334FF470F9C14BF003C77A9 /* AILinkTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILinkTextView.h; path = "Frameworks/AIUtilities Framework/Source/AILinkTextView.h"; sourceTree = "<group>"; };
catfish@1875
  4280
		6334FF480F9C14BF003C77A9 /* AILinkTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILinkTextView.m; path = "Frameworks/AIUtilities Framework/Source/AILinkTextView.m"; sourceTree = "<group>"; };
catfish@1875
  4281
		6334FF490F9C14BF003C77A9 /* AILinkTrackingController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AILinkTrackingController.h; path = "Frameworks/AIUtilities Framework/Source/AILinkTrackingController.h"; sourceTree = "<group>"; };
catfish@1875
  4282
		6334FF4A0F9C14BF003C77A9 /* AILinkTrackingController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AILinkTrackingController.m; path = "Frameworks/AIUtilities Framework/Source/AILinkTrackingController.m"; sourceTree = "<group>"; };
catfish@1875
  4283
		6334FF4B0F9C14BF003C77A9 /* AIFlexibleLink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFlexibleLink.h; path = "Frameworks/AIUtilities Framework/Source/AIFlexibleLink.h"; sourceTree = "<group>"; };
catfish@1875
  4284
		6334FF4C0F9C14BF003C77A9 /* AIFlexibleLink.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFlexibleLink.m; path = "Frameworks/AIUtilities Framework/Source/AIFlexibleLink.m"; sourceTree = "<group>"; };
catfish@1875
  4285
		6334FF4E0F9C14BF003C77A9 /* AIDividedAlternatingRowOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDividedAlternatingRowOutlineView.h; path = "Frameworks/AIUtilities Framework/Source/AIDividedAlternatingRowOutlineView.h"; sourceTree = "<group>"; };
catfish@1875
  4286
		6334FF4F0F9C14BF003C77A9 /* AIDividedAlternatingRowOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDividedAlternatingRowOutlineView.m; path = "Frameworks/AIUtilities Framework/Source/AIDividedAlternatingRowOutlineView.m"; sourceTree = "<group>"; };
catfish@1875
  4287
		6334FF500F9C14BF003C77A9 /* AIOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIOutlineView.h; path = "Frameworks/AIUtilities Framework/Source/AIOutlineView.h"; sourceTree = "<group>"; };
catfish@1875
  4288
		6334FF510F9C14BF003C77A9 /* AIOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIOutlineView.m; path = "Frameworks/AIUtilities Framework/Source/AIOutlineView.m"; sourceTree = "<group>"; };
catfish@1875
  4289
		6334FF520F9C14C0003C77A9 /* AIAlternatingRowOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAlternatingRowOutlineView.h; path = "Frameworks/AIUtilities Framework/Source/AIAlternatingRowOutlineView.h"; sourceTree = "<group>"; };
catfish@1875
  4290
		6334FF530F9C14C0003C77A9 /* AIAlternatingRowOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAlternatingRowOutlineView.m; path = "Frameworks/AIUtilities Framework/Source/AIAlternatingRowOutlineView.m"; sourceTree = "<group>"; };
catfish@1875
  4291
		6334FF550F9C14C0003C77A9 /* AIVariableHeightFlexibleColumnsOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIVariableHeightFlexibleColumnsOutlineView.h; path = "Frameworks/AIUtilities Framework/Source/AIVariableHeightFlexibleColumnsOutlineView.h"; sourceTree = "<group>"; };
catfish@1875
  4292
		6334FF560F9C14C0003C77A9 /* AIVariableHeightFlexibleColumnsOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIVariableHeightFlexibleColumnsOutlineView.m; path = "Frameworks/AIUtilities Framework/Source/AIVariableHeightFlexibleColumnsOutlineView.m"; sourceTree = "<group>"; };
catfish@1875
  4293
		6334FF570F9C14C0003C77A9 /* AIVariableHeightOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIVariableHeightOutlineView.h; path = "Frameworks/AIUtilities Framework/Source/AIVariableHeightOutlineView.h"; sourceTree = "<group>"; };
catfish@1875
  4294
		6334FF580F9C14C0003C77A9 /* AIVariableHeightOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIVariableHeightOutlineView.m; path = "Frameworks/AIUtilities Framework/Source/AIVariableHeightOutlineView.m"; sourceTree = "<group>"; };
catfish@1875
  4295
		6334FF590F9C14C0003C77A9 /* AIMultiCellOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMultiCellOutlineView.h; path = "Frameworks/AIUtilities Framework/Source/AIMultiCellOutlineView.h"; sourceTree = "<group>"; };
catfish@1875
  4296
		6334FF5A0F9C14C0003C77A9 /* AIMultiCellOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMultiCellOutlineView.m; path = "Frameworks/AIUtilities Framework/Source/AIMultiCellOutlineView.m"; sourceTree = "<group>"; };
catfish@1875
  4297
		6334FF5C0F9C14C0003C77A9 /* AIPlasticButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPlasticButton.h; path = "Frameworks/AIUtilities Framework/Source/AIPlasticButton.h"; sourceTree = "<group>"; };
catfish@1875
  4298
		6334FF5D0F9C14C0003C77A9 /* AIPlasticButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPlasticButton.m; path = "Frameworks/AIUtilities Framework/Source/AIPlasticButton.m"; sourceTree = "<group>"; };
catfish@1875
  4299
		6334FF5E0F9C14C0003C77A9 /* AIPlasticMinusButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPlasticMinusButton.h; path = "Frameworks/AIUtilities Framework/Source/AIPlasticMinusButton.h"; sourceTree = "<group>"; };
catfish@1875
  4300
		6334FF5F0F9C14C0003C77A9 /* AIPlasticMinusButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPlasticMinusButton.m; path = "Frameworks/AIUtilities Framework/Source/AIPlasticMinusButton.m"; sourceTree = "<group>"; };
catfish@1875
  4301
		6334FF600F9C14C0003C77A9 /* AIPlasticPlusButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPlasticPlusButton.h; path = "Frameworks/AIUtilities Framework/Source/AIPlasticPlusButton.h"; sourceTree = "<group>"; };
catfish@1875
  4302
		6334FF610F9C14C0003C77A9 /* AIPlasticPlusButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPlasticPlusButton.m; path = "Frameworks/AIUtilities Framework/Source/AIPlasticPlusButton.m"; sourceTree = "<group>"; };
catfish@1875
  4303
		6334FF620F9C14C0003C77A9 /* AIPlasticButtonCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPlasticButtonCell.h; path = "Frameworks/AIUtilities Framework/Source/AIPlasticButtonCell.h"; sourceTree = "<group>"; };
catfish@1875
  4304
		6334FF630F9C14C0003C77A9 /* AIPlasticButtonCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPlasticButtonCell.m; path = "Frameworks/AIUtilities Framework/Source/AIPlasticButtonCell.m"; sourceTree = "<group>"; };
catfish@1875
  4305
		6334FF650F9C14C0003C77A9 /* PlasticButtonNormal_Middle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PlasticButtonNormal_Middle.png; path = "Frameworks/AIUtilities Framework/Resources/PlasticButtonNormal_Middle.png"; sourceTree = "<group>"; };
catfish@1875
  4306
		6334FF660F9C14C0003C77A9 /* PlasticButtonDefault_Middle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PlasticButtonDefault_Middle.png; path = "Frameworks/AIUtilities Framework/Resources/PlasticButtonDefault_Middle.png"; sourceTree = "<group>"; };
catfish@1875
  4307
		6334FF670F9C14C0003C77A9 /* PlasticButtonPressed_Middle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PlasticButtonPressed_Middle.png; path = "Frameworks/AIUtilities Framework/Resources/PlasticButtonPressed_Middle.png"; sourceTree = "<group>"; };
catfish@1875
  4308
		6334FF680F9C14C0003C77A9 /* PlasticButtonDefault_Caps.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PlasticButtonDefault_Caps.png; path = "Frameworks/AIUtilities Framework/Resources/PlasticButtonDefault_Caps.png"; sourceTree = "<group>"; };
catfish@1875
  4309
		6334FF690F9C14C0003C77A9 /* PlasticButtonNormal_Caps.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PlasticButtonNormal_Caps.png; path = "Frameworks/AIUtilities Framework/Resources/PlasticButtonNormal_Caps.png"; sourceTree = "<group>"; };
catfish@1875
  4310
		6334FF6A0F9C14C0003C77A9 /* PlasticButtonPressed_Caps.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PlasticButtonPressed_Caps.png; path = "Frameworks/AIUtilities Framework/Resources/PlasticButtonPressed_Caps.png"; sourceTree = "<group>"; };
catfish@1875
  4311
		6334FF6B0F9C14C0003C77A9 /* plus.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = plus.png; path = "Frameworks/AIUtilities Framework/Resources/plus.png"; sourceTree = "<group>"; };
catfish@1875
  4312
		6334FF6C0F9C14C0003C77A9 /* minus.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = minus.png; path = "Frameworks/AIUtilities Framework/Resources/minus.png"; sourceTree = "<group>"; };
catfish@1875
  4313
		6334FF6E0F9C14C0003C77A9 /* AIToolbarTabView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIToolbarTabView.h; path = "Frameworks/AIUtilities Framework/Source/AIToolbarTabView.h"; sourceTree = "<group>"; };
catfish@1875
  4314
		6334FF6F0F9C14C0003C77A9 /* AIToolbarTabView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIToolbarTabView.m; path = "Frameworks/AIUtilities Framework/Source/AIToolbarTabView.m"; sourceTree = "<group>"; };
catfish@1875
  4315
		6334FF710F9C14C0003C77A9 /* AISplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISplitView.h; path = "Frameworks/AIUtilities Framework/Source/AISplitView.h"; sourceTree = "<group>"; };
catfish@1875
  4316
		6334FF720F9C14C0003C77A9 /* AISplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISplitView.m; path = "Frameworks/AIUtilities Framework/Source/AISplitView.m"; sourceTree = "<group>"; };
catfish@1875
  4317
		6334FF740F9C14C0003C77A9 /* AIAlternatingRowTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAlternatingRowTableView.h; path = "Frameworks/AIUtilities Framework/Source/AIAlternatingRowTableView.h"; sourceTree = "<group>"; };
catfish@1875
  4318
		6334FF750F9C14C0003C77A9 /* AIAlternatingRowTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAlternatingRowTableView.m; path = "Frameworks/AIUtilities Framework/Source/AIAlternatingRowTableView.m"; sourceTree = "<group>"; };
catfish@1875
  4319
		6334FF770F9C14C0003C77A9 /* AITextFieldWithDraggingDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITextFieldWithDraggingDelegate.h; path = "Frameworks/AIUtilities Framework/Source/AITextFieldWithDraggingDelegate.h"; sourceTree = "<group>"; };
catfish@1875
  4320
		6334FF780F9C14C0003C77A9 /* AITextFieldWithDraggingDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITextFieldWithDraggingDelegate.m; path = "Frameworks/AIUtilities Framework/Source/AITextFieldWithDraggingDelegate.m"; sourceTree = "<group>"; };
catfish@1875
  4321
		6334FF7A0F9C14C0003C77A9 /* AITextViewWithPlaceholder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITextViewWithPlaceholder.h; path = "Frameworks/AIUtilities Framework/Source/AITextViewWithPlaceholder.h"; sourceTree = "<group>"; };
catfish@1875
  4322
		6334FF7B0F9C14C0003C77A9 /* AITextViewWithPlaceholder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AITextViewWithPlaceholder.m; path = "Frameworks/AIUtilities Framework/Source/AITextViewWithPlaceholder.m"; sourceTree = "<group>"; };
catfish@1875
  4323
		6334FF7D0F9C14C0003C77A9 /* AIFlexibleToolbarItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFlexibleToolbarItem.h; path = "Frameworks/AIUtilities Framework/Source/AIFlexibleToolbarItem.h"; sourceTree = "<group>"; };
catfish@1875
  4324
		6334FF7E0F9C14C0003C77A9 /* AIFlexibleToolbarItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFlexibleToolbarItem.m; path = "Frameworks/AIUtilities Framework/Source/AIFlexibleToolbarItem.m"; sourceTree = "<group>"; };
catfish@1875
  4325
		6334FF800F9C14C0003C77A9 /* AIImageGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageGridView.h; path = "Frameworks/AIUtilities Framework/Source/AIImageGridView.h"; sourceTree = "<group>"; };
catfish@1875
  4326
		6334FF810F9C14C0003C77A9 /* AIImageGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageGridView.m; path = "Frameworks/AIUtilities Framework/Source/AIImageGridView.m"; sourceTree = "<group>"; };
catfish@1875
  4327
		6334FF830F9C14C0003C77A9 /* AIDockingWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDockingWindow.h; path = "Frameworks/AIUtilities Framework/Source/AIDockingWindow.h"; sourceTree = "<group>"; };
catfish@1875
  4328
		6334FF840F9C14C0003C77A9 /* AIDockingWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDockingWindow.m; path = "Frameworks/AIUtilities Framework/Source/AIDockingWindow.m"; sourceTree = "<group>"; };
catfish@1875
  4329
		6334FF860F9C14C0003C77A9 /* AIBorderlessWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIBorderlessWindow.h; path = "Frameworks/AIUtilities Framework/Source/AIBorderlessWindow.h"; sourceTree = "<group>"; };
catfish@1875
  4330
		6334FF870F9C14C0003C77A9 /* AIBorderlessWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIBorderlessWindow.m; path = "Frameworks/AIUtilities Framework/Source/AIBorderlessWindow.m"; sourceTree = "<group>"; };
catfish@1875
  4331
		6334FF8A0F9C14C0003C77A9 /* AIGenericViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIGenericViewCell.h; path = "Frameworks/AIUtilities Framework/Source/AIGenericViewCell.h"; sourceTree = "<group>"; };
catfish@1875
  4332
		6334FF8B0F9C14C0003C77A9 /* AIGenericViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIGenericViewCell.m; path = "Frameworks/AIUtilities Framework/Source/AIGenericViewCell.m"; sourceTree = "<group>"; };
catfish@1875
  4333
		6334FF8D0F9C14C0003C77A9 /* AIImageTextCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageTextCell.h; path = "Frameworks/AIUtilities Framework/Source/AIImageTextCell.h"; sourceTree = "<group>"; };
catfish@1875
  4334
		6334FF8E0F9C14C0003C77A9 /* AIImageTextCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageTextCell.m; path = "Frameworks/AIUtilities Framework/Source/AIImageTextCell.m"; sourceTree = "<group>"; };
catfish@1875
  4335
		6334FF900F9C14C0003C77A9 /* AIScaledImageCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIScaledImageCell.h; path = "Frameworks/AIUtilities Framework/Source/AIScaledImageCell.h"; sourceTree = "<group>"; };
catfish@1875
  4336
		6334FF910F9C14C0003C77A9 /* AIScaledImageCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIScaledImageCell.m; path = "Frameworks/AIUtilities Framework/Source/AIScaledImageCell.m"; sourceTree = "<group>"; };
catfish@1875
  4337
		6334FF930F9C14C0003C77A9 /* AIVerticallyCenteredTextCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIVerticallyCenteredTextCell.h; path = "Frameworks/AIUtilities Framework/Source/AIVerticallyCenteredTextCell.h"; sourceTree = "<group>"; };
catfish@1875
  4338
		6334FF940F9C14C0003C77A9 /* AIVerticallyCenteredTextCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIVerticallyCenteredTextCell.m; path = "Frameworks/AIUtilities Framework/Source/AIVerticallyCenteredTextCell.m"; sourceTree = "<group>"; };
catfish@1875
  4339
		6334FFA30F9C14C0003C77A9 /* AISendingTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISendingTextView.h; path = "Frameworks/AIUtilities Framework/Source/AISendingTextView.h"; sourceTree = "<group>"; };
catfish@1875
  4340
		6334FFA40F9C14C0003C77A9 /* AISendingTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISendingTextView.m; path = "Frameworks/AIUtilities Framework/Source/AISendingTextView.m"; sourceTree = "<group>"; };
catfish@1875
  4341
		6334FFA70F9C14C0003C77A9 /* AIAutoScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAutoScrollView.h; path = "Frameworks/AIUtilities Framework/Source/AIAutoScrollView.h"; sourceTree = "<group>"; };
catfish@1875
  4342
		6334FFA80F9C14C1003C77A9 /* AIAutoScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAutoScrollView.m; path = "Frameworks/AIUtilities Framework/Source/AIAutoScrollView.m"; sourceTree = "<group>"; };
catfish@1875
  4343
		6334FFAC0F9C14C1003C77A9 /* AIApplicationAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIApplicationAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIApplicationAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4344
		6334FFAD0F9C14C1003C77A9 /* AIApplicationAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIApplicationAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIApplicationAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4345
		6334FFAE0F9C14C1003C77A9 /* AIArrayAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIArrayAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIArrayAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4346
		6334FFAF0F9C14C1003C77A9 /* AIArrayAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIArrayAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIArrayAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4347
		6334FFB00F9C14C1003C77A9 /* AIAttributedStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAttributedStringAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIAttributedStringAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4348
		6334FFB10F9C14C1003C77A9 /* AIAttributedStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAttributedStringAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIAttributedStringAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4349
		6334FFB20F9C14C1003C77A9 /* AIBezierPathAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIBezierPathAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIBezierPathAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4350
		6334FFB30F9C14C1003C77A9 /* AIBezierPathAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIBezierPathAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIBezierPathAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4351
		6334FFB40F9C14C1003C77A9 /* AIBundleAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIBundleAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIBundleAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4352
		6334FFB50F9C14C1003C77A9 /* AIBundleAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIBundleAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIBundleAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4353
		6334FFB60F9C14C1003C77A9 /* AICharacterSetAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AICharacterSetAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AICharacterSetAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4354
		6334FFB70F9C14C1003C77A9 /* AICharacterSetAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICharacterSetAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AICharacterSetAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4355
		6334FFB80F9C14C1003C77A9 /* AIColorAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIColorAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIColorAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4356
		6334FFB90F9C14C1003C77A9 /* AIColorAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIColorAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIColorAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4357
		6334FFBA0F9C14C1003C77A9 /* AICursorAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AICursorAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AICursorAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4358
		6334FFBB0F9C14C1003C77A9 /* AICursorAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICursorAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AICursorAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4359
		6334FFBC0F9C14C1003C77A9 /* AIDataAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDataAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIDataAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4360
		6334FFBD0F9C14C1003C77A9 /* AIDataAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDataAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIDataAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4361
		6334FFBE0F9C14C1003C77A9 /* AIDateAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDateAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIDateAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4362
		6334FFBF0F9C14C1003C77A9 /* AIDateAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDateAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIDateAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4363
		6334FFC00F9C14C1003C77A9 /* AIDateFormatterAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDateFormatterAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIDateFormatterAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4364
		6334FFC10F9C14C1003C77A9 /* AIDateFormatterAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDateFormatterAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIDateFormatterAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4365
		6334FFC20F9C14C1003C77A9 /* AIDictionaryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDictionaryAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIDictionaryAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4366
		6334FFC30F9C14C1003C77A9 /* AIDictionaryAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDictionaryAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIDictionaryAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4367
		6334FFC40F9C14C1003C77A9 /* AIEventAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIEventAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIEventAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4368
		6334FFC50F9C14C1003C77A9 /* AIEventAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIEventAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIEventAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4369
		6334FFC60F9C14C1003C77A9 /* AIFileManagerAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFileManagerAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIFileManagerAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4370
		6334FFC70F9C14C1003C77A9 /* AIFileManagerAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFileManagerAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIFileManagerAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4371
		6334FFC80F9C14C1003C77A9 /* AIFontAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFontAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIFontAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4372
		6334FFC90F9C14C1003C77A9 /* AIFontAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFontAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIFontAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4373
		6334FFCA0F9C14C1003C77A9 /* AIFontManagerAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFontManagerAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIFontManagerAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4374
		6334FFCB0F9C14C1003C77A9 /* AIFontManagerAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFontManagerAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIFontManagerAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4375
		6334FFCC0F9C14C1003C77A9 /* AIImageAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIImageAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4376
		6334FFCD0F9C14C1003C77A9 /* AIImageAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIImageAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4377
		6334FFCE0F9C14C1003C77A9 /* AIImageDrawingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIImageDrawingAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIImageDrawingAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4378
		6334FFCF0F9C14C1003C77A9 /* AIImageDrawingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIImageDrawingAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIImageDrawingAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4379
		6334FFD00F9C14C1003C77A9 /* AIMenuAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMenuAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIMenuAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4380
		6334FFD10F9C14C1003C77A9 /* AIMenuAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMenuAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIMenuAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4381
		6334FFD20F9C14C1003C77A9 /* AIMutableStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIMutableStringAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIMutableStringAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4382
		6334FFD30F9C14C1003C77A9 /* AIMutableStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIMutableStringAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIMutableStringAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4383
		6334FFD40F9C14C1003C77A9 /* AIObjectAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIObjectAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIObjectAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4384
		6334FFD50F9C14C1003C77A9 /* AIObjectAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIObjectAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIObjectAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4385
		6334FFD60F9C14C1003C77A9 /* AIOutlineViewAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIOutlineViewAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIOutlineViewAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4386
		6334FFD70F9C14C1003C77A9 /* AIOutlineViewAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIOutlineViewAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIOutlineViewAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4387
		6334FFD80F9C14C1003C77A9 /* AIParagraphStyleAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIParagraphStyleAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIParagraphStyleAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4388
		6334FFD90F9C14C1003C77A9 /* AIParagraphStyleAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIParagraphStyleAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIParagraphStyleAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4389
		6334FFDA0F9C14C1003C77A9 /* AIPopUpButtonAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPopUpButtonAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIPopUpButtonAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4390
		6334FFDB0F9C14C1003C77A9 /* AIPopUpButtonAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPopUpButtonAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIPopUpButtonAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4391
		6334FFDC0F9C14C1003C77A9 /* AIScannerAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIScannerAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIScannerAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4392
		6334FFDD0F9C14C1003C77A9 /* AIScannerAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIScannerAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIScannerAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4393
		6334FFDE0F9C14C1003C77A9 /* AIScrollViewAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIScrollViewAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIScrollViewAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4394
		6334FFDF0F9C14C1003C77A9 /* AIScrollViewAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIScrollViewAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIScrollViewAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4395
		6334FFE00F9C14C1003C77A9 /* AIShadowAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIShadowAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIShadowAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4396
		6334FFE10F9C14C1003C77A9 /* AIShadowAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIShadowAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIShadowAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4397
		6334FFE20F9C14C1003C77A9 /* AIStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIStringAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AIStringAdditions.h"; sourceTree = "<group>"; };
catfish@1875
  4398
		6334FFE30F9C14C1003C77A9 /* AIStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIStringAdditions.m; path = "Frameworks/AIUtilities Framework/Source/AIStringAdditions.m"; sourceTree = "<group>"; };
catfish@1875
  4399
		6334FFE40F9C14C1003C77A9 /* AITableViewAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AITableViewAdditions.h; path = "Frameworks/AIUtilities Framework/Source/AITableViewAdditions.h"; sourceTree = "<group>";