Ticket #40052: remove-sdk.patch

File remove-sdk.patch, 1.6 KB (added by larryv (Lawrence Velázquez), 11 years ago)

patch for the patch that patches the Xcode project

  • files/patch-uimacnew-uimacnew.xcodeproj-project.pbxproj.diff

     
    1 --- uimacnew/uimacnew.xcodeproj/project.pbxproj.orig    2010-04-15 12:29:31.000000000 -0500
    2 +++ uimacnew/uimacnew.xcodeproj/project.pbxproj 2011-11-25 00:14:00.000000000 -0600
     1--- uimacnew/uimacnew.xcodeproj/project.pbxproj.orig    2010-04-15 13:29:31.000000000 -0400
     2+++ uimacnew/uimacnew.xcodeproj/project.pbxproj 2013-08-09 13:20:01.000000000 -0400
    33@@ -580,7 +580,6 @@
    44                                        "-L$(OCAMLLIBDIR)",
    55                                        "-lunix",
     
    2424                                        "-lbigarray",
    2525                                        "-lasmrun",
    2626                                );
     27@@ -673,7 +670,6 @@
     28                        baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
     29                        buildSettings = {
     30                                LIBRARY_SEARCH_PATHS = "";
     31-                               SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
     32                                USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
     33                        };
     34                        name = Development;
     35@@ -683,7 +679,6 @@
     36                        baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
     37                        buildSettings = {
     38                                LIBRARY_SEARCH_PATHS = "";
     39-                               SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
     40                                USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
     41                        };
     42                        name = Deployment;
     43@@ -693,7 +688,6 @@
     44                        baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */;
     45                        buildSettings = {
     46                                LIBRARY_SEARCH_PATHS = "";
     47-                               SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
     48                                USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR;
     49                        };
     50                        name = Default;