Extras/GrowlMail/GrowlMail.xcodeproj/project.pbxproj
author Peter Hosey <hg@boredzo.org>
Sat Jun 06 21:30:17 2009 -0700 (2009-06-06)
changeset 4209 f8a902d33769
parent 4203 71b4299abbe9
child 4214 0d7cf6a69fde
permissions -rw-r--r--
Refactored GrowlMail to have a separate singleton notifier object, in order to make the mail-bundle class less dependent on being a singleton. (Assumptions are bad, especially when you're working with private/undocumented APIs.)
ingmarstein@2346
     1
// !$*UTF8*$!
ingmarstein@2346
     2
{
ingmarstein@2346
     3
	archiveVersion = 1;
ingmarstein@2346
     4
	classes = {
ingmarstein@2346
     5
	};
ingmarstein@2346
     6
	objectVersion = 42;
ingmarstein@2346
     7
	objects = {
ingmarstein@2346
     8
ingmarstein@2361
     9
/* Begin PBXAggregateTarget section */
ingmarstein@2361
    10
		95AE2770085C44B600271F5F /* External Frameworks */ = {
ingmarstein@2361
    11
			isa = PBXAggregateTarget;
ingmarstein@2361
    12
			buildConfigurationList = 95AE2781085C44FC00271F5F /* Build configuration list for PBXAggregateTarget "External Frameworks" */;
ingmarstein@2361
    13
			buildPhases = (
ingmarstein@2361
    14
				95AE2773085C44C500271F5F /* ShellScript */,
ingmarstein@2361
    15
			);
ingmarstein@2361
    16
			dependencies = (
ingmarstein@2421
    17
				9598A04C086F4C790014C386 /* PBXTargetDependency */,
ingmarstein@2361
    18
			);
ingmarstein@2361
    19
			name = "External Frameworks";
ingmarstein@2361
    20
			productName = "External Frameworks";
ingmarstein@2361
    21
		};
ingmarstein@2361
    22
/* End PBXAggregateTarget section */
ingmarstein@2361
    23
ingmarstein@2346
    24
/* Begin PBXBuildFile section */
hg@4209
    25
		31D72A870FB6DE5800C29D55 /* GrowlMailNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D72A860FB6DE5800C29D55 /* GrowlMailNotifier.m */; };
ingmarstein@2346
    26
		4B2E729606B5776B00386BF2 /* Message.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2E729506B5776B00386BF2 /* Message.framework */; };
ingmarstein@2346
    27
		4B7E5EA806B6AC1700137892 /* GrowlMail.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B7E5EA306B6AC1700137892 /* GrowlMail.m */; };
ingmarstein@2346
    28
		8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
ingmarstein@2346
    29
		8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; };
ingmarstein@2368
    30
		950743AA085E2A5A0067AD2B /* Growl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95AC1E9B08562FFB006241FD /* Growl.framework */; };
ingmarstein@2346
    31
		950A02480737CDD60075BDE4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 950A02470737CDD60075BDE4 /* Localizable.strings */; };
ingmarstein@2346
    32
		953EE18E082CC7420040C586 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 953EE18D082CC7420040C586 /* AddressBook.framework */; };
ingmarstein@2346
    33
		9550E7A5077A207E00436674 /* GrowlMail.png in Resources */ = {isa = PBXBuildFile; fileRef = 9550E79F077A207E00436674 /* GrowlMail.png */; };
ingmarstein@2346
    34
		9553469F0732BD4800D12875 /* GrowlMailPreferencesModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9553469D0732BD4800D12875 /* GrowlMailPreferencesModule.m */; };
ingmarstein@2346
    35
		955347EC0732C14400D12875 /* GrowlMailPreferencesPanel.nib in Resources */ = {isa = PBXBuildFile; fileRef = 955347EA0732C14400D12875 /* GrowlMailPreferencesPanel.nib */; };
ingmarstein@2346
    36
		955348600732F93600D12875 /* GrowlMailPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 9553485E0732F93600D12875 /* GrowlMailPreferences.m */; };
ingmarstein@2346
    37
		95BF5483072FB08000834811 /* Message+GrowlMail.m in Sources */ = {isa = PBXBuildFile; fileRef = 95BF5481072FB08000834811 /* Message+GrowlMail.m */; };
ingmarstein@2346
    38
/* End PBXBuildFile section */
ingmarstein@2346
    39
ingmarstein@2361
    40
/* Begin PBXContainerItemProxy section */
evands@3719
    41
		347930E20C85E3EC007ADCAA /* PBXContainerItemProxy */ = {
evands@3719
    42
			isa = PBXContainerItemProxy;
evands@3719
    43
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
evands@3719
    44
			proxyType = 2;
evands@3737
    45
			remoteGlobalIDString = 34725B0F0C0678A000499F50;
evands@3719
    46
			remoteInfo = Growl.dylib;
evands@3719
    47
		};
ingmarstein@2421
    48
		9598A04B086F4C790014C386 /* PBXContainerItemProxy */ = {
ingmarstein@2421
    49
			isa = PBXContainerItemProxy;
ingmarstein@2421
    50
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2421
    51
			proxyType = 1;
ingmarstein@2989
    52
			remoteGlobalIDString = 34F60EAA078E1CD500CECA86;
ingmarstein@2421
    53
			remoteInfo = Growl.framework;
ingmarstein@2421
    54
		};
ingmarstein@2987
    55
		95AD1E5B0970955A00D6E4BA /* PBXContainerItemProxy */ = {
ingmarstein@2987
    56
			isa = PBXContainerItemProxy;
ingmarstein@2987
    57
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2987
    58
			proxyType = 2;
ingmarstein@2989
    59
			remoteGlobalIDString = 93BC379E095A662B0002B365;
ingmarstein@2987
    60
			remoteInfo = Nano;
ingmarstein@2987
    61
		};
ingmarstein@2361
    62
		95AE2752085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
    63
			isa = PBXContainerItemProxy;
ingmarstein@2361
    64
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
    65
			proxyType = 2;
ingmarstein@2361
    66
			remoteGlobalIDString = 8D202CF80486D31800D8A456;
ingmarstein@2361
    67
			remoteInfo = Growl;
ingmarstein@2361
    68
		};
ingmarstein@2361
    69
		95AE2756085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
    70
			isa = PBXContainerItemProxy;
ingmarstein@2361
    71
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
    72
			proxyType = 2;
ingmarstein@2361
    73
			remoteGlobalIDString = CB61E5180637763C00E0DDC7;
ingmarstein@2361
    74
			remoteInfo = GrowlHelperApp;
ingmarstein@2361
    75
		};
ingmarstein@2361
    76
		95AE2758085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
    77
			isa = PBXContainerItemProxy;
ingmarstein@2361
    78
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
    79
			proxyType = 2;
ingmarstein@2361
    80
			remoteGlobalIDString = 95075AB00817F5DB00D862A5;
ingmarstein@2361
    81
			remoteInfo = GrowlMenu;
ingmarstein@2361
    82
		};
ingmarstein@2361
    83
		95AE275A085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
    84
			isa = PBXContainerItemProxy;
ingmarstein@2361
    85
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
    86
			proxyType = 2;
ingmarstein@2361
    87
			remoteGlobalIDString = 34F60EAB078E1CD500CECA86;
ingmarstein@2361
    88
			remoteInfo = Growl.framework;
ingmarstein@2361
    89
		};
ingmarstein@2361
    90
		95AE275C085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
    91
			isa = PBXContainerItemProxy;
ingmarstein@2361
    92
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
    93
			proxyType = 2;
ingmarstein@2361
    94
			remoteGlobalIDString = 34F60EF9078E226300CECA86;
ingmarstein@2361
    95
			remoteInfo = "Growl-WithInstaller.framework";
ingmarstein@2361
    96
		};
ingmarstein@2361
    97
		95AE275E085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
    98
			isa = PBXContainerItemProxy;
ingmarstein@2361
    99
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   100
			proxyType = 2;
ingmarstein@2361
   101
			remoteGlobalIDString = 0AB508B10767C87B006EA5CB;
ingmarstein@2361
   102
			remoteInfo = Speech;
ingmarstein@2361
   103
		};
ingmarstein@2361
   104
		95AE2760085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
   105
			isa = PBXContainerItemProxy;
ingmarstein@2361
   106
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   107
			proxyType = 2;
ingmarstein@2361
   108
			remoteGlobalIDString = 95FC347907E0458E00BD8674;
ingmarstein@2361
   109
			remoteInfo = Brushed;
ingmarstein@2361
   110
		};
ingmarstein@2361
   111
		95AE2762085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
   112
			isa = PBXContainerItemProxy;
ingmarstein@2361
   113
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   114
			proxyType = 2;
ingmarstein@2361
   115
			remoteGlobalIDString = 0AB508AE0767C87B006EA5CB;
ingmarstein@2361
   116
			remoteInfo = Bubbles;
ingmarstein@2361
   117
		};
ingmarstein@2361
   118
		95AE2764085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
   119
			isa = PBXContainerItemProxy;
ingmarstein@2361
   120
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   121
			proxyType = 2;
ingmarstein@2361
   122
			remoteGlobalIDString = 0AB508B40767C87B006EA5CB;
ingmarstein@2361
   123
			remoteInfo = Bezel;
ingmarstein@2361
   124
		};
ingmarstein@2361
   125
		95AE2766085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
   126
			isa = PBXContainerItemProxy;
ingmarstein@2361
   127
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   128
			proxyType = 2;
ingmarstein@2361
   129
			remoteGlobalIDString = 0AB508AF0767C87B006EA5CB;
ingmarstein@2361
   130
			remoteInfo = Smoke;
ingmarstein@2361
   131
		};
ingmarstein@2361
   132
		95AE2768085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
   133
			isa = PBXContainerItemProxy;
ingmarstein@2361
   134
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   135
			proxyType = 2;
ingmarstein@2361
   136
			remoteGlobalIDString = 0AB508B00767C87B006EA5CB;
ingmarstein@2361
   137
			remoteInfo = MailMe;
ingmarstein@2361
   138
		};
ingmarstein@2361
   139
		95AE276A085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
   140
			isa = PBXContainerItemProxy;
ingmarstein@2361
   141
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   142
			proxyType = 2;
ingmarstein@2361
   143
			remoteGlobalIDString = 0AB508B30767C87B006EA5CB;
ingmarstein@2361
   144
			remoteInfo = MusicVideo;
ingmarstein@2361
   145
		};
ingmarstein@2361
   146
		95AE276C085C44A600271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
   147
			isa = PBXContainerItemProxy;
ingmarstein@2361
   148
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   149
			proxyType = 2;
ingmarstein@2361
   150
			remoteGlobalIDString = DD4939CC084BACA700D1CCCB;
ingmarstein@2361
   151
			remoteInfo = SMS;
ingmarstein@2361
   152
		};
ingmarstein@2361
   153
		95AE277B085C44E700271F5F /* PBXContainerItemProxy */ = {
ingmarstein@2361
   154
			isa = PBXContainerItemProxy;
ingmarstein@2361
   155
			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
ingmarstein@2361
   156
			proxyType = 1;
ingmarstein@2361
   157
			remoteGlobalIDString = 95AE2770085C44B600271F5F;
ingmarstein@2361
   158
			remoteInfo = "External Frameworks";
ingmarstein@2361
   159
		};
ingmarstein@3264
   160
		95EB3FF50AF37EAC00035504 /* PBXContainerItemProxy */ = {
ingmarstein@3264
   161
			isa = PBXContainerItemProxy;
ingmarstein@3264
   162
			containerPortal = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@3264
   163
			proxyType = 2;
ingmarstein@3264
   164
			remoteGlobalIDString = E14410EF0A94072E0063C4DC;
ingmarstein@3264
   165
			remoteInfo = iCal;
ingmarstein@3264
   166
		};
ingmarstein@2361
   167
/* End PBXContainerItemProxy section */
ingmarstein@2361
   168
ingmarstein@2346
   169
/* Begin PBXCopyFilesBuildPhase section */
ingmarstein@2346
   170
		07944BBB07C3C540002D0BAF /* CopyFiles */ = {
ingmarstein@2346
   171
			isa = PBXCopyFilesBuildPhase;
ingmarstein@2346
   172
			buildActionMask = 2147483647;
ingmarstein@2346
   173
			dstPath = "";
ingmarstein@2346
   174
			dstSubfolderSpec = 10;
ingmarstein@2346
   175
			files = (
ingmarstein@2368
   176
				950743AA085E2A5A0067AD2B /* Growl.framework in CopyFiles */,
ingmarstein@2346
   177
			);
ingmarstein@2346
   178
			runOnlyForDeploymentPostprocessing = 0;
ingmarstein@2346
   179
		};
ingmarstein@2346
   180
/* End PBXCopyFilesBuildPhase section */
ingmarstein@2346
   181
ingmarstein@2346
   182
/* Begin PBXFileReference section */
ingmarstein@2346
   183
		089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
ingmarstein@2346
   184
		089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
ingmarstein@2346
   185
		089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
ingmarstein@2346
   186
		1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
hg@4209
   187
		31D72A850FB6DE5800C29D55 /* GrowlMailNotifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMailNotifier.h; sourceTree = "<group>"; };
hg@4209
   188
		31D72A860FB6DE5800C29D55 /* GrowlMailNotifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMailNotifier.m; sourceTree = "<group>"; };
evands@3924
   189
		34CD982C0C87C8AA0040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
boredzo@4053
   190
		34CD982D0C87C8AA0040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
evands@3924
   191
		34CD98310C87C8C60040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
evands@3924
   192
		34CD98AD0C87CA370040C77F /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = nl.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
evands@3924
   193
		34CD98AE0C87CA370040C77F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
boredzo@4053
   194
		34CD98AF0C87CA370040C77F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
evands@3737
   195
		34CD98B00C87CA590040C77F /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = pt_BR.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
evands@3737
   196
		34CD98B10C87CA590040C77F /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/InfoPlist.strings; sourceTree = "<group>"; };
boredzo@4053
   197
		34CD98B20C87CA590040C77F /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/Localizable.strings; sourceTree = "<group>"; };
evands@3924
   198
		34CF44E20C8D7E1100A2EFA4 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = ru.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
evands@3924
   199
		34CF44E30C8D7E1100A2EFA4 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
evands@3924
   200
		34CF44E40C8D7E1100A2EFA4 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
ingmarstein@2346
   201
		4B2E729506B5776B00386BF2 /* Message.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Message.framework; path = /System/Library/Frameworks/Message.framework; sourceTree = "<absolute>"; };
Peter@4203
   202
		4B7E5EA206B6AC1700137892 /* GrowlMail.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMail.h; sourceTree = "<group>"; };
Peter@4203
   203
		4B7E5EA306B6AC1700137892 /* GrowlMail.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMail.m; sourceTree = "<group>"; };
ingmarstein@2346
   204
		4BF8974D06B6A7EF00C30E88 /* MailHeaders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MailHeaders.h; sourceTree = "<group>"; };
ingmarstein@2346
   205
		8D5B49B6048680CD000E48DA /* GrowlMail.mailbundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GrowlMail.mailbundle; sourceTree = BUILT_PRODUCTS_DIR; };
Peter@4169
   206
		8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
ingmarstein@2346
   207
		950A023B0737CBDB0075BDE4 /* English */ = {isa = PBXFileReference; explicitFileType = text.xml; fileEncoding = 4; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
evands@3924
   208
		950A02490737CDDA0075BDE4 /* de */ = {isa = PBXFileReference; explicitFileType = text.xml; fileEncoding = 4; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
evands@3924
   209
		950DAC0E0737AF630096F066 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = de.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
evands@3924
   210
		950DAC1A0737B0550096F066 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
evands@3924
   211
		9528EFE607F5A60600061D90 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
ingmarstein@2346
   212
		953EE18D082CC7420040C586 /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = /System/Library/Frameworks/AddressBook.framework; sourceTree = "<absolute>"; };
ingmarstein@2346
   213
		9550E79F077A207E00436674 /* GrowlMail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = GrowlMail.png; sourceTree = "<group>"; };
ingmarstein@2346
   214
		9553469C0732BD4800D12875 /* GrowlMailPreferencesModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMailPreferencesModule.h; sourceTree = "<group>"; };
ingmarstein@2346
   215
		9553469D0732BD4800D12875 /* GrowlMailPreferencesModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMailPreferencesModule.m; sourceTree = "<group>"; };
ingmarstein@2346
   216
		955347DE0732BFE200D12875 /* NSPreferencesModule.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NSPreferencesModule.h; sourceTree = "<group>"; };
ingmarstein@2346
   217
		955347EB0732C14400D12875 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
ingmarstein@2346
   218
		9553485D0732F93600D12875 /* GrowlMailPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMailPreferences.h; sourceTree = "<group>"; };
ingmarstein@2346
   219
		9553485E0732F93600D12875 /* GrowlMailPreferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMailPreferences.m; sourceTree = "<group>"; };
ingmarstein@2346
   220
		955348660732FA2500D12875 /* NSPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSPreferences.h; sourceTree = "<group>"; };
evands@3924
   221
		9556E69907F4354600D42745 /* ja */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
evands@3924
   222
		955A4E23086175AD009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
evands@3924
   223
		955A4E24086175B6009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
evands@3924
   224
		955A4E25086175BE009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
ingmarstein@2346
   225
		9594E8DF07A18C5600EC79BF /* GrowlMail_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GrowlMail_Prefix.pch; sourceTree = "<group>"; };
ingmarstein@2361
   226
		95AC1E9B08562FFB006241FD /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Growl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
ingmarstein@2361
   227
		95AE2740085C44A600271F5F /* Growl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Growl.xcodeproj; path = ../../Growl.xcodeproj; sourceTree = SOURCE_ROOT; };
ingmarstein@2346
   228
		95B00A55084689C4004A8623 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/GrowlMailPreferencesPanel.nib; sourceTree = "<group>"; };
ingmarstein@2346
   229
		95B00A56084689D0004A8623 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = zh_CN; path = zh_CN.lproj/Localizable.strings; sourceTree = "<group>"; };
ingmarstein@2346
   230
		95BF5480072FB08000834811 /* Message+GrowlMail.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Message+GrowlMail.h"; sourceTree = "<group>"; };
ingmarstein@2346
   231
		95BF5481072FB08000834811 /* Message+GrowlMail.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Message+GrowlMail.m"; sourceTree = "<group>"; };
ingmarstein@2346
   232
/* End PBXFileReference section */
ingmarstein@2346
   233
ingmarstein@2346
   234
/* Begin PBXFrameworksBuildPhase section */
ingmarstein@2346
   235
		8D5B49B3048680CD000E48DA /* Frameworks */ = {
ingmarstein@2346
   236
			isa = PBXFrameworksBuildPhase;
ingmarstein@2346
   237
			buildActionMask = 2147483647;
ingmarstein@2346
   238
			files = (
ingmarstein@2346
   239
				8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */,
ingmarstein@2346
   240
				4B2E729606B5776B00386BF2 /* Message.framework in Frameworks */,
ingmarstein@2346
   241
				953EE18E082CC7420040C586 /* AddressBook.framework in Frameworks */,
ingmarstein@2346
   242
			);
ingmarstein@2346
   243
			runOnlyForDeploymentPostprocessing = 0;
ingmarstein@2346
   244
		};
ingmarstein@2346
   245
/* End PBXFrameworksBuildPhase section */
ingmarstein@2346
   246
ingmarstein@2346
   247
/* Begin PBXGroup section */
ingmarstein@2346
   248
		089C166AFE841209C02AAC07 /* MailGrowl */ = {
ingmarstein@2346
   249
			isa = PBXGroup;
ingmarstein@2346
   250
			children = (
ingmarstein@2361
   251
				95AE2740085C44A600271F5F /* Growl.xcodeproj */,
ingmarstein@2346
   252
				955347E10732BFEF00D12875 /* PrivateHeaders */,
ingmarstein@2346
   253
				08FB77AFFE84173DC02AAC07 /* Classes */,
ingmarstein@2346
   254
				089C167CFE841241C02AAC07 /* Resources */,
ingmarstein@2346
   255
				089C1671FE841209C02AAC07 /* Frameworks and Libraries */,
ingmarstein@2346
   256
				19C28FB8FE9D52D311CA2CBB /* Products */,
ingmarstein@2346
   257
			);
ingmarstein@2346
   258
			name = MailGrowl;
ingmarstein@2346
   259
			sourceTree = "<group>";
ingmarstein@2346
   260
		};
ingmarstein@2346
   261
		089C1671FE841209C02AAC07 /* Frameworks and Libraries */ = {
ingmarstein@2346
   262
			isa = PBXGroup;
ingmarstein@2346
   263
			children = (
ingmarstein@2346
   264
				1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */,
ingmarstein@2346
   265
				1058C7AEFEA557BF11CA2CBB /* Other Frameworks */,
ingmarstein@2346
   266
			);
ingmarstein@2346
   267
			name = "Frameworks and Libraries";
ingmarstein@2346
   268
			sourceTree = "<group>";
ingmarstein@2346
   269
		};
ingmarstein@2346
   270
		089C167CFE841241C02AAC07 /* Resources */ = {
ingmarstein@2346
   271
			isa = PBXGroup;
ingmarstein@2346
   272
			children = (
ingmarstein@2346
   273
				9594E8DF07A18C5600EC79BF /* GrowlMail_Prefix.pch */,
ingmarstein@2346
   274
				9550E79F077A207E00436674 /* GrowlMail.png */,
ingmarstein@2346
   275
				950A02470737CDD60075BDE4 /* Localizable.strings */,
ingmarstein@2346
   276
				955347EA0732C14400D12875 /* GrowlMailPreferencesPanel.nib */,
ingmarstein@2346
   277
				8D5B49B7048680CD000E48DA /* Info.plist */,
ingmarstein@2346
   278
				089C167DFE841241C02AAC07 /* InfoPlist.strings */,
ingmarstein@2346
   279
			);
ingmarstein@2346
   280
			name = Resources;
ingmarstein@2346
   281
			sourceTree = "<group>";
ingmarstein@2346
   282
		};
ingmarstein@2346
   283
		08FB77AFFE84173DC02AAC07 /* Classes */ = {
ingmarstein@2346
   284
			isa = PBXGroup;
ingmarstein@2346
   285
			children = (
ingmarstein@2346
   286
				9553485D0732F93600D12875 /* GrowlMailPreferences.h */,
ingmarstein@2346
   287
				9553485E0732F93600D12875 /* GrowlMailPreferences.m */,
ingmarstein@2346
   288
				9553469C0732BD4800D12875 /* GrowlMailPreferencesModule.h */,
ingmarstein@2346
   289
				9553469D0732BD4800D12875 /* GrowlMailPreferencesModule.m */,
ingmarstein@2346
   290
				95BF5480072FB08000834811 /* Message+GrowlMail.h */,
ingmarstein@2346
   291
				95BF5481072FB08000834811 /* Message+GrowlMail.m */,
ingmarstein@2346
   292
				4B7E5EA206B6AC1700137892 /* GrowlMail.h */,
ingmarstein@2346
   293
				4B7E5EA306B6AC1700137892 /* GrowlMail.m */,
hg@4209
   294
				31D72A850FB6DE5800C29D55 /* GrowlMailNotifier.h */,
hg@4209
   295
				31D72A860FB6DE5800C29D55 /* GrowlMailNotifier.m */,
ingmarstein@2346
   296
			);
ingmarstein@2346
   297
			name = Classes;
ingmarstein@2346
   298
			sourceTree = "<group>";
ingmarstein@2346
   299
		};
ingmarstein@2346
   300
		1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */ = {
ingmarstein@2346
   301
			isa = PBXGroup;
ingmarstein@2346
   302
			children = (
ingmarstein@2346
   303
				953EE18D082CC7420040C586 /* AddressBook.framework */,
ingmarstein@2346
   304
				4B2E729506B5776B00386BF2 /* Message.framework */,
ingmarstein@2346
   305
				1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */,
ingmarstein@2346
   306
			);
ingmarstein@2346
   307
			name = "Linked Frameworks";
ingmarstein@2346
   308
			sourceTree = "<group>";
ingmarstein@2346
   309
		};
ingmarstein@2346
   310
		1058C7AEFEA557BF11CA2CBB /* Other Frameworks */ = {
ingmarstein@2346
   311
			isa = PBXGroup;
ingmarstein@2346
   312
			children = (
ingmarstein@2348
   313
				95AC1E9B08562FFB006241FD /* Growl.framework */,
ingmarstein@2346
   314
				089C1672FE841209C02AAC07 /* Foundation.framework */,
ingmarstein@2346
   315
				089C167FFE841241C02AAC07 /* AppKit.framework */,
ingmarstein@2346
   316
			);
ingmarstein@2346
   317
			name = "Other Frameworks";
ingmarstein@2346
   318
			sourceTree = "<group>";
ingmarstein@2346
   319
		};
ingmarstein@2346
   320
		19C28FB8FE9D52D311CA2CBB /* Products */ = {
ingmarstein@2346
   321
			isa = PBXGroup;
ingmarstein@2346
   322
			children = (
ingmarstein@2346
   323
				8D5B49B6048680CD000E48DA /* GrowlMail.mailbundle */,
ingmarstein@2346
   324
			);
ingmarstein@2346
   325
			name = Products;
ingmarstein@2346
   326
			sourceTree = "<group>";
ingmarstein@2346
   327
		};
ingmarstein@2346
   328
		955347E10732BFEF00D12875 /* PrivateHeaders */ = {
ingmarstein@2346
   329
			isa = PBXGroup;
ingmarstein@2346
   330
			children = (
ingmarstein@2346
   331
				955348660732FA2500D12875 /* NSPreferences.h */,
ingmarstein@2346
   332
				4BF8974D06B6A7EF00C30E88 /* MailHeaders.h */,
ingmarstein@2346
   333
				955347DE0732BFE200D12875 /* NSPreferencesModule.h */,
ingmarstein@2346
   334
			);
ingmarstein@2346
   335
			name = PrivateHeaders;
ingmarstein@2346
   336
			sourceTree = "<group>";
ingmarstein@2346
   337
		};
ingmarstein@2361
   338
		95AE2741085C44A600271F5F /* Products */ = {
ingmarstein@2361
   339
			isa = PBXGroup;
ingmarstein@2361
   340
			children = (
ingmarstein@2361
   341
				95AE2753085C44A600271F5F /* Growl.prefPane */,
ingmarstein@2361
   342
				95AE2757085C44A600271F5F /* GrowlHelperApp.app */,
ingmarstein@2361
   343
				95AE2759085C44A600271F5F /* GrowlMenu.app */,
ingmarstein@2987
   344
				95AE275B085C44A600271F5F /* Growl.framework */,
evands@4001
   345
				347930E30C85E3EC007ADCAA /* Growl.dylib */,
ingmarstein@2987
   346
				95AE275D085C44A600271F5F /* Growl-WithInstaller.framework */,
ingmarstein@2361
   347
				95AE275F085C44A600271F5F /* Speech.growlView */,
ingmarstein@2361
   348
				95AE2761085C44A600271F5F /* Brushed.growlView */,
ingmarstein@2361
   349
				95AE2763085C44A600271F5F /* Bubbles.growlView */,
ingmarstein@3264
   350
				95EB3FF60AF37EAC00035504 /* iCal.growlView */,
ingmarstein@2361
   351
				95AE2765085C44A600271F5F /* Bezel.growlView */,
ingmarstein@2361
   352
				95AE2767085C44A600271F5F /* Smoke.growlView */,
ingmarstein@2987
   353
				95AD1E5C0970955A00D6E4BA /* Nano.growlView */,
ingmarstein@2361
   354
				95AE2769085C44A600271F5F /* MailMe.growlView */,
ingmarstein@2361
   355
				95AE276B085C44A600271F5F /* MusicVideo.growlView */,
evands@3719
   356
				95AE276D085C44A600271F5F /* SMS.growlView */,
ingmarstein@2361
   357
			);
ingmarstein@2361
   358
			name = Products;
ingmarstein@2361
   359
			sourceTree = "<group>";
ingmarstein@2361
   360
		};
ingmarstein@2346
   361
/* End PBXGroup section */
ingmarstein@2346
   362
ingmarstein@2346
   363
/* Begin PBXNativeTarget section */
ingmarstein@2346
   364
		8D5B49AC048680CD000E48DA /* GrowlMail */ = {
ingmarstein@2346
   365
			isa = PBXNativeTarget;
ingmarstein@2346
   366
			buildConfigurationList = 95E4A35E0855C16F006B3F45 /* Build configuration list for PBXNativeTarget "GrowlMail" */;
ingmarstein@2346
   367
			buildPhases = (
ingmarstein@2346
   368
				8D5B49AF048680CD000E48DA /* Resources */,
ingmarstein@2346
   369
				07944BBB07C3C540002D0BAF /* CopyFiles */,
ingmarstein@2346
   370
				8D5B49B1048680CD000E48DA /* Sources */,
ingmarstein@2346
   371
				8D5B49B3048680CD000E48DA /* Frameworks */,
ingmarstein@2346
   372
			);
ingmarstein@2346
   373
			buildRules = (
ingmarstein@2346
   374
			);
ingmarstein@2346
   375
			dependencies = (
ingmarstein@2361
   376
				95AE277C085C44E700271F5F /* PBXTargetDependency */,
ingmarstein@2346
   377
			);
ingmarstein@2346
   378
			name = GrowlMail;
ingmarstein@2346
   379
			productInstallPath = "$(HOME)/Library/Bundles";
ingmarstein@2346
   380
			productName = MailGrowl;
ingmarstein@2346
   381
			productReference = 8D5B49B6048680CD000E48DA /* GrowlMail.mailbundle */;
ingmarstein@2346
   382
			productType = "com.apple.product-type.bundle";
ingmarstein@2346
   383
		};
ingmarstein@2346
   384
/* End PBXNativeTarget section */
ingmarstein@2346
   385
ingmarstein@2346
   386
/* Begin PBXProject section */
ingmarstein@2346
   387
		089C1669FE841209C02AAC07 /* Project object */ = {
ingmarstein@2346
   388
			isa = PBXProject;
ingmarstein@2346
   389
			buildConfigurationList = 95E4A3630855C16F006B3F45 /* Build configuration list for PBXProject "GrowlMail" */;
ingmarstein@3191
   390
			compatibilityVersion = "Xcode 2.4";
ingmarstein@2346
   391
			hasScannedForEncodings = 1;
ingmarstein@2346
   392
			knownRegions = (
ingmarstein@2346
   393
				English,
evands@3924
   394
				ja,
evands@3924
   395
				fr,
evands@3924
   396
				de,
ingmarstein@2346
   397
				zh_CN,
evands@3719
   398
				nl,
evands@3924
   399
				sv,
evands@3924
   400
				nl,
evands@3737
   401
				pt_BR,
evands@3924
   402
				ru,
ingmarstein@2346
   403
			);
ingmarstein@2346
   404
			mainGroup = 089C166AFE841209C02AAC07 /* MailGrowl */;
ingmarstein@2346
   405
			projectDirPath = "";
ingmarstein@2361
   406
			projectReferences = (
ingmarstein@2361
   407
				{
ingmarstein@2361
   408
					ProductGroup = 95AE2741085C44A600271F5F /* Products */;
ingmarstein@2361
   409
					ProjectRef = 95AE2740085C44A600271F5F /* Growl.xcodeproj */;
ingmarstein@2361
   410
				},
ingmarstein@2361
   411
			);
ingmarstein@3191
   412
			projectRoot = "";
ingmarstein@2346
   413
			targets = (
ingmarstein@2346
   414
				8D5B49AC048680CD000E48DA /* GrowlMail */,
ingmarstein@2361
   415
				95AE2770085C44B600271F5F /* External Frameworks */,
ingmarstein@2346
   416
			);
ingmarstein@2346
   417
		};
ingmarstein@2346
   418
/* End PBXProject section */
ingmarstein@2346
   419
ingmarstein@2361
   420
/* Begin PBXReferenceProxy section */
evands@4001
   421
		347930E30C85E3EC007ADCAA /* Growl.dylib */ = {
evands@3719
   422
			isa = PBXReferenceProxy;
evands@3719
   423
			fileType = "compiled.mach-o.dylib";
evands@4001
   424
			path = Growl.dylib;
evands@3719
   425
			remoteRef = 347930E20C85E3EC007ADCAA /* PBXContainerItemProxy */;
evands@3719
   426
			sourceTree = BUILT_PRODUCTS_DIR;
evands@3719
   427
		};
ingmarstein@2987
   428
		95AD1E5C0970955A00D6E4BA /* Nano.growlView */ = {
ingmarstein@2987
   429
			isa = PBXReferenceProxy;
ingmarstein@2987
   430
			fileType = wrapper.cfbundle;
ingmarstein@2987
   431
			path = Nano.growlView;
ingmarstein@2987
   432
			remoteRef = 95AD1E5B0970955A00D6E4BA /* PBXContainerItemProxy */;
ingmarstein@2987
   433
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2987
   434
		};
ingmarstein@2361
   435
		95AE2753085C44A600271F5F /* Growl.prefPane */ = {
ingmarstein@2361
   436
			isa = PBXReferenceProxy;
ingmarstein@2361
   437
			fileType = wrapper.cfbundle;
ingmarstein@2361
   438
			path = Growl.prefPane;
ingmarstein@2361
   439
			remoteRef = 95AE2752085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   440
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   441
		};
ingmarstein@2361
   442
		95AE2757085C44A600271F5F /* GrowlHelperApp.app */ = {
ingmarstein@2361
   443
			isa = PBXReferenceProxy;
ingmarstein@2361
   444
			fileType = wrapper.application;
ingmarstein@2361
   445
			path = GrowlHelperApp.app;
ingmarstein@2361
   446
			remoteRef = 95AE2756085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   447
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   448
		};
ingmarstein@2361
   449
		95AE2759085C44A600271F5F /* GrowlMenu.app */ = {
ingmarstein@2361
   450
			isa = PBXReferenceProxy;
ingmarstein@2361
   451
			fileType = wrapper.application;
ingmarstein@2361
   452
			path = GrowlMenu.app;
ingmarstein@2361
   453
			remoteRef = 95AE2758085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   454
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   455
		};
ingmarstein@2987
   456
		95AE275B085C44A600271F5F /* Growl.framework */ = {
ingmarstein@2361
   457
			isa = PBXReferenceProxy;
ingmarstein@2361
   458
			fileType = wrapper.framework;
ingmarstein@2987
   459
			path = Growl.framework;
ingmarstein@2361
   460
			remoteRef = 95AE275A085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   461
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   462
		};
ingmarstein@2987
   463
		95AE275D085C44A600271F5F /* Growl-WithInstaller.framework */ = {
ingmarstein@2361
   464
			isa = PBXReferenceProxy;
ingmarstein@2361
   465
			fileType = wrapper.framework;
ingmarstein@2987
   466
			path = "Growl-WithInstaller.framework";
ingmarstein@2361
   467
			remoteRef = 95AE275C085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   468
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   469
		};
ingmarstein@2361
   470
		95AE275F085C44A600271F5F /* Speech.growlView */ = {
ingmarstein@2361
   471
			isa = PBXReferenceProxy;
ingmarstein@2361
   472
			fileType = wrapper.cfbundle;
ingmarstein@2361
   473
			path = Speech.growlView;
ingmarstein@2361
   474
			remoteRef = 95AE275E085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   475
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   476
		};
ingmarstein@2361
   477
		95AE2761085C44A600271F5F /* Brushed.growlView */ = {
ingmarstein@2361
   478
			isa = PBXReferenceProxy;
ingmarstein@2361
   479
			fileType = wrapper.cfbundle;
ingmarstein@2361
   480
			path = Brushed.growlView;
ingmarstein@2361
   481
			remoteRef = 95AE2760085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   482
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   483
		};
ingmarstein@2361
   484
		95AE2763085C44A600271F5F /* Bubbles.growlView */ = {
ingmarstein@2361
   485
			isa = PBXReferenceProxy;
ingmarstein@2361
   486
			fileType = wrapper.cfbundle;
ingmarstein@2361
   487
			path = Bubbles.growlView;
ingmarstein@2361
   488
			remoteRef = 95AE2762085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   489
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   490
		};
ingmarstein@2361
   491
		95AE2765085C44A600271F5F /* Bezel.growlView */ = {
ingmarstein@2361
   492
			isa = PBXReferenceProxy;
ingmarstein@2361
   493
			fileType = wrapper.cfbundle;
ingmarstein@2361
   494
			path = Bezel.growlView;
ingmarstein@2361
   495
			remoteRef = 95AE2764085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   496
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   497
		};
ingmarstein@2361
   498
		95AE2767085C44A600271F5F /* Smoke.growlView */ = {
ingmarstein@2361
   499
			isa = PBXReferenceProxy;
ingmarstein@2361
   500
			fileType = wrapper.cfbundle;
ingmarstein@2361
   501
			path = Smoke.growlView;
ingmarstein@2361
   502
			remoteRef = 95AE2766085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   503
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   504
		};
ingmarstein@2361
   505
		95AE2769085C44A600271F5F /* MailMe.growlView */ = {
ingmarstein@2361
   506
			isa = PBXReferenceProxy;
ingmarstein@2361
   507
			fileType = wrapper.cfbundle;
ingmarstein@2361
   508
			path = MailMe.growlView;
ingmarstein@2361
   509
			remoteRef = 95AE2768085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   510
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   511
		};
ingmarstein@2361
   512
		95AE276B085C44A600271F5F /* MusicVideo.growlView */ = {
ingmarstein@2361
   513
			isa = PBXReferenceProxy;
ingmarstein@2361
   514
			fileType = wrapper.cfbundle;
ingmarstein@2361
   515
			path = MusicVideo.growlView;
ingmarstein@2361
   516
			remoteRef = 95AE276A085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   517
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   518
		};
evands@3719
   519
		95AE276D085C44A600271F5F /* SMS.growlView */ = {
evands@3719
   520
			isa = PBXReferenceProxy;
evands@3719
   521
			fileType = wrapper.cfbundle;
evands@3719
   522
			path = SMS.growlView;
ingmarstein@2361
   523
			remoteRef = 95AE276C085C44A600271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   524
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@2361
   525
		};
ingmarstein@3264
   526
		95EB3FF60AF37EAC00035504 /* iCal.growlView */ = {
ingmarstein@3264
   527
			isa = PBXReferenceProxy;
ingmarstein@3264
   528
			fileType = wrapper.cfbundle;
ingmarstein@3264
   529
			path = iCal.growlView;
ingmarstein@3264
   530
			remoteRef = 95EB3FF50AF37EAC00035504 /* PBXContainerItemProxy */;
ingmarstein@3264
   531
			sourceTree = BUILT_PRODUCTS_DIR;
ingmarstein@3264
   532
		};
ingmarstein@2361
   533
/* End PBXReferenceProxy section */
ingmarstein@2361
   534
ingmarstein@2346
   535
/* Begin PBXResourcesBuildPhase section */
ingmarstein@2346
   536
		8D5B49AF048680CD000E48DA /* Resources */ = {
ingmarstein@2346
   537
			isa = PBXResourcesBuildPhase;
ingmarstein@2346
   538
			buildActionMask = 2147483647;
ingmarstein@2346
   539
			files = (
ingmarstein@2346
   540
				8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */,
ingmarstein@2346
   541
				955347EC0732C14400D12875 /* GrowlMailPreferencesPanel.nib in Resources */,
ingmarstein@2346
   542
				950A02480737CDD60075BDE4 /* Localizable.strings in Resources */,
ingmarstein@2346
   543
				9550E7A5077A207E00436674 /* GrowlMail.png in Resources */,
ingmarstein@2346
   544
			);
ingmarstein@2346
   545
			runOnlyForDeploymentPostprocessing = 0;
ingmarstein@2346
   546
		};
ingmarstein@2346
   547
/* End PBXResourcesBuildPhase section */
ingmarstein@2346
   548
ingmarstein@2361
   549
/* Begin PBXShellScriptBuildPhase section */
ingmarstein@2361
   550
		95AE2773085C44C500271F5F /* ShellScript */ = {
ingmarstein@2361
   551
			isa = PBXShellScriptBuildPhase;
ingmarstein@2361
   552
			buildActionMask = 2147483647;
ingmarstein@2361
   553
			files = (
ingmarstein@2361
   554
			);
ingmarstein@2361
   555
			inputPaths = (
ingmarstein@2361
   556
			);
ingmarstein@2361
   557
			outputPaths = (
ingmarstein@2361
   558
			);
ingmarstein@2361
   559
			runOnlyForDeploymentPostprocessing = 0;
ingmarstein@2361
   560
			shellPath = /bin/sh;
ingmarstein@2378
   561
			shellScript = "mkdir -p \"$BUILT_PRODUCTS_DIR\"\nGROWL_FRAMEWORK=\"$SRCROOT/../../build/$CONFIGURATION/Growl.framework\"\nif [ -d \"$GROWL_FRAMEWORK\" ]; then\n\trm -f \"$BUILT_PRODUCTS_DIR/Growl.framework\"\n\tln -s \"$GROWL_FRAMEWORK\" \"$BUILT_PRODUCTS_DIR/Growl.framework\"\nfi\n";
ingmarstein@2361
   562
		};
ingmarstein@2361
   563
/* End PBXShellScriptBuildPhase section */
ingmarstein@2361
   564
ingmarstein@2346
   565
/* Begin PBXSourcesBuildPhase section */
ingmarstein@2346
   566
		8D5B49B1048680CD000E48DA /* Sources */ = {
ingmarstein@2346
   567
			isa = PBXSourcesBuildPhase;
ingmarstein@2346
   568
			buildActionMask = 2147483647;
ingmarstein@2346
   569
			files = (
ingmarstein@2346
   570
				4B7E5EA806B6AC1700137892 /* GrowlMail.m in Sources */,
ingmarstein@2346
   571
				95BF5483072FB08000834811 /* Message+GrowlMail.m in Sources */,
ingmarstein@2346
   572
				9553469F0732BD4800D12875 /* GrowlMailPreferencesModule.m in Sources */,
ingmarstein@2346
   573
				955348600732F93600D12875 /* GrowlMailPreferences.m in Sources */,
hg@4209
   574
				31D72A870FB6DE5800C29D55 /* GrowlMailNotifier.m in Sources */,
ingmarstein@2346
   575
			);
ingmarstein@2346
   576
			runOnlyForDeploymentPostprocessing = 0;
ingmarstein@2346
   577
		};
ingmarstein@2346
   578
/* End PBXSourcesBuildPhase section */
ingmarstein@2346
   579
ingmarstein@2361
   580
/* Begin PBXTargetDependency section */
ingmarstein@2421
   581
		9598A04C086F4C790014C386 /* PBXTargetDependency */ = {
ingmarstein@2361
   582
			isa = PBXTargetDependency;
ingmarstein@2361
   583
			name = Growl.framework;
ingmarstein@2421
   584
			targetProxy = 9598A04B086F4C790014C386 /* PBXContainerItemProxy */;
ingmarstein@2361
   585
		};
ingmarstein@2361
   586
		95AE277C085C44E700271F5F /* PBXTargetDependency */ = {
ingmarstein@2361
   587
			isa = PBXTargetDependency;
ingmarstein@2361
   588
			target = 95AE2770085C44B600271F5F /* External Frameworks */;
ingmarstein@2361
   589
			targetProxy = 95AE277B085C44E700271F5F /* PBXContainerItemProxy */;
ingmarstein@2361
   590
		};
ingmarstein@2361
   591
/* End PBXTargetDependency section */
ingmarstein@2361
   592
ingmarstein@2346
   593
/* Begin PBXVariantGroup section */
ingmarstein@2346
   594
		089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
ingmarstein@2346
   595
			isa = PBXVariantGroup;
ingmarstein@2346
   596
			children = (
ingmarstein@2346
   597
				089C167EFE841241C02AAC07 /* English */,
evands@3924
   598
				950DAC1A0737B0550096F066 /* de */,
evands@3924
   599
				955A4E24086175B6009B6EA5 /* fr */,
evands@3924
   600
				34CD982C0C87C8AA0040C77F /* sv */,
evands@3924
   601
				34CD98AE0C87CA370040C77F /* nl */,
evands@3737
   602
				34CD98B10C87CA590040C77F /* pt_BR */,
evands@3924
   603
				34CF44E30C8D7E1100A2EFA4 /* ru */,
ingmarstein@2346
   604
			);
ingmarstein@2346
   605
			name = InfoPlist.strings;
ingmarstein@2346
   606
			sourceTree = "<group>";
ingmarstein@2346
   607
		};
ingmarstein@2346
   608
		950A02470737CDD60075BDE4 /* Localizable.strings */ = {
ingmarstein@2346
   609
			isa = PBXVariantGroup;
ingmarstein@2346
   610
			children = (
ingmarstein@2346
   611
				950A023B0737CBDB0075BDE4 /* English */,
evands@3924
   612
				950A02490737CDDA0075BDE4 /* de */,
evands@3924
   613
				9556E69907F4354600D42745 /* ja */,
ingmarstein@2346
   614
				95B00A56084689D0004A8623 /* zh_CN */,
evands@3924
   615
				955A4E23086175AD009B6EA5 /* fr */,
evands@3924
   616
				34CD982D0C87C8AA0040C77F /* sv */,
evands@3924
   617
				34CD98AF0C87CA370040C77F /* nl */,
evands@3737
   618
				34CD98B20C87CA590040C77F /* pt_BR */,
evands@3924
   619
				34CF44E40C8D7E1100A2EFA4 /* ru */,
ingmarstein@2346
   620
			);
ingmarstein@2346
   621
			name = Localizable.strings;
ingmarstein@2346
   622
			sourceTree = "<group>";
ingmarstein@2346
   623
		};
ingmarstein@2346
   624
		955347EA0732C14400D12875 /* GrowlMailPreferencesPanel.nib */ = {
ingmarstein@2346
   625
			isa = PBXVariantGroup;
ingmarstein@2346
   626
			children = (
ingmarstein@2346
   627
				955347EB0732C14400D12875 /* English */,
evands@3924
   628
				950DAC0E0737AF630096F066 /* de */,
evands@3924
   629
				9528EFE607F5A60600061D90 /* ja */,
ingmarstein@2346
   630
				95B00A55084689C4004A8623 /* zh_CN */,
evands@3924
   631
				955A4E25086175BE009B6EA5 /* fr */,
evands@3924
   632
				34CD98310C87C8C60040C77F /* sv */,
evands@3924
   633
				34CD98AD0C87CA370040C77F /* nl */,
evands@3737
   634
				34CD98B00C87CA590040C77F /* pt_BR */,
evands@3924
   635
				34CF44E20C8D7E1100A2EFA4 /* ru */,
ingmarstein@2346
   636
			);
ingmarstein@2346
   637
			name = GrowlMailPreferencesPanel.nib;
ingmarstein@2346
   638
			sourceTree = "<group>";
ingmarstein@2346
   639
		};
ingmarstein@2346
   640
/* End PBXVariantGroup section */
ingmarstein@2346
   641
ingmarstein@2346
   642
/* Begin XCBuildConfiguration section */
ingmarstein@2361
   643
		95AE2782085C44FC00271F5F /* Development */ = {
ingmarstein@2361
   644
			isa = XCBuildConfiguration;
ingmarstein@2361
   645
			buildSettings = {
ingmarstein@2361
   646
				COPY_PHASE_STRIP = NO;
ingmarstein@2361
   647
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Peter@4169
   648
				GCC_OPTIMIZATION_LEVEL = 0;
ingmarstein@2361
   649
				OTHER_CFLAGS = "";
ingmarstein@2361
   650
				OTHER_LDFLAGS = "";
ingmarstein@2361
   651
				OTHER_REZFLAGS = "";
ingmarstein@2361
   652
				PRODUCT_NAME = "External Frameworks";
ingmarstein@2361
   653
				SECTORDER_FLAGS = "";
ingmarstein@2361
   654
				WARNING_CFLAGS = (
ingmarstein@2361
   655
					"-Wmost",
ingmarstein@2361
   656
					"-Wno-four-char-constants",
ingmarstein@2361
   657
					"-Wno-unknown-pragmas",
ingmarstein@2361
   658
				);
ingmarstein@2361
   659
			};
ingmarstein@2361
   660
			name = Development;
ingmarstein@2361
   661
		};
ingmarstein@2361
   662
		95AE2783085C44FC00271F5F /* Deployment */ = {
ingmarstein@2361
   663
			isa = XCBuildConfiguration;
ingmarstein@2361
   664
			buildSettings = {
ingmarstein@2361
   665
				COPY_PHASE_STRIP = YES;
ingmarstein@2361
   666
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
Peter@4169
   667
				GCC_OPTIMIZATION_LEVEL = 0;
ingmarstein@2361
   668
				OTHER_CFLAGS = "";
ingmarstein@2361
   669
				OTHER_LDFLAGS = "";
ingmarstein@2361
   670
				OTHER_REZFLAGS = "";
ingmarstein@2361
   671
				PRODUCT_NAME = "External Frameworks";
ingmarstein@2361
   672
				SECTORDER_FLAGS = "";
ingmarstein@2361
   673
				WARNING_CFLAGS = (
ingmarstein@2361
   674
					"-Wmost",
ingmarstein@2361
   675
					"-Wno-four-char-constants",
ingmarstein@2361
   676
					"-Wno-unknown-pragmas",
ingmarstein@2361
   677
				);
ingmarstein@2361
   678
			};
ingmarstein@2361
   679
			name = Deployment;
ingmarstein@2361
   680
		};
ingmarstein@2361
   681
		95AE2784085C44FC00271F5F /* Deployment - Tiger - G4 */ = {
ingmarstein@2361
   682
			isa = XCBuildConfiguration;
ingmarstein@2361
   683
			buildSettings = {
Peter@4169
   684
				GCC_OPTIMIZATION_LEVEL = 0;
ingmarstein@2361
   685
				OTHER_CFLAGS = "";
ingmarstein@2361
   686
				OTHER_LDFLAGS = "";
ingmarstein@2361
   687
				OTHER_REZFLAGS = "";
ingmarstein@2361
   688
				PRODUCT_NAME = "External Frameworks";
ingmarstein@2361
   689
				SECTORDER_FLAGS = "";
ingmarstein@2361
   690
				WARNING_CFLAGS = (
ingmarstein@2361
   691
					"-Wmost",
ingmarstein@2361
   692
					"-Wno-four-char-constants",
ingmarstein@2361
   693
					"-Wno-unknown-pragmas",
ingmarstein@2361
   694
				);
ingmarstein@2361
   695
			};
ingmarstein@2361
   696
			name = "Deployment - Tiger - G4";
ingmarstein@2361
   697
		};
ingmarstein@2346
   698
		95E4A35F0855C16F006B3F45 /* Development */ = {
ingmarstein@2346
   699
			isa = XCBuildConfiguration;
ingmarstein@2346
   700
			buildSettings = {
ingmarstein@2361
   701
				FRAMEWORK_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)";
ingmarstein@2346
   702
				GCC_C_LANGUAGE_STANDARD = gnu99;
ingmarstein@2346
   703
				GCC_DYNAMIC_NO_PIC = NO;
ingmarstein@2346
   704
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
ingmarstein@2346
   705
				GCC_OPTIMIZATION_LEVEL = 0;
ingmarstein@2346
   706
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
ingmarstein@2346
   707
				GCC_PREFIX_HEADER = GrowlMail_Prefix.pch;
ingmarstein@2346
   708
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
ingmarstein@2346
   709
				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
ingmarstein@2346
   710
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
ingmarstein@2346
   711
				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
ingmarstein@2346
   712
				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
ingmarstein@2346
   713
				GCC_WARN_MISSING_PARENTHESES = YES;
ingmarstein@2346
   714
				GCC_WARN_SHADOW = YES;
ingmarstein@2346
   715
				GCC_WARN_SIGN_COMPARE = YES;
ingmarstein@2346
   716
				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
ingmarstein@2346
   717
				GCC_WARN_UNINITIALIZED_AUTOS = NO;
ingmarstein@2346
   718
				GCC_WARN_UNKNOWN_PRAGMAS = YES;
ingmarstein@2346
   719
				GCC_WARN_UNUSED_FUNCTION = YES;
ingmarstein@2346
   720
				GCC_WARN_UNUSED_LABEL = YES;
ingmarstein@2346
   721
				GCC_WARN_UNUSED_PARAMETER = YES;
ingmarstein@2346
   722
				GCC_WARN_UNUSED_VALUE = YES;
ingmarstein@2346
   723
				GCC_WARN_UNUSED_VARIABLE = YES;
ingmarstein@2346
   724
				INFOPLIST_FILE = Info.plist;
ingmarstein@2346
   725
				INSTALL_PATH = "$(HOME)/Library/Mail/Bundles";
ingmarstein@2346
   726
				LIBRARY_STYLE = BUNDLE;
ingmarstein@2346
   727
				MACOSX_DEPLOYMENT_TARGET = 10.3;
ingmarstein@2346
   728
				OTHER_LDFLAGS = (
ingmarstein@2346
   729
					"-undefined",
ingmarstein@2346
   730
					dynamic_lookup,
ingmarstein@2346
   731
					"-weak_framework",
ingmarstein@2346
   732
					Growl,
boredzo@4004
   733
					"-seg1addr",
boredzo@4004
   734
					0x50000000,
ingmarstein@2346
   735
				);
ingmarstein@2346
   736
				PRODUCT_NAME = GrowlMail;
ingmarstein@2346
   737
				WARNING_CFLAGS = (
ingmarstein@2346
   738
					"-W",
ingmarstein@2346
   739
					"-Wall",
ingmarstein@2346
   740
				);
ingmarstein@2346
   741
				WRAPPER_EXTENSION = mailbundle;
ingmarstein@2346
   742
				ZERO_LINK = YES;
ingmarstein@2346
   743
			};
ingmarstein@2346
   744
			name = Development;
ingmarstein@2346
   745
		};
ingmarstein@2346
   746
		95E4A3600855C16F006B3F45 /* Deployment */ = {
ingmarstein@2346
   747
			isa = XCBuildConfiguration;
ingmarstein@2346
   748
			buildSettings = {
ingmarstein@2346
   749
				DEAD_CODE_STRIPPING = YES;
ingmarstein@2361
   750
				FRAMEWORK_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)";
ingmarstein@2346
   751
				GCC_C_LANGUAGE_STANDARD = gnu99;
ingmarstein@2346
   752
				GCC_DEBUGGING_SYMBOLS = full;
ingmarstein@2346
   753
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
ingmarstein@2346
   754
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
ingmarstein@2346
   755
				GCC_PREFIX_HEADER = GrowlMail_Prefix.pch;
ingmarstein@2346
   756
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
ingmarstein@2346
   757
				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
ingmarstein@2346
   758
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
ingmarstein@2346
   759
				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
ingmarstein@2346
   760
				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
ingmarstein@2346
   761
				GCC_WARN_MISSING_PARENTHESES = YES;
ingmarstein@2346
   762
				GCC_WARN_SHADOW = YES;
ingmarstein@2346
   763
				GCC_WARN_SIGN_COMPARE = YES;
ingmarstein@2346
   764
				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
ingmarstein@2346
   765
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
ingmarstein@2346
   766
				GCC_WARN_UNKNOWN_PRAGMAS = YES;
ingmarstein@2346
   767
				GCC_WARN_UNUSED_FUNCTION = YES;
ingmarstein@2346
   768
				GCC_WARN_UNUSED_LABEL = YES;
ingmarstein@2346
   769
				GCC_WARN_UNUSED_PARAMETER = YES;
ingmarstein@2346
   770
				GCC_WARN_UNUSED_VALUE = YES;
ingmarstein@2346
   771
				GCC_WARN_UNUSED_VARIABLE = YES;
ingmarstein@2346
   772
				INFOPLIST_FILE = Info.plist;
ingmarstein@2346
   773
				INSTALL_PATH = "$(HOME)/Library/Mail/Bundles";
ingmarstein@2346
   774
				LIBRARY_STYLE = BUNDLE;
ingmarstein@2346
   775
				MACOSX_DEPLOYMENT_TARGET = 10.3;
ingmarstein@2346
   776
				OTHER_LDFLAGS = (
ingmarstein@2346
   777
					"-undefined",
ingmarstein@2346
   778
					dynamic_lookup,
ingmarstein@2346
   779
					"-weak_framework",
ingmarstein@2346
   780
					Growl,
boredzo@4004
   781
					"-seg1addr",
boredzo@4004
   782
					0x50000000,
ingmarstein@2346
   783
				);
ingmarstein@2346
   784
				PRODUCT_NAME = GrowlMail;
ingmarstein@2346
   785
				WARNING_CFLAGS = (
ingmarstein@2346
   786
					"-W",
ingmarstein@2346
   787
					"-Wall",
ingmarstein@2346
   788
				);
ingmarstein@2346
   789
				WRAPPER_EXTENSION = mailbundle;
ingmarstein@2346
   790
				ZERO_LINK = NO;
ingmarstein@2346
   791
			};
ingmarstein@2346
   792
			name = Deployment;
ingmarstein@2346
   793
		};
ingmarstein@2346
   794
		95E4A3610855C16F006B3F45 /* Deployment - Tiger - G4 */ = {
ingmarstein@2346
   795
			isa = XCBuildConfiguration;
ingmarstein@2346
   796
			buildSettings = {
ingmarstein@2346
   797
				DEAD_CODE_STRIPPING = YES;
ingmarstein@2346
   798
				DEPLOYMENT_POSTPROCESSING = YES;
ingmarstein@2361
   799
				FRAMEWORK_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)";
ingmarstein@2346
   800
				GCC_C_LANGUAGE_STANDARD = gnu99;
ingmarstein@2346
   801
				GCC_DEBUGGING_SYMBOLS = full;
ingmarstein@2346
   802
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
ingmarstein@2346
   803
				GCC_FAST_OBJC_DISPATCH = YES;
ingmarstein@2346
   804
				GCC_MODEL_CPU = G4;
ingmarstein@2346
   805
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
ingmarstein@2346
   806
				GCC_PREFIX_HEADER = GrowlMail_Prefix.pch;
ingmarstein@2346
   807
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
ingmarstein@2346
   808
				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
ingmarstein@2346
   809
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
ingmarstein@2346
   810
				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
ingmarstein@2346
   811
				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
ingmarstein@2346
   812
				GCC_WARN_MISSING_PARENTHESES = YES;
ingmarstein@2346
   813
				GCC_WARN_SHADOW = YES;
ingmarstein@2346
   814
				GCC_WARN_SIGN_COMPARE = YES;
ingmarstein@2346
   815
				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
ingmarstein@2346
   816
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
ingmarstein@2346
   817
				GCC_WARN_UNKNOWN_PRAGMAS = YES;
ingmarstein@2346
   818
				GCC_WARN_UNUSED_FUNCTION = YES;
ingmarstein@2346
   819
				GCC_WARN_UNUSED_LABEL = YES;
ingmarstein@2346
   820
				GCC_WARN_UNUSED_PARAMETER = YES;
ingmarstein@2346
   821
				GCC_WARN_UNUSED_VALUE = YES;
ingmarstein@2346
   822
				GCC_WARN_UNUSED_VARIABLE = YES;
ingmarstein@2346
   823
				INFOPLIST_FILE = Info.plist;
ingmarstein@2346
   824
				INSTALL_PATH = "$(HOME)/Library/Mail/Bundles";
ingmarstein@2346
   825
				LIBRARY_STYLE = BUNDLE;
ingmarstein@2346
   826
				MACOSX_DEPLOYMENT_TARGET = 10.4;
ingmarstein@2346
   827
				OTHER_LDFLAGS = (
ingmarstein@2346
   828
					"-undefined",
ingmarstein@2346
   829
					dynamic_lookup,
ingmarstein@2346
   830
					"-weak_framework",
ingmarstein@2346
   831
					Growl,
boredzo@4004
   832
					"-seg1addr",
boredzo@4004
   833
					0x50000000,
ingmarstein@2346
   834
				);
ingmarstein@2346
   835
				PRODUCT_NAME = GrowlMail;
ingmarstein@2346
   836
				WARNING_CFLAGS = (
ingmarstein@2346
   837
					"-W",
ingmarstein@2346
   838
					"-Wall",
ingmarstein@2346
   839
				);
ingmarstein@2346
   840
				WRAPPER_EXTENSION = mailbundle;
ingmarstein@2346
   841
				ZERO_LINK = NO;
ingmarstein@2346
   842
			};
ingmarstein@2346
   843
			name = "Deployment - Tiger - G4";
ingmarstein@2346
   844
		};
ingmarstein@2346
   845
		95E4A3640855C16F006B3F45 /* Development */ = {
ingmarstein@2346
   846
			isa = XCBuildConfiguration;
ingmarstein@2346
   847
			buildSettings = {
ingmarstein@2409
   848
				ARCHS = (
ingmarstein@2409
   849
					ppc,
ingmarstein@2409
   850
					i386,
ingmarstein@2409
   851
				);
Peter@4195
   852
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Peter@4195
   853
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
ingmarstein@2989
   854
				MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
ingmarstein@3196
   855
				SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
ingmarstein@2346
   856
			};
ingmarstein@2346
   857
			name = Development;
ingmarstein@2346
   858
		};
ingmarstein@2346
   859
		95E4A3650855C16F006B3F45 /* Deployment */ = {
ingmarstein@2346
   860
			isa = XCBuildConfiguration;
ingmarstein@2346
   861
			buildSettings = {
ingmarstein@2409
   862
				ARCHS = (
ingmarstein@2409
   863
					ppc,
ingmarstein@2409
   864
					i386,
ingmarstein@2409
   865
				);
Peter@4195
   866
				COPY_PHASE_STRIP = NO;
Peter@4195
   867
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Peter@4195
   868
				DEPLOYMENT_POSTPROCESSING = YES;
Peter@4195
   869
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
ingmarstein@2989
   870
				MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
ingmarstein@2989
   871
				SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
Peter@4195
   872
				SEPARATE_STRIP = YES;
Peter@4195
   873
				STRIP_INSTALLED_PRODUCT = YES;
ingmarstein@2346
   874
			};
ingmarstein@2346
   875
			name = Deployment;
ingmarstein@2346
   876
		};
ingmarstein@2346
   877
		95E4A3660855C16F006B3F45 /* Deployment - Tiger - G4 */ = {
ingmarstein@2346
   878
			isa = XCBuildConfiguration;
ingmarstein@2346
   879
			buildSettings = {
ingmarstein@2409
   880
				ARCHS = (
ingmarstein@2409
   881
					ppc,
ingmarstein@2409
   882
					i386,
ingmarstein@2409
   883
				);
Peter@4195
   884
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Peter@4195
   885
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
ingmarstein@2989
   886
				MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
ingmarstein@2989
   887
				SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
ingmarstein@2346
   888
			};
ingmarstein@2346
   889
			name = "Deployment - Tiger - G4";
ingmarstein@2346
   890
		};
ingmarstein@2346
   891
/* End XCBuildConfiguration section */
ingmarstein@2346
   892
ingmarstein@2346
   893
/* Begin XCConfigurationList section */
ingmarstein@2361
   894
		95AE2781085C44FC00271F5F /* Build configuration list for PBXAggregateTarget "External Frameworks" */ = {
ingmarstein@2361
   895
			isa = XCConfigurationList;
ingmarstein@2361
   896
			buildConfigurations = (
ingmarstein@2361
   897
				95AE2782085C44FC00271F5F /* Development */,
ingmarstein@2361
   898
				95AE2783085C44FC00271F5F /* Deployment */,
ingmarstein@2361
   899
				95AE2784085C44FC00271F5F /* Deployment - Tiger - G4 */,
ingmarstein@2361
   900
			);
ingmarstein@2361
   901
			defaultConfigurationIsVisible = 0;
ingmarstein@2361
   902
			defaultConfigurationName = Development;
ingmarstein@2361
   903
		};
ingmarstein@2346
   904
		95E4A35E0855C16F006B3F45 /* Build configuration list for PBXNativeTarget "GrowlMail" */ = {
ingmarstein@2346
   905
			isa = XCConfigurationList;
ingmarstein@2346
   906
			buildConfigurations = (
ingmarstein@2346
   907
				95E4A35F0855C16F006B3F45 /* Development */,
ingmarstein@2346
   908
				95E4A3600855C16F006B3F45 /* Deployment */,
ingmarstein@2346
   909
				95E4A3610855C16F006B3F45 /* Deployment - Tiger - G4 */,
ingmarstein@2346
   910
			);
ingmarstein@2346
   911
			defaultConfigurationIsVisible = 0;
ingmarstein@2361
   912
			defaultConfigurationName = Development;
ingmarstein@2346
   913
		};
ingmarstein@2346
   914
		95E4A3630855C16F006B3F45 /* Build configuration list for PBXProject "GrowlMail" */ = {
ingmarstein@2346
   915
			isa = XCConfigurationList;
ingmarstein@2346
   916
			buildConfigurations = (
ingmarstein@2346
   917
				95E4A3640855C16F006B3F45 /* Development */,
ingmarstein@2346
   918
				95E4A3650855C16F006B3F45 /* Deployment */,
ingmarstein@2346
   919
				95E4A3660855C16F006B3F45 /* Deployment - Tiger - G4 */,
ingmarstein@2346
   920
			);
ingmarstein@2346
   921
			defaultConfigurationIsVisible = 0;
ingmarstein@2361
   922
			defaultConfigurationName = Development;
ingmarstein@2346
   923
		};
ingmarstein@2346
   924
/* End XCConfigurationList section */
ingmarstein@2346
   925
	};
ingmarstein@2346
   926
	rootObject = 089C1669FE841209C02AAC07 /* Project object */;
ingmarstein@2346
   927
}