Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Add support for building on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Jan 23, 2024
1 parent dc41f50 commit 59a96c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import PackageDescription
/// The Adwaita package.
let package = Package(
name: "Adwaita",
platforms: [
.macOS(.v10_15)
],
products: [
.library(
name: "Adwaita",
Expand Down

0 comments on commit 59a96c7

Please sign in to comment.