aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2012-07-29 16:51:04 +1000
committernyamatongwe <nyamatongwe@gmail.com>2012-07-29 16:51:04 +1000
commita159a1c45644957fc14425937870f82a88569c31 (patch)
treef43b39be533821fe3d2e8f8d9d3fdc965e4efcbf /cocoa/ScintillaTest
parent7dce227b271e9e8d0028db697a70101615d6a5e6 (diff)
downloadscintilla-mirror-a159a1c45644957fc14425937870f82a88569c31.tar.gz
Updated Base SDK to 10.7 so builds with standard Xcode 4.4.
Diffstat (limited to 'cocoa/ScintillaTest')
-rw-r--r--cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj
index 8a9833f64..339fbeb2f 100644
--- a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj
+++ b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj
@@ -303,6 +303,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "";
PRODUCT_NAME = ScintillaTest;
+ SDKROOT = macosx10.7;
USER_HEADER_SEARCH_PATHS = "";
};
name = Debug;
@@ -327,6 +328,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "";
PRODUCT_NAME = ScintillaTest;
+ SDKROOT = macosx10.7;
USER_HEADER_SEARCH_PATHS = "";
};
name = Release;
@@ -342,7 +344,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "";
- SDKROOT = macosx10.6;
+ SDKROOT = macosx10.7;
};
name = Debug;
};
@@ -355,7 +357,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_LDFLAGS = "";
- SDKROOT = macosx10.6;
+ SDKROOT = macosx10.7;
};
name = Release;
};