[darwinbuild-changes] [912] branches/PR-8908468/darwinbuild.xcodeproj/project.pbxproj

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 24 12:52:57 PST 2011


Revision: 912
          http://trac.macosforge.org/projects/darwinbuild/changeset/912
Author:   wsiegrist at apple.com
Date:     2011-01-24 12:52:57 -0800 (Mon, 24 Jan 2011)
Log Message:
-----------
Strip darwinup binary in Public config

Modified Paths:
--------------
    branches/PR-8908468/darwinbuild.xcodeproj/project.pbxproj

Modified: branches/PR-8908468/darwinbuild.xcodeproj/project.pbxproj
===================================================================
--- 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;
 		};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20110124/7bd643ed/attachment.html>


More information about the darwinbuild-changes mailing list