1.1 --- a/Extras/GrowlMail/GrowlMail.xcodeproj/project.pbxproj Tue Apr 28 05:13:41 2009 -0700
1.2 +++ b/Extras/GrowlMail/GrowlMail.xcodeproj/project.pbxproj Sat Jun 06 21:30:17 2009 -0700
1.3 @@ -22,6 +22,7 @@
1.4 /* End PBXAggregateTarget section */
1.5
1.6 /* Begin PBXBuildFile section */
1.7 + 31D72A870FB6DE5800C29D55 /* GrowlMailNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D72A860FB6DE5800C29D55 /* GrowlMailNotifier.m */; };
1.8 4B2E729606B5776B00386BF2 /* Message.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2E729506B5776B00386BF2 /* Message.framework */; };
1.9 4B7E5EA806B6AC1700137892 /* GrowlMail.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B7E5EA306B6AC1700137892 /* GrowlMail.m */; };
1.10 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
1.11 @@ -183,6 +184,8 @@
1.12 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1.13 089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
1.14 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
1.15 + 31D72A850FB6DE5800C29D55 /* GrowlMailNotifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMailNotifier.h; sourceTree = "<group>"; };
1.16 + 31D72A860FB6DE5800C29D55 /* GrowlMailNotifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMailNotifier.m; sourceTree = "<group>"; };
1.17 34CD982C0C87C8AA0040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1.18 34CD982D0C87C8AA0040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
1.19 34CD98310C87C8C60040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
1.20 @@ -288,6 +291,8 @@
1.21 95BF5481072FB08000834811 /* Message+GrowlMail.m */,
1.22 4B7E5EA206B6AC1700137892 /* GrowlMail.h */,
1.23 4B7E5EA306B6AC1700137892 /* GrowlMail.m */,
1.24 + 31D72A850FB6DE5800C29D55 /* GrowlMailNotifier.h */,
1.25 + 31D72A860FB6DE5800C29D55 /* GrowlMailNotifier.m */,
1.26 );
1.27 name = Classes;
1.28 sourceTree = "<group>";
1.29 @@ -566,6 +571,7 @@
1.30 95BF5483072FB08000834811 /* Message+GrowlMail.m in Sources */,
1.31 9553469F0732BD4800D12875 /* GrowlMailPreferencesModule.m in Sources */,
1.32 955348600732F93600D12875 /* GrowlMailPreferences.m in Sources */,
1.33 + 31D72A870FB6DE5800C29D55 /* GrowlMailNotifier.m in Sources */,
1.34 );
1.35 runOnlyForDeploymentPostprocessing = 0;
1.36 };