Fix Mac version crashes on TextColor. Need at least v12.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user