diff options
author | rowanbeentje <rowan@beent.je> | 2012-02-26 21:06:23 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-02-26 21:06:23 +0000 |
commit | 761e5d73bf237c4d5e33a925cfd8d8fb9a48c30d (patch) | |
tree | 283b7df70518febc444b41230b44b63c705a36dd /Frameworks/QueryKit/QueryKit.xcodeproj | |
parent | c13e3dfe062b978e81703e59b4f5af3d71c6464c (diff) | |
download | sequelpro-761e5d73bf237c4d5e33a925cfd8d8fb9a48c30d.tar.gz sequelpro-761e5d73bf237c4d5e33a925cfd8d8fb9a48c30d.tar.bz2 sequelpro-761e5d73bf237c4d5e33a925cfd8d8fb9a48c30d.zip |
- 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
Diffstat (limited to 'Frameworks/QueryKit/QueryKit.xcodeproj')
-rw-r--r-- | Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |