Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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