Skip to content

Commit 4f07be3

Browse files
committed
Lowered macOS deployment target for continuity of the 0.2.x release
1 parent 79be291 commit 4f07be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -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_13)
21+
macOSPlatform = .macOS(.v10_10)
2222
}
2323

2424
let CMakeFiles = ["CMakeLists.txt"]

0 commit comments

Comments
 (0)