Add support for building on macOS

This commit is contained in:
david-swift 2024-01-23 22:19:07 +01:00
parent dc41f50c52
commit 59a96c7116

View File

@ -11,6 +11,9 @@ import PackageDescription
/// The Adwaita package.
let package = Package(
name: "Adwaita",
platforms: [
.macOS(.v10_15)
],
products: [
.library(
name: "Adwaita",