Fix Mac version crashes on TextColor. Need at least v12.

This commit is contained in:
Michael Griebling
2024-10-05 13:52:35 -04:00
parent 428537b8d9
commit 9fecdcf563
5 changed files with 67 additions and 73 deletions

View File

@@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "SwiftMath",
defaultLocalization: "en",
platforms: [.iOS(.v11), .macOS(.v11)],
platforms: [.iOS("11.0"), .macOS("12.0")],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(