From b814cd16b821b2ae7b678206b8fa1bf98a4cd8fa Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Mon, 11 Nov 2013 23:42:27 +1100 Subject: Update InfoBar to use combined images. Change SDK setting to latest so will work with both Xcode 4.6 and 5.0. --- cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cocoa/ScintillaTest/ScintillaTest.xcodeproj') diff --git a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj index ba5405c3f..ed140eda9 100644 --- a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj +++ b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj @@ -303,7 +303,7 @@ LIBRARY_SEARCH_PATHS = "$(inherited)"; OTHER_LDFLAGS = ""; PRODUCT_NAME = ScintillaTest; - SDKROOT = macosx10.7; + SDKROOT = macosx; USER_HEADER_SEARCH_PATHS = ""; }; name = Debug; @@ -328,7 +328,7 @@ LIBRARY_SEARCH_PATHS = "$(inherited)"; OTHER_LDFLAGS = ""; PRODUCT_NAME = ScintillaTest; - SDKROOT = macosx10.7; + SDKROOT = macosx; USER_HEADER_SEARCH_PATHS = ""; }; name = Release; @@ -344,7 +344,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ""; - SDKROOT = macosx10.7; + SDKROOT = macosx; }; name = Debug; }; @@ -357,7 +357,7 @@ GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; OTHER_LDFLAGS = ""; - SDKROOT = macosx10.7; + SDKROOT = macosx; }; name = Release; }; -- cgit v1.2.3