Skip to content

Commit 5607755

Browse files
authored
Revert "Update requirements in Package.swift to match SwiftPM (#416)"
This reverts commit be6f396.
1 parent 79f5ae3 commit 5607755

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.7
1+
// swift-tools-version:5.5
22

33
/*
44
This source file is part of the Swift.org open source project
@@ -18,7 +18,7 @@ let macOSPlatform: SupportedPlatform
1818
if let deploymentTarget = ProcessInfo.processInfo.environment["SWIFTTSC_MACOS_DEPLOYMENT_TARGET"] {
1919
macOSPlatform = .macOS(deploymentTarget)
2020
} else {
21-
macOSPlatform = .macOS(.v10_15)
21+
macOSPlatform = .macOS(.v10_13)
2222
}
2323

2424
let CMakeFiles = ["CMakeLists.txt"]
@@ -27,7 +27,6 @@ let package = Package(
2727
name: "swift-tools-support-core",
2828
platforms: [
2929
macOSPlatform,
30-
.iOS(.v15)
3130
],
3231
products: [
3332
.library(

0 commit comments

Comments
 (0)