We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6447f71 + fb64bc4 commit 6b21aa1Copy full SHA for 6b21aa1
utils/update_checkout/update-checkout-config.json
@@ -23,7 +23,7 @@
23
"swift-corelibs-xctest": {
24
"remote": { "id": "apple/swift-corelibs-xctest" } },
25
"swift-corelibs-foundation": {
26
- "remote": { "id": "apple/swift-corelibs-foundation" } },
+ "remote": { "id": "swiftwasm/swift-corelibs-foundation" } },
27
"swift-corelibs-libdispatch": {
28
"remote": { "id": "apple/swift-corelibs-libdispatch" } },
29
"swift-integration-tests": {
@@ -72,7 +72,7 @@
72
"swift-syntax": "master",
73
"swift-stress-tester": "master",
74
"swift-corelibs-xctest": "master",
75
- "swift-corelibs-foundation": "master",
+ "swift-corelibs-foundation": "swiftwasm",
76
"swift-corelibs-libdispatch": "master",
77
"swift-integration-tests": "master",
78
"swift-xcode-playground-support": "master",
0 commit comments