From fb64bc4141076ab51aac2460df9a4dbf8f113bee Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 21 May 2020 19:31:51 +0100 Subject: [PATCH] Clone SwiftWasm fork of Foundation with update-checkout --- utils/update_checkout/update-checkout-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 63553a73ee152..7798cf87c4aa9 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -23,7 +23,7 @@ "swift-corelibs-xctest": { "remote": { "id": "apple/swift-corelibs-xctest" } }, "swift-corelibs-foundation": { - "remote": { "id": "apple/swift-corelibs-foundation" } }, + "remote": { "id": "swiftwasm/swift-corelibs-foundation" } }, "swift-corelibs-libdispatch": { "remote": { "id": "apple/swift-corelibs-libdispatch" } }, "swift-integration-tests": { @@ -72,7 +72,7 @@ "swift-syntax": "master", "swift-stress-tester": "master", "swift-corelibs-xctest": "master", - "swift-corelibs-foundation": "master", + "swift-corelibs-foundation": "swiftwasm", "swift-corelibs-libdispatch": "master", "swift-integration-tests": "master", "swift-xcode-playground-support": "master",