diff options
author | stuconnolly <stuart02@gmail.com> | 2012-05-07 14:04:58 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-05-07 14:04:58 +0000 |
commit | c2fc87167b086680aa8b7190e497e834413bfc7d (patch) | |
tree | e5ea54b91ef0bc42b0b9f868f4ad614fc1504de7 /Frameworks/QueryKit/QueryKit.xcodeproj | |
parent | b02a815e440ab1b7ed78bb70833e55f69a128a4a (diff) | |
download | sequelpro-c2fc87167b086680aa8b7190e497e834413bfc7d.tar.gz sequelpro-c2fc87167b086680aa8b7190e497e834413bfc7d.tar.bz2 sequelpro-c2fc87167b086680aa8b7190e497e834413bfc7d.zip |
Update make files to support accepting xcode default settings.
Diffstat (limited to 'Frameworks/QueryKit/QueryKit.xcodeproj')
-rw-r--r-- | Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj b/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj index 8b5221ae..5a226510 100644 --- a/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj +++ b/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj @@ -230,7 +230,6 @@ isa = PBXNativeTarget; buildConfigurationList = 17E596A614F307CE0054EE08 /* Build configuration list for PBXNativeTarget "Tests" */; buildPhases = ( - 17E5969914F307CE0054EE08 /* Resources */, 17E5969A14F307CE0054EE08 /* Sources */, 17E5969B14F307CE0054EE08 /* Frameworks */, 17E5969C14F307CE0054EE08 /* ShellScript */, @@ -291,13 +290,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 17E5969914F307CE0054EE08 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8DC2EF520486A6940098B216 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -319,7 +311,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; + shellScript = "\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; }; /* End PBXShellScriptBuildPhase section */ |