Skip to content
Snippets Groups Projects
Commit d4639e13 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add macOS to package platforms

parent 32ac1c46
No related branches found
No related tags found
1 merge request!45Draft: Add macOS support
...@@ -17,6 +17,7 @@ let package = Package( ...@@ -17,6 +17,7 @@ let package = Package(
defaultLocalization: "en", defaultLocalization: "en",
platforms: [ platforms: [
.iOS(.v14), .iOS(.v14),
.macOS(.v12),
], ],
products: [ products: [
.library(name: "XXClient", targets: ["XXClient"]), .library(name: "XXClient", targets: ["XXClient"]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment