From: Joseph Spiros Date: Thu, 3 Mar 2005 19:17:50 +0000 (+0000) Subject: I hereby decree that from this moment forward we will configure our Xcode X-Git-Tag: v1.0~2 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/d0c948a9b9eabfd30e05da6b445dfd504b097740 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. --- 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;