get test fixture compiling again

This commit is contained in:
Yonas Kolb 2018-02-26 17:13:35 +11:00
parent d88f58f20b
commit ee89c01f05
2 changed files with 2 additions and 3 deletions

View File

@ -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 */ = {

View File

@ -1,7 +1,6 @@
name: Project
include: [environments.yml]
options:
carthageExecutablePath: ../bin/carthage
bundleIdPrefix: com.project
usesTabs: false
indentWidth: 2