From 5f67b8b3fffefa94de9cd5cb51592b9e9efe12c8 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 17 Jun 2014 15:45:44 +1000 Subject: Use headers from framework instead of from relative paths. This checks that the Scintilla framework exposes headers correctly. --- cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cocoa/ScintillaTest/ScintillaTest.xcodeproj') diff --git a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj index 3dde4fe9d..ff962ef69 100644 --- a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj +++ b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj @@ -298,7 +298,7 @@ SCI_LEXER, SCI_NAMESPACE, ); - HEADER_SEARCH_PATHS = "../..//**"; + HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "$(inherited)"; @@ -324,7 +324,7 @@ SCI_LEXER, SCI_NAMESPACE, ); - HEADER_SEARCH_PATHS = "../..//**"; + HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "$(inherited)"; -- cgit v1.2.3