From 761e5d73bf237c4d5e33a925cfd8d8fb9a48c30d Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 26 Feb 2012 21:06:23 +0000 Subject: - Re-add QueryKit as a dependency, and correct framework paths and linking to fix errors building and running the project - Add svn ignore properties on QueryKit build and mode paths --- Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj') diff --git a/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj b/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj index efbdb9f1..89c50725 100644 --- a/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj +++ b/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj @@ -385,7 +385,7 @@ GCC_WARN_UNUSED_LABEL = YES; GCC_WARN_UNUSED_VALUE = YES; INFOPLIST_FILE = Resources/Info.plist; - INSTALL_PATH = "$(HOME)/Library/Frameworks"; + INSTALL_PATH = "@executable_path/../Frameworks"; PRODUCT_NAME = QueryKit; WRAPPER_EXTENSION = framework; }; @@ -507,7 +507,7 @@ GCC_WARN_UNUSED_VALUE = YES; GENERATE_PKGINFO_FILE = YES; INFOPLIST_FILE = Resources/Info.plist; - INSTALL_PATH = "$(HOME)/Library/Frameworks"; + INSTALL_PATH = "@executable_path/../Frameworks"; PRODUCT_NAME = QueryKit; WARNING_CFLAGS = "-Wmost"; WRAPPER_EXTENSION = framework; @@ -552,7 +552,7 @@ GCC_WARN_UNUSED_LABEL = YES; GCC_WARN_UNUSED_VALUE = YES; INFOPLIST_FILE = Resources/Info.plist; - INSTALL_PATH = "$(HOME)/Library/Frameworks"; + INSTALL_PATH = "@executable_path/../Frameworks"; PRODUCT_NAME = QueryKit; SDKROOT = macosx10.5; VALID_ARCHS = "ppc i386 x86_64"; -- cgit v1.2.3