Developer Tools/Growl Registration Dictionary Editor/Growl Registration Dictionary Editor.xcodeproj/project.pbxproj
1.1 --- a/Developer Tools/Growl Registration Dictionary Editor/Growl Registration Dictionary Editor.xcodeproj/project.pbxproj Sun Dec 02 21:54:45 2007 +0000
1.2 +++ b/Developer Tools/Growl Registration Dictionary Editor/Growl Registration Dictionary Editor.xcodeproj/project.pbxproj Wed Apr 15 18:54:23 2009 -0700
1.3 @@ -343,7 +343,6 @@
1.4 C05733C808A9546B00998B17 /* Debug */ = {
1.5 isa = XCBuildConfiguration;
1.6 buildSettings = {
1.7 - COPY_PHASE_STRIP = NO;
1.8 GCC_DYNAMIC_NO_PIC = NO;
1.9 GCC_ENABLE_FIX_AND_CONTINUE = YES;
1.10 GCC_MODEL_TUNING = G5;
1.11 @@ -364,7 +363,6 @@
1.12 ppc,
1.13 i386,
1.14 );
1.15 - GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
1.16 GCC_MODEL_TUNING = G5;
1.17 GCC_PREFIX_HEADER = "Growl Registration Dictionary Editor_Prefix.pch";
1.18 INFOPLIST_FILE = Info.plist;
1.19 @@ -377,7 +375,9 @@
1.20 C05733CC08A9546B00998B17 /* Debug */ = {
1.21 isa = XCBuildConfiguration;
1.22 buildSettings = {
1.23 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1.24 GCC_C_LANGUAGE_STANDARD = c99;
1.25 + GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1.26 GCC_WARN_ABOUT_RETURN_TYPE = YES;
1.27 GCC_WARN_UNUSED_VARIABLE = YES;
1.28 PREBINDING = NO;
1.29 @@ -388,11 +388,17 @@
1.30 C05733CD08A9546B00998B17 /* Release */ = {
1.31 isa = XCBuildConfiguration;
1.32 buildSettings = {
1.33 + COPY_PHASE_STRIP = NO;
1.34 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1.35 + DEPLOYMENT_POSTPROCESSING = YES;
1.36 GCC_C_LANGUAGE_STANDARD = c99;
1.37 + GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1.38 GCC_WARN_ABOUT_RETURN_TYPE = YES;
1.39 GCC_WARN_UNUSED_VARIABLE = YES;
1.40 PREBINDING = NO;
1.41 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
1.42 + SEPARATE_STRIP = YES;
1.43 + STRIP_INSTALLED_PRODUCT = YES;
1.44 };
1.45 name = Release;
1.46 };