From 242a0ffd4aa5e37c212e7049f0219b9c632f189a Mon Sep 17 00:00:00 2001 From: Michael Griebling Date: Wed, 18 Jan 2023 16:02:32 -0500 Subject: [PATCH] First release --- Package.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Package.swift b/Package.swift index 8fdbaa6..1fee31e 100644 --- a/Package.swift +++ b/Package.swift @@ -6,6 +6,8 @@ import CoreGraphics let package = Package( name: "SwiftMath", + defaultLocalization: "en", + platforms: [.iOS(.v10), .macOS(.v11)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(