We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79be291 commit 4f07be3Copy full SHA for 4f07be3
Package.swift
@@ -18,7 +18,7 @@ let macOSPlatform: SupportedPlatform
18
if let deploymentTarget = ProcessInfo.processInfo.environment["SWIFTTSC_MACOS_DEPLOYMENT_TARGET"] {
19
macOSPlatform = .macOS(deploymentTarget)
20
} else {
21
- macOSPlatform = .macOS(.v10_13)
+ macOSPlatform = .macOS(.v10_10)
22
}
23
24
let CMakeFiles = ["CMakeLists.txt"]
0 commit comments