diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj b/Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj index b6ceacc3..2559e577 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj @@ -797,7 +797,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "../bin/carthage copy-frameworks\n"; + shellScript = "carthage copy-frameworks\n"; showEnvVarsInLog = 0; }; SSBP_6331376344 /* MyScript */ = { @@ -829,7 +829,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "../bin/carthage copy-frameworks\n"; + shellScript = "carthage copy-frameworks\n"; showEnvVarsInLog = 0; }; SSBP_8255377629 /* MyScript */ = { diff --git a/Tests/Fixtures/TestProject/spec.yml b/Tests/Fixtures/TestProject/spec.yml index 8bfc791d..31c030c1 100644 --- a/Tests/Fixtures/TestProject/spec.yml +++ b/Tests/Fixtures/TestProject/spec.yml @@ -1,7 +1,6 @@ name: Project include: [environments.yml] options: - carthageExecutablePath: ../bin/carthage bundleIdPrefix: com.project usesTabs: false indentWidth: 2