I hereby decree that from this moment forward we will configure our Xcode
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 3 Mar 2005 19:17:50 +0000 (19:17 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 3 Mar 2005 19:17:50 +0000 (19:17 +0000)
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

index f61c4bd..ef22611 100644 (file)
                        buildRules = (
                        );
                        buildSettings = {
-                               FRAMEWORK_SEARCH_PATHS = ../ITFoundation/build;
                                GCC_PRECOMPILE_PREFIX_HEADER = NO;
                                GCC_PREFIX_HEADER = "";
                                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
                        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;