Skip to content

Commit 5cddaed

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#380 from apple/update-project-precommit-check
Update project_precommit_check check to swiftc version from Xcode 11 Beta 6
2 parents 633dc03 + 3160000 commit 5cddaed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project_precommit_check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ supported_configs = {
8989
},
9090
'5.1': {
9191
'version': 'Apple Swift version 5.1 '
92-
'(swiftlang-1100.0.266.1 clang-1100.0.32.1)\n'
92+
'(swiftlang-1100.0.270.6 clang-1100.0.32.1)\n'
9393
'Target: x86_64-apple-darwin18.2.0\n',
94-
'description': 'Xcode 11 Beta 5 (contains Swift 5.1)',
94+
'description': 'Xcode 11 Beta 6 (contains Swift 5.1)',
9595
'branch': 'swift-5.1-branch'
9696
}
9797
},

0 commit comments

Comments
 (0)