We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc6cb1f + d487f49 commit 14f3f1cCopy full SHA for 14f3f1c
utils/update-checkout-config.json
@@ -189,6 +189,24 @@
189
"swift-integration-tests": "swift-3.0-branch",
190
"swift-xcode-playground-support": "swift-3.0-branch"
191
}
192
+ },
193
+ "swift-3.1-branch" : {
194
+ "aliases": ["swift-3.1-branch"],
195
+ "repos": {
196
+ "llvm": "swift-3.1-branch",
197
+ "clang": "swift-3.1-branch",
198
+ "swift": "master",
199
+ "lldb": "master",
200
+ "cmark": "master",
201
+ "llbuild": "master",
202
+ "swiftpm": "master",
203
+ "compiler-rt": "swift-3.1-branch",
204
+ "swift-corelibs-xctest": "master",
205
+ "swift-corelibs-foundation": "master",
206
+ "swift-corelibs-libdispatch": "master",
207
+ "swift-integration-tests": "master",
208
+ "swift-xcode-playground-support": "master"
209
+ }
210
211
212
0 commit comments