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 345BD5600C89AAC4005C3DA2 /* OpenGrowlPrefPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* OpenGrowlPrefPane.m */; settings = {ATTRIBUTES = (); }; };
11 345BD5610C89AAC4005C3DA2 /* AEVTBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 34CD9A570C885E230040C77F /* AEVTBuilder.m */; };
12 345BD5630C89AAC4005C3DA2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
13 345BD5640C89AAC4005C3DA2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34CD9AAA0C8863C50040C77F /* Cocoa.framework */; };
14 345BD56C0C89AAE2005C3DA2 /* OpenPrefPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 345BD56B0C89AAE2005C3DA2 /* OpenPrefPane.m */; };
15 345BD56F0C89AB1B005C3DA2 /* PrefPaneOpener.m in Sources */ = {isa = PBXBuildFile; fileRef = 345BD56E0C89AB1B005C3DA2 /* PrefPaneOpener.m */; };
16 345BD5710C89ABB0005C3DA2 /* PrefPaneOpener.m in Sources */ = {isa = PBXBuildFile; fileRef = 345BD56E0C89AB1B005C3DA2 /* PrefPaneOpener.m */; };
17 34CD9A580C885E230040C77F /* AEVTBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 34CD9A570C885E230040C77F /* AEVTBuilder.m */; };
18 34CD9AAB0C8863C50040C77F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34CD9AAA0C8863C50040C77F /* Cocoa.framework */; };
19 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
20 /* End PBXBuildFile section */
22 /* Begin PBXCopyFilesBuildPhase section */
23 345BD5650C89AAC4005C3DA2 /* CopyFiles */ = {
24 isa = PBXCopyFilesBuildPhase;
26 dstPath = /usr/share/man/man1/;
30 runOnlyForDeploymentPostprocessing = 1;
32 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
33 isa = PBXCopyFilesBuildPhase;
35 dstPath = /usr/share/man/man1/;
39 runOnlyForDeploymentPostprocessing = 1;
41 /* End PBXCopyFilesBuildPhase section */
43 /* Begin PBXFileReference section */
44 08FB7796FE84155DC02AAC07 /* OpenGrowlPrefPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenGrowlPrefPane.m; sourceTree = "<group>"; };
45 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
46 32A70AAB03705E1F00C91783 /* OpenGrowlPrefPane_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenGrowlPrefPane_Prefix.pch; sourceTree = "<group>"; };
47 345BD5690C89AAC4005C3DA2 /* OpenGrowlPrefPane */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OpenGrowlPrefPane; sourceTree = BUILT_PRODUCTS_DIR; };
48 345BD56B0C89AAE2005C3DA2 /* OpenPrefPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenPrefPane.m; sourceTree = "<group>"; };
49 345BD56D0C89AB1B005C3DA2 /* PrefPaneOpener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefPaneOpener.h; sourceTree = "<group>"; };
50 345BD56E0C89AB1B005C3DA2 /* PrefPaneOpener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefPaneOpener.m; sourceTree = "<group>"; };
51 34CD9A560C885E230040C77F /* AEVTBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEVTBuilder.h; path = ../../../Release/Growl/OpenGrowlPrefPane/AEVTBuilder.h; sourceTree = SOURCE_ROOT; };
52 34CD9A570C885E230040C77F /* AEVTBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AEVTBuilder.m; path = ../../../Release/Growl/OpenGrowlPrefPane/AEVTBuilder.m; sourceTree = SOURCE_ROOT; };
53 34CD9AAA0C8863C50040C77F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
54 8DD76FA10486AA7600D96B5E /* OpenPrefPane */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OpenPrefPane; sourceTree = BUILT_PRODUCTS_DIR; };
55 /* End PBXFileReference section */
57 /* Begin PBXFrameworksBuildPhase section */
58 345BD5620C89AAC4005C3DA2 /* Frameworks */ = {
59 isa = PBXFrameworksBuildPhase;
60 buildActionMask = 2147483647;
62 345BD5630C89AAC4005C3DA2 /* Foundation.framework in Frameworks */,
63 345BD5640C89AAC4005C3DA2 /* Cocoa.framework in Frameworks */,
65 runOnlyForDeploymentPostprocessing = 0;
67 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
68 isa = PBXFrameworksBuildPhase;
69 buildActionMask = 2147483647;
71 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
72 34CD9AAB0C8863C50040C77F /* Cocoa.framework in Frameworks */,
74 runOnlyForDeploymentPostprocessing = 0;
76 /* End PBXFrameworksBuildPhase section */
78 /* Begin PBXGroup section */
79 08FB7794FE84155DC02AAC07 /* OpenGrowlPrefPane */ = {
82 08FB7795FE84155DC02AAC07 /* Source */,
83 C6859EA2029092E104C91782 /* Documentation */,
84 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
85 1AB674ADFE9D54B511CA2CBB /* Products */,
87 name = OpenGrowlPrefPane;
88 sourceTree = "<group>";
90 08FB7795FE84155DC02AAC07 /* Source */ = {
93 32A70AAB03705E1F00C91783 /* OpenGrowlPrefPane_Prefix.pch */,
94 08FB7796FE84155DC02AAC07 /* OpenGrowlPrefPane.m */,
95 34CD9A560C885E230040C77F /* AEVTBuilder.h */,
96 34CD9A570C885E230040C77F /* AEVTBuilder.m */,
97 345BD56B0C89AAE2005C3DA2 /* OpenPrefPane.m */,
98 345BD56D0C89AB1B005C3DA2 /* PrefPaneOpener.h */,
99 345BD56E0C89AB1B005C3DA2 /* PrefPaneOpener.m */,
102 sourceTree = "<group>";
104 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
107 34CD9AAA0C8863C50040C77F /* Cocoa.framework */,
108 08FB779EFE84155DC02AAC07 /* Foundation.framework */,
110 name = "External Frameworks and Libraries";
111 sourceTree = "<group>";
113 1AB674ADFE9D54B511CA2CBB /* Products */ = {
116 8DD76FA10486AA7600D96B5E /* OpenPrefPane */,
117 345BD5690C89AAC4005C3DA2 /* OpenGrowlPrefPane */,
120 sourceTree = "<group>";
122 C6859EA2029092E104C91782 /* Documentation */ = {
126 name = Documentation;
127 sourceTree = "<group>";
129 /* End PBXGroup section */
131 /* Begin PBXNativeTarget section */
132 345BD55E0C89AAC4005C3DA2 /* OpenGrowlPrefPane */ = {
133 isa = PBXNativeTarget;
134 buildConfigurationList = 345BD5660C89AAC4005C3DA2 /* Build configuration list for PBXNativeTarget "OpenGrowlPrefPane" */;
136 345BD55F0C89AAC4005C3DA2 /* Sources */,
137 345BD5620C89AAC4005C3DA2 /* Frameworks */,
138 345BD5650C89AAC4005C3DA2 /* CopyFiles */,
144 name = OpenGrowlPrefPane;
145 productInstallPath = "$(HOME)/bin";
146 productName = OpenGrowlPrefPane;
147 productReference = 345BD5690C89AAC4005C3DA2 /* OpenGrowlPrefPane */;
148 productType = "com.apple.product-type.tool";
150 8DD76F960486AA7600D96B5E /* OpenPrefPane */ = {
151 isa = PBXNativeTarget;
152 buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenPrefPane" */;
154 8DD76F990486AA7600D96B5E /* Sources */,
155 8DD76F9B0486AA7600D96B5E /* Frameworks */,
156 8DD76F9E0486AA7600D96B5E /* CopyFiles */,
163 productInstallPath = "$(HOME)/bin";
164 productName = OpenGrowlPrefPane;
165 productReference = 8DD76FA10486AA7600D96B5E /* OpenPrefPane */;
166 productType = "com.apple.product-type.tool";
168 /* End PBXNativeTarget section */
170 /* Begin PBXProject section */
171 08FB7793FE84155DC02AAC07 /* Project object */ = {
173 buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenGrowlPrefPane" */;
174 compatibilityVersion = "Xcode 3.0";
175 hasScannedForEncodings = 1;
176 mainGroup = 08FB7794FE84155DC02AAC07 /* OpenGrowlPrefPane */;
180 8DD76F960486AA7600D96B5E /* OpenPrefPane */,
181 345BD55E0C89AAC4005C3DA2 /* OpenGrowlPrefPane */,
184 /* End PBXProject section */
186 /* Begin PBXSourcesBuildPhase section */
187 345BD55F0C89AAC4005C3DA2 /* Sources */ = {
188 isa = PBXSourcesBuildPhase;
189 buildActionMask = 2147483647;
191 345BD5600C89AAC4005C3DA2 /* OpenGrowlPrefPane.m in Sources */,
192 345BD5610C89AAC4005C3DA2 /* AEVTBuilder.m in Sources */,
193 345BD5710C89ABB0005C3DA2 /* PrefPaneOpener.m in Sources */,
195 runOnlyForDeploymentPostprocessing = 0;
197 8DD76F990486AA7600D96B5E /* Sources */ = {
198 isa = PBXSourcesBuildPhase;
199 buildActionMask = 2147483647;
201 34CD9A580C885E230040C77F /* AEVTBuilder.m in Sources */,
202 345BD56C0C89AAE2005C3DA2 /* OpenPrefPane.m in Sources */,
203 345BD56F0C89AB1B005C3DA2 /* PrefPaneOpener.m in Sources */,
205 runOnlyForDeploymentPostprocessing = 0;
207 /* End PBXSourcesBuildPhase section */
209 /* Begin XCBuildConfiguration section */
210 1DEB927508733DD40010E9CD /* Debug */ = {
211 isa = XCBuildConfiguration;
213 GCC_DYNAMIC_NO_PIC = NO;
214 GCC_ENABLE_FIX_AND_CONTINUE = YES;
215 GCC_MODEL_TUNING = G5;
216 GCC_OPTIMIZATION_LEVEL = 0;
217 GCC_PRECOMPILE_PREFIX_HEADER = YES;
218 GCC_PREFIX_HEADER = OpenGrowlPrefPane_Prefix.pch;
219 INSTALL_PATH = /usr/local/bin;
220 PRODUCT_NAME = OpenPrefPane;
225 1DEB927608733DD40010E9CD /* Release */ = {
226 isa = XCBuildConfiguration;
228 GCC_MODEL_TUNING = G5;
229 GCC_PRECOMPILE_PREFIX_HEADER = YES;
230 GCC_PREFIX_HEADER = OpenGrowlPrefPane_Prefix.pch;
231 PRODUCT_NAME = OpenPrefPane;
235 1DEB927908733DD40010E9CD /* Debug */ = {
236 isa = XCBuildConfiguration;
238 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
239 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
240 GCC_WARN_ABOUT_RETURN_TYPE = YES;
241 GCC_WARN_UNUSED_VARIABLE = YES;
243 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
247 1DEB927A08733DD40010E9CD /* Release */ = {
248 isa = XCBuildConfiguration;
254 COPY_PHASE_STRIP = NO;
255 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
256 DEPLOYMENT_POSTPROCESSING = YES;
257 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
258 GCC_WARN_ABOUT_RETURN_TYPE = YES;
259 GCC_WARN_UNUSED_VARIABLE = YES;
260 MACOSX_DEPLOYMENT_TARGET = 10.3;
262 SEPARATE_STRIP = YES;
263 STRIP_INSTALLED_PRODUCT = YES;
267 345BD5670C89AAC4005C3DA2 /* Debug */ = {
268 isa = XCBuildConfiguration;
270 GCC_DYNAMIC_NO_PIC = NO;
271 GCC_ENABLE_FIX_AND_CONTINUE = YES;
272 GCC_MODEL_TUNING = G5;
273 GCC_OPTIMIZATION_LEVEL = 0;
274 GCC_PRECOMPILE_PREFIX_HEADER = YES;
275 GCC_PREFIX_HEADER = OpenGrowlPrefPane_Prefix.pch;
276 INSTALL_PATH = /usr/local/bin;
277 PRODUCT_NAME = OpenGrowlPrefPane;
282 345BD5680C89AAC4005C3DA2 /* Release */ = {
283 isa = XCBuildConfiguration;
285 GCC_MODEL_TUNING = G5;
286 GCC_PRECOMPILE_PREFIX_HEADER = YES;
287 GCC_PREFIX_HEADER = OpenGrowlPrefPane_Prefix.pch;
288 PRODUCT_NAME = OpenGrowlPrefPane;
292 /* End XCBuildConfiguration section */
294 /* Begin XCConfigurationList section */
295 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenPrefPane" */ = {
296 isa = XCConfigurationList;
297 buildConfigurations = (
298 1DEB927508733DD40010E9CD /* Debug */,
299 1DEB927608733DD40010E9CD /* Release */,
301 defaultConfigurationIsVisible = 0;
302 defaultConfigurationName = Release;
304 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenGrowlPrefPane" */ = {
305 isa = XCConfigurationList;
306 buildConfigurations = (
307 1DEB927908733DD40010E9CD /* Debug */,
308 1DEB927A08733DD40010E9CD /* Release */,
310 defaultConfigurationIsVisible = 0;
311 defaultConfigurationName = Release;
313 345BD5660C89AAC4005C3DA2 /* Build configuration list for PBXNativeTarget "OpenGrowlPrefPane" */ = {
314 isa = XCConfigurationList;
315 buildConfigurations = (
316 345BD5670C89AAC4005C3DA2 /* Debug */,
317 345BD5680C89AAC4005C3DA2 /* Release */,
319 defaultConfigurationIsVisible = 0;
320 defaultConfigurationName = Release;
322 /* End XCConfigurationList section */
324 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;