Switched the build configurations to use the DWARF-with-dSYM debug symbol format. We'll keep the dSYM files for each release so that we can symbolicate crash logs from the stripped executables.
9 /* Begin PBXBuildFile section */
10 31A4F36B0DFF542600015999 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31A4F36A0DFF542600015999 /* SystemConfiguration.framework */; };
11 34A96CE20C95E2A700F46006 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34A96CE10C95E2A700F46006 /* Cocoa.framework */; };
12 34A96CF40C95E6F800F46006 /* AEVTBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A96CF30C95E6F800F46006 /* AEVTBuilder.m */; };
13 8DD76F9A0486AA7600D96B5E /* GrowlPreInstall.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* GrowlPreInstall.m */; settings = {ATTRIBUTES = (); }; };
14 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
15 8DD76F9F0486AA7600D96B5E /* GrowlPostInstall.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859EA3029092ED04C91782 /* GrowlPostInstall.1 */; };
16 /* End PBXBuildFile section */
18 /* Begin PBXCopyFilesBuildPhase section */
19 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
20 isa = PBXCopyFilesBuildPhase;
22 dstPath = /usr/share/man/man1/;
25 8DD76F9F0486AA7600D96B5E /* GrowlPostInstall.1 in CopyFiles */,
27 runOnlyForDeploymentPostprocessing = 1;
29 /* End PBXCopyFilesBuildPhase section */
31 /* Begin PBXFileReference section */
32 08FB7796FE84155DC02AAC07 /* GrowlPreInstall.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlPreInstall.m; sourceTree = "<group>"; };
33 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
34 31A4F36A0DFF542600015999 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = /System/Library/Frameworks/SystemConfiguration.framework; sourceTree = "<absolute>"; };
35 32A70AAB03705E1F00C91783 /* GrowlPreInstall_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlPreInstall_Prefix.pch; sourceTree = "<group>"; };
36 34A96CE10C95E2A700F46006 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
37 34A96CF20C95E6F800F46006 /* AEVTBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEVTBuilder.h; sourceTree = "<group>"; };
38 34A96CF30C95E6F800F46006 /* AEVTBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AEVTBuilder.m; sourceTree = "<group>"; };
39 8DD76FA10486AA7600D96B5E /* GrowlPreInstall */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = GrowlPreInstall; sourceTree = BUILT_PRODUCTS_DIR; };
40 C6859EA3029092ED04C91782 /* GrowlPostInstall.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = GrowlPostInstall.1; sourceTree = "<group>"; };
41 /* End PBXFileReference section */
43 /* Begin PBXFrameworksBuildPhase section */
44 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
45 isa = PBXFrameworksBuildPhase;
46 buildActionMask = 2147483647;
48 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
49 34A96CE20C95E2A700F46006 /* Cocoa.framework in Frameworks */,
50 31A4F36B0DFF542600015999 /* SystemConfiguration.framework in Frameworks */,
52 runOnlyForDeploymentPostprocessing = 0;
54 /* End PBXFrameworksBuildPhase section */
56 /* Begin PBXGroup section */
57 08FB7794FE84155DC02AAC07 /* GrowlPostInstall */ = {
60 08FB7795FE84155DC02AAC07 /* Source */,
61 C6859EA2029092E104C91782 /* Documentation */,
62 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
63 1AB674ADFE9D54B511CA2CBB /* Products */,
65 name = GrowlPostInstall;
66 sourceTree = "<group>";
68 08FB7795FE84155DC02AAC07 /* Source */ = {
71 32A70AAB03705E1F00C91783 /* GrowlPreInstall_Prefix.pch */,
72 08FB7796FE84155DC02AAC07 /* GrowlPreInstall.m */,
73 34A96CF20C95E6F800F46006 /* AEVTBuilder.h */,
74 34A96CF30C95E6F800F46006 /* AEVTBuilder.m */,
77 sourceTree = "<group>";
79 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
82 34A96CE10C95E2A700F46006 /* Cocoa.framework */,
83 08FB779EFE84155DC02AAC07 /* Foundation.framework */,
84 31A4F36A0DFF542600015999 /* SystemConfiguration.framework */,
86 name = "External Frameworks and Libraries";
87 sourceTree = "<group>";
89 1AB674ADFE9D54B511CA2CBB /* Products */ = {
92 8DD76FA10486AA7600D96B5E /* GrowlPreInstall */,
95 sourceTree = "<group>";
97 C6859EA2029092E104C91782 /* Documentation */ = {
100 C6859EA3029092ED04C91782 /* GrowlPostInstall.1 */,
102 name = Documentation;
103 sourceTree = "<group>";
105 /* End PBXGroup section */
107 /* Begin PBXNativeTarget section */
108 8DD76F960486AA7600D96B5E /* GrowlPreInstall */ = {
109 isa = PBXNativeTarget;
110 buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "GrowlPreInstall" */;
112 8DD76F990486AA7600D96B5E /* Sources */,
113 8DD76F9B0486AA7600D96B5E /* Frameworks */,
114 8DD76F9E0486AA7600D96B5E /* CopyFiles */,
120 name = GrowlPreInstall;
121 productInstallPath = "$(HOME)/bin";
122 productName = GrowlPostInstall;
123 productReference = 8DD76FA10486AA7600D96B5E /* GrowlPreInstall */;
124 productType = "com.apple.product-type.tool";
126 /* End PBXNativeTarget section */
128 /* Begin PBXProject section */
129 08FB7793FE84155DC02AAC07 /* Project object */ = {
131 buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "GrowlPreInstall" */;
132 compatibilityVersion = "Xcode 3.0";
133 hasScannedForEncodings = 1;
134 mainGroup = 08FB7794FE84155DC02AAC07 /* GrowlPostInstall */;
138 8DD76F960486AA7600D96B5E /* GrowlPreInstall */,
141 /* End PBXProject section */
143 /* Begin PBXSourcesBuildPhase section */
144 8DD76F990486AA7600D96B5E /* Sources */ = {
145 isa = PBXSourcesBuildPhase;
146 buildActionMask = 2147483647;
148 8DD76F9A0486AA7600D96B5E /* GrowlPreInstall.m in Sources */,
149 34A96CF40C95E6F800F46006 /* AEVTBuilder.m in Sources */,
151 runOnlyForDeploymentPostprocessing = 0;
153 /* End PBXSourcesBuildPhase section */
155 /* Begin XCBuildConfiguration section */
156 1DEB927508733DD40010E9CD /* Debug */ = {
157 isa = XCBuildConfiguration;
159 GCC_PRECOMPILE_PREFIX_HEADER = YES;
160 GCC_PREFIX_HEADER = GrowlPreInstall_Prefix.pch;
161 PRODUCT_NAME = GrowlPreInstall;
165 1DEB927608733DD40010E9CD /* Release */ = {
166 isa = XCBuildConfiguration;
168 GCC_PRECOMPILE_PREFIX_HEADER = YES;
169 GCC_PREFIX_HEADER = GrowlPreInstall_Prefix.pch;
170 PRODUCT_NAME = GrowlPreInstall;
174 1DEB927908733DD40010E9CD /* Debug */ = {
175 isa = XCBuildConfiguration;
177 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
178 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
179 GCC_WARN_ABOUT_RETURN_TYPE = YES;
180 GCC_WARN_UNUSED_VARIABLE = YES;
181 MACOSX_DEPLOYMENT_TARGET = 10.3;
186 1DEB927A08733DD40010E9CD /* Release */ = {
187 isa = XCBuildConfiguration;
193 COPY_PHASE_STRIP = NO;
194 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
195 DEPLOYMENT_POSTPROCESSING = YES;
196 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
197 GCC_WARN_ABOUT_RETURN_TYPE = YES;
198 GCC_WARN_UNUSED_VARIABLE = YES;
199 MACOSX_DEPLOYMENT_TARGET = 10.3;
201 SEPARATE_STRIP = YES;
202 STRIP_INSTALLED_PRODUCT = YES;
206 /* End XCBuildConfiguration section */
208 /* Begin XCConfigurationList section */
209 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "GrowlPreInstall" */ = {
210 isa = XCConfigurationList;
211 buildConfigurations = (
212 1DEB927508733DD40010E9CD /* Debug */,
213 1DEB927608733DD40010E9CD /* Release */,
215 defaultConfigurationIsVisible = 0;
216 defaultConfigurationName = Release;
218 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "GrowlPreInstall" */ = {
219 isa = XCConfigurationList;
220 buildConfigurations = (
221 1DEB927908733DD40010E9CD /* Debug */,
222 1DEB927A08733DD40010E9CD /* Release */,
224 defaultConfigurationIsVisible = 0;
225 defaultConfigurationName = Release;
227 /* End XCConfigurationList section */
229 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;