1.1 --- a/Adium.xcodeproj/project.pbxproj Tue Sep 29 11:11:24 2009 -0400
1.2 +++ b/Adium.xcodeproj/project.pbxproj Wed Oct 28 10:44:02 2009 -0400
1.3 @@ -56,6 +56,7 @@
1.4 0CD3C3AD0C43C8CC003E637C /* NSWindowScriptingAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD3C3AB0C43C8CC003E637C /* NSWindowScriptingAdditions.m */; };
1.5 0CD41C710C2776550082F83B /* AICreateCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD41C6F0C2776550082F83B /* AICreateCommand.m */; };
1.6 0CFA98C90D35C18000A077C6 /* NSDataAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFA98C70D35C18000A077C6 /* NSDataAdditions.m */; };
1.7 + 11000D041098863B0096A1E2 /* AIDefaultFontRemovalPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 11000D031098863B0096A1E2 /* AIDefaultFontRemovalPlugin.m */; };
1.8 110763F608676CC9005987A5 /* RAFBlockEditorPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 110763F208676CC9005987A5 /* RAFBlockEditorPlugin.m */; };
1.9 110763F808676CC9005987A5 /* RAFBlockEditorWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 110763F408676CC9005987A5 /* RAFBlockEditorWindowController.m */; };
1.10 110763FA08676D05005987A5 /* BlockEditorWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 110763F908676D04005987A5 /* BlockEditorWindow.nib */; };
1.11 @@ -1797,6 +1798,8 @@
1.12 0CD41C6F0C2776550082F83B /* AICreateCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AICreateCommand.m; path = Source/AICreateCommand.m; sourceTree = "<group>"; };
1.13 0CFA98C60D35C18000A077C6 /* NSDataAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSDataAdditions.h; path = Source/NSDataAdditions.h; sourceTree = "<group>"; };
1.14 0CFA98C70D35C18000A077C6 /* NSDataAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSDataAdditions.m; path = Source/NSDataAdditions.m; sourceTree = "<group>"; };
1.15 + 11000D021098863B0096A1E2 /* AIDefaultFontRemovalPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDefaultFontRemovalPlugin.h; path = Source/AIDefaultFontRemovalPlugin.h; sourceTree = "<group>"; };
1.16 + 11000D031098863B0096A1E2 /* AIDefaultFontRemovalPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIDefaultFontRemovalPlugin.m; path = Source/AIDefaultFontRemovalPlugin.m; sourceTree = "<group>"; };
1.17 110763F108676CC9005987A5 /* RAFBlockEditorPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAFBlockEditorPlugin.h; path = Source/RAFBlockEditorPlugin.h; sourceTree = "<group>"; };
1.18 110763F208676CC9005987A5 /* RAFBlockEditorPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAFBlockEditorPlugin.m; path = Source/RAFBlockEditorPlugin.m; sourceTree = "<group>"; };
1.19 110763F308676CC9005987A5 /* RAFBlockEditorWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAFBlockEditorWindowController.h; path = Source/RAFBlockEditorWindowController.h; sourceTree = "<group>"; };
1.20 @@ -4908,6 +4911,15 @@
1.21 name = Localized;
1.22 sourceTree = "<group>";
1.23 };
1.24 + 11000CFE109886010096A1E2 /* Removal of Helvetica@12 */ = {
1.25 + isa = PBXGroup;
1.26 + children = (
1.27 + 11000D021098863B0096A1E2 /* AIDefaultFontRemovalPlugin.h */,
1.28 + 11000D031098863B0096A1E2 /* AIDefaultFontRemovalPlugin.m */,
1.29 + );
1.30 + name = "Removal of Helvetica@12";
1.31 + sourceTree = "<group>";
1.32 + };
1.33 111E89030F93FE3B00A5F18B /* IRC */ = {
1.34 isa = PBXGroup;
1.35 children = (
1.36 @@ -5906,6 +5918,7 @@
1.37 F1D0C631051AC2380000000E /* Message Alias Support */,
1.38 6E5A43DC0611604B0078C342 /* Message History */,
1.39 F569E38102CA876501A8010A /* Message Window Interface */,
1.40 + 11000CFE109886010096A1E2 /* Removal of Helvetica@12 */,
1.41 343022240AB4763D0082CF7C /* Removal of NULs in Messages */,
1.42 34A65AF606A5A0C400898470 /* Safari Link Toolbar Item */,
1.43 34DFF46607A5EAC800B92233 /* Secure Messaging */,
1.44 @@ -10580,6 +10593,7 @@
1.45 1197F6710FCF8D180032F19B /* AITwitterStatusFollowup.m in Sources */,
1.46 112939100FD5AE1400FA8F53 /* AIConfirmationsAdvancedPreferences.m in Sources */,
1.47 11D915720FFC100700B39713 /* AIGenericMultipartImageUploader.m in Sources */,
1.48 + 11000D041098863B0096A1E2 /* AIDefaultFontRemovalPlugin.m in Sources */,
1.49 );
1.50 runOnlyForDeploymentPostprocessing = 0;
1.51 };