From 3fce10a45afb730200d70c5356d7815fc97ca1a8 Mon Sep 17 00:00:00 2001 From: Karoy Lorentey Date: Wed, 3 Aug 2022 12:14:26 -0700 Subject: [PATCH] Set up shared schemes in the xcworkspace under Utils/ --- .../xcschemes/Collections.xcscheme | 70 +++++ .../xcschemes/CollectionsBenchmark.xcscheme | 81 ++++++ .../xcschemes/CollectionsTestSupport.xcscheme | 78 ++++++ .../xcschemes/DequeModule.xcscheme | 70 +++++ .../xcschemes/OrderedCollections.xcscheme | 70 +++++ .../xcschemes/PriorityQueueModule.xcscheme | 70 +++++ .../xcshareddata/xcschemes/benchmark.xcscheme | 81 ++++++ .../swift-collections-Package.xcscheme | 260 ++++++++++++++++++ ...ift-collections-benchmark-Package.xcscheme | 100 +++++++ 9 files changed, 880 insertions(+) create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/Collections.xcscheme create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/CollectionsBenchmark.xcscheme create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/CollectionsTestSupport.xcscheme create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/DequeModule.xcscheme create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/OrderedCollections.xcscheme create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/PriorityQueueModule.xcscheme create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/benchmark.xcscheme create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/swift-collections-Package.xcscheme create mode 100644 Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/swift-collections-benchmark-Package.xcscheme diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/Collections.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/Collections.xcscheme new file mode 100644 index 000000000..524f681f9 --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/Collections.xcscheme @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/CollectionsBenchmark.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/CollectionsBenchmark.xcscheme new file mode 100644 index 000000000..461eb6429 --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/CollectionsBenchmark.xcscheme @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/CollectionsTestSupport.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/CollectionsTestSupport.xcscheme new file mode 100644 index 000000000..eff5e75be --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/CollectionsTestSupport.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/DequeModule.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/DequeModule.xcscheme new file mode 100644 index 000000000..02171f2c7 --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/DequeModule.xcscheme @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/OrderedCollections.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/OrderedCollections.xcscheme new file mode 100644 index 000000000..07004490d --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/OrderedCollections.xcscheme @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/PriorityQueueModule.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/PriorityQueueModule.xcscheme new file mode 100644 index 000000000..d4788ae35 --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/PriorityQueueModule.xcscheme @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/benchmark.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/benchmark.xcscheme new file mode 100644 index 000000000..6b1436946 --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/benchmark.xcscheme @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/swift-collections-Package.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/swift-collections-Package.xcscheme new file mode 100644 index 000000000..7016aa95b --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/swift-collections-Package.xcscheme @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/swift-collections-benchmark-Package.xcscheme b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/swift-collections-benchmark-Package.xcscheme new file mode 100644 index 000000000..a4191ca5a --- /dev/null +++ b/Utils/swift-collections.xcworkspace/xcshareddata/xcschemes/swift-collections-benchmark-Package.xcscheme @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +