diff options
author | Abhi Beckert <abhibeckert@gmail.com> | 2013-11-10 10:09:33 +1000 |
---|---|---|
committer | Abhi Beckert <abhibeckert@gmail.com> | 2013-11-10 10:09:33 +1000 |
commit | 5978531cba1d3b908c7e128dc65f11975274fa3c (patch) | |
tree | 357f12e1c99b7095d1dec32033ee55bf61155f96 /Frameworks/QueryKit/QueryKit.xcodeproj | |
parent | 66ad29eea4d46e38462adb8b52962694a3c25f7e (diff) | |
download | sequelpro-5978531cba1d3b908c7e128dc65f11975274fa3c.tar.gz sequelpro-5978531cba1d3b908c7e128dc65f11975274fa3c.tar.bz2 sequelpro-5978531cba1d3b908c7e128dc65f11975274fa3c.zip |
enable skip_install (debugging continuous integration server)
Diffstat (limited to 'Frameworks/QueryKit/QueryKit.xcodeproj')
-rw-r--r-- | Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj b/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj index 64f991d6..ac2862eb 100644 --- a/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj +++ b/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj @@ -510,6 +510,7 @@ INFOPLIST_FILE = Resources/Info.plist; INSTALL_PATH = "@executable_path/../Frameworks"; PRODUCT_NAME = QueryKit; + SKIP_INSTALL = YES; WARNING_CFLAGS = "-Wmost"; WRAPPER_EXTENSION = framework; }; @@ -632,6 +633,7 @@ INFOPLIST_FILE = Resources/Info.plist; INSTALL_PATH = "@executable_path/../Frameworks"; PRODUCT_NAME = QueryKit; + SKIP_INSTALL = YES; WARNING_CFLAGS = "-Wmost"; WRAPPER_EXTENSION = framework; }; @@ -674,6 +676,7 @@ INFOPLIST_FILE = Resources/Info.plist; INSTALL_PATH = "@executable_path/../Frameworks"; PRODUCT_NAME = QueryKit; + SKIP_INSTALL = YES; WARNING_CFLAGS = "-Wmost"; WRAPPER_EXTENSION = framework; }; |