Skip to content

Commit 66e2c78

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request #291 from apple/add-xcode-version
Add Xcode 10.1 configuration to project_precommit_check
2 parents 54a2047 + 33521f5 commit 66e2c78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

project_precommit_check

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ supported_configs = {
7272
'Target: x86_64-apple-darwin17.7.0\n',
7373
'description': 'Xcode 10.0 (contains Swift 4.2)',
7474
'branch': 'swift-4.2-branch'
75+
},
76+
'4.2.1': {
77+
'version': 'Apple Swift version 4.2.1 '
78+
'(swiftlang-1000.11.42 clang-1000.11.45.1)\n'
79+
'Target: x86_64-apple-darwin17.7.0\n',
80+
'description': 'Xcode 10.1 (contains Swift 4.2.1)',
81+
'branch': 'swift-4.2-branch'
7582
}
7683
},
7784
# NOTE: Linux isn't fully supported yet

0 commit comments

Comments
 (0)