Skip to content

Commit

Permalink
Revert "Update requirements in Package.swift to match SwiftPM (#416)"
Browse files Browse the repository at this point in the history
This reverts commit be6f396.
  • Loading branch information
MaxDesiatov authored Aug 22, 2024
1 parent 79f5ae3 commit 5607755
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.5

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

let CMakeFiles = ["CMakeLists.txt"]
Expand All @@ -27,7 +27,6 @@ let package = Package(
name: "swift-tools-support-core",
platforms: [
macOSPlatform,
.iOS(.v15)
],
products: [
.library(
Expand Down

0 comments on commit 5607755

Please sign in to comment.