From d0c948a9b9eabfd30e05da6b445dfd504b097740 Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Thu, 3 Mar 2005 19:17:50 +0000 Subject: [PATCH] I hereby decree that from this moment forward we will configure our Xcode installations to use a shared build directory, eliminating the need for those lame confusing problematic framework search paths (when combined with my recent use of Xcode project references. --- ITKit.xcode/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/ITKit.xcode/project.pbxproj b/ITKit.xcode/project.pbxproj index f61c4bd..ef22611 100644 --- a/ITKit.xcode/project.pbxproj +++ b/ITKit.xcode/project.pbxproj @@ -1731,7 +1731,6 @@ buildRules = ( ); buildSettings = { - FRAMEWORK_SEARCH_PATHS = ../ITFoundation/build; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; @@ -2384,7 +2383,6 @@ buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_SEARCH_PATHS = ../ITFoundation/build; FRAMEWORK_VERSION = A; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; -- 2.20.1