Merge pull request #284 from LinusU/xcode-0930

Target Xcode 9.3
This commit is contained in:
Yonas Kolb
2018-04-09 10:06:56 +10:00
committed by GitHub
7 changed files with 20 additions and 7 deletions
+1 -2
View File
@@ -103,8 +103,7 @@ public class ProjectGenerator {
shouldUseLaunchSchemeArgsEnv: scheme.test?.shouldUseLaunchSchemeArgsEnv ?? true,
codeCoverageEnabled: scheme.test?.gatherCoverageData ?? false,
commandlineArguments: testCommandLineArgs,
environmentVariables: testVariables,
language: ""
environmentVariables: testVariables
)
let launchAction = XCScheme.LaunchAction(
+1 -1
View File
@@ -4,7 +4,7 @@ import ProjectSpec
extension ProjectSpec {
var xcodeVersion: String {
return XCodeVersion.parse(options.xcodeVersion ?? "9.2")
return XCodeVersion.parse(options.xcodeVersion ?? "9.3")
}
var schemeVersion: String {