Skip to content

Commit c823610

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#258 from apple/update-precommit-check
Update swiftlang version to check against Xcode 10.0's
2 parents 8bbe54f + 2f699a4 commit c823610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project_precommit_check

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ supported_configs = {
6868
},
6969
'4.2': {
7070
'version': 'Apple Swift version 4.2 '
71-
'(swiftlang-1000.0.36 clang-1000.10.44)\n'
71+
'(swiftlang-1000.11.37.1 clang-1000.11.45.1)\n'
7272
'Target: x86_64-apple-darwin17.7.0\n',
73-
'description': 'Xcode 10 Beta 6 (contains Swift 4.2)',
73+
'description': 'Xcode 10.0 (contains Swift 4.2)',
7474
'branch': 'swift-4.2-branch'
7575
}
7676
},

0 commit comments

Comments
 (0)