[Unison-hackers] [unison-svn] r278 - branches/2.27/src/uimacnew/uimacnew.xcodeproj trunk/src/uimacnew/uimacnew.xcodeproj

ALAN SCHMITT schmitta at seas.upenn.edu
Sat May 24 03:58:31 EDT 2008


Author: schmitta
Date: 2008-05-24 03:58:27 -0400 (Sat, 24 May 2008)
New Revision: 278

Modified:
   branches/2.27/src/uimacnew/uimacnew.xcodeproj/project.pbxproj
   trunk/src/uimacnew/uimacnew.xcodeproj/project.pbxproj
Log:
switching from 10.5 to 10.4 as minimum target system



Modified: branches/2.27/src/uimacnew/uimacnew.xcodeproj/project.pbxproj
===================================================================
--- branches/2.27/src/uimacnew/uimacnew.xcodeproj/project.pbxproj	2008-05-19 14:47:07 UTC (rev 277)
+++ branches/2.27/src/uimacnew/uimacnew.xcodeproj/project.pbxproj	2008-05-24 07:58:27 UTC (rev 278)
@@ -89,7 +89,7 @@
 			isa = PBXContainerItemProxy;
 			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 2A124E9C0DE1C66300524237 /* Create ExternalSettings */;
+			remoteGlobalIDString = 2A124E9C0DE1C66300524237;
 			remoteInfo = "Create ExternalSettings";
 		};
 /* End PBXContainerItemProxy section */
@@ -670,7 +670,7 @@
 			baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
 			buildSettings = {
 				LIBRARY_SEARCH_PATHS = "";
-				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
+				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
 				USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
 			};
 			name = Development;
@@ -680,7 +680,7 @@
 			baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
 			buildSettings = {
 				LIBRARY_SEARCH_PATHS = "";
-				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
+				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
 				USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
 			};
 			name = Deployment;
@@ -690,7 +690,7 @@
 			baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
 			buildSettings = {
 				LIBRARY_SEARCH_PATHS = "";
-				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
+				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
 				USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
 			};
 			name = Default;

Modified: trunk/src/uimacnew/uimacnew.xcodeproj/project.pbxproj
===================================================================
--- trunk/src/uimacnew/uimacnew.xcodeproj/project.pbxproj	2008-05-19 14:47:07 UTC (rev 277)
+++ trunk/src/uimacnew/uimacnew.xcodeproj/project.pbxproj	2008-05-24 07:58:27 UTC (rev 278)
@@ -89,7 +89,7 @@
 			isa = PBXContainerItemProxy;
 			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 2A124E780DE1C48400524237 /* Create ExternalSettings */;
+			remoteGlobalIDString = 2A124E780DE1C48400524237;
 			remoteInfo = "Create ExternalSettings";
 		};
 /* End PBXContainerItemProxy section */
@@ -670,7 +670,7 @@
 			baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
 			buildSettings = {
 				LIBRARY_SEARCH_PATHS = "";
-				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
+				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
 				USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
 			};
 			name = Development;
@@ -680,7 +680,7 @@
 			baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
 			buildSettings = {
 				LIBRARY_SEARCH_PATHS = "";
-				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
+				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
 				USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
 			};
 			name = Deployment;
@@ -690,7 +690,7 @@
 			baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
 			buildSettings = {
 				LIBRARY_SEARCH_PATHS = "";
-				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
+				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
 				USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
 			};
 			name = Default;



More information about the Unison-hackers mailing list