From 242f6d1f219c9a2a1f2b01382899a33ef101dca9 Mon Sep 17 00:00:00 2001
From: James David Berry <jberry@apache.org>
Date: Tue, 9 Dec 2003 15:46:40 +0000
Subject: [PATCH] Fix bug 25337: Enable DEPLOYMENT_POSTPROCESSING for Mac OS X
 GCC3 Deployment Build. Thanks to hanming@mac.com (Han Ming Ong). Also remove
 GCC2 Build Styles from xcode.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175527 13f79535-47bb-0310-9956-ffa450edef68
---
 .../XercesLib/XercesLib.xcode/project.pbxproj | 35 +------------------
 1 file changed, 1 insertion(+), 34 deletions(-)

diff --git a/Projects/MacOS/Xcode/XercesLib/XercesLib.xcode/project.pbxproj b/Projects/MacOS/Xcode/XercesLib/XercesLib.xcode/project.pbxproj
index fdb670b07..a8e856984 100644
--- a/Projects/MacOS/Xcode/XercesLib/XercesLib.xcode/project.pbxproj
+++ b/Projects/MacOS/Xcode/XercesLib/XercesLib.xcode/project.pbxproj
@@ -1921,8 +1921,6 @@
 			buildSettings = {
 			};
 			buildStyles = (
-				1A7E46A50080FC837F000001,
-				1A7E46A60080FC837F000001,
 				F58B302202DE22220195DDC8,
 				F58B302402DE22660195DDC8,
 			);
@@ -2020,38 +2018,6 @@
 //0C2
 //0C3
 //0C4
-//1A0
-//1A1
-//1A2
-//1A3
-//1A4
-		1A7E46A50080FC837F000001 = {
-			buildRules = (
-			);
-			buildSettings = {
-				COPY_PHASE_STRIP = NO;
-				GCC_VERSION = 2.x;
-				OPTIMIZATION_CFLAGS = "-O0";
-				OTHER_CFLAGS = "\U0001-DDEBUG";
-			};
-			isa = PBXBuildStyle;
-			name = "Development GCC2";
-		};
-		1A7E46A60080FC837F000001 = {
-			buildRules = (
-			);
-			buildSettings = {
-				COPY_PHASE_STRIP = YES;
-				GCC_VERSION = 2.x;
-			};
-			isa = PBXBuildStyle;
-			name = "Deployment GCC2";
-		};
-//1A0
-//1A1
-//1A2
-//1A3
-//1A4
 //200
 //201
 //202
@@ -12413,6 +12379,7 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = YES;
+				DEPLOYMENT_POSTPROCESSING = YES;
 			};
 			isa = PBXBuildStyle;
 			name = "Deployment GCC3";
-- 
GitLab