Revision
912
Author
wsiegrist@apple.com
Date
2011-01-24 12:52:57 -0800 (Mon, 24 Jan 2011)

Log Message

Strip darwinup binary in Public config

Modified Paths

Diff

Modified: branches/PR-8908468/darwinbuild.xcodeproj/project.pbxproj (911 => 912)


--- branches/PR-8908468/darwinbuild.xcodeproj/project.pbxproj	2011-01-24 20:51:20 UTC (rev 911)
+++ branches/PR-8908468/darwinbuild.xcodeproj/project.pbxproj	2011-01-24 20:52:57 UTC (rev 912)
@@ -1807,7 +1807,14 @@
 			};
 			buildConfigurationList = 726DD14C10965C5700D5AEAB /* Build configuration list for PBXProject "darwinbuild" */;
 			compatibilityVersion = "Xcode 3.2";
+			developmentRegion = English;
 			hasScannedForEncodings = 0;
+			knownRegions = (
+				English,
+				Japanese,
+				French,
+				German,
+			);
 			mainGroup = 726DD14710965C5700D5AEAB;
 			productRefGroup = 72C86C391096607900C66E90 /* Products */;
 			projectDirPath = "";
@@ -3421,9 +3428,13 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 7227AB9C1098AAE100BE33D7 /* prefix.xcconfig */;
 			buildSettings = {
+				COPY_PHASE_STRIP = YES;
+				DEPLOYMENT_POSTPROCESSING = YES;
 				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
 				INSTALL_PATH = "$(BINDIR)";
 				PRODUCT_NAME = darwinup;
+				STRIP_INSTALLED_PRODUCT = YES;
+				STRIP_STYLE = all;
 			};
 			name = Public;
 		};