Skip to content

Commit

Permalink
Merge pull request #12 from p-x9/feature/support-mac-os
Browse files Browse the repository at this point in the history
support macOS
  • Loading branch information
p-x9 authored Feb 11, 2023
2 parents 91ed213 + d6f9b07 commit 3929cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import PackageDescription
let package = Package(
name: "SDCALayer",
platforms: [
.iOS(.v13)
.iOS(.v13),
.macOS(.v10_15)
],
products: [
.library(
Expand Down

0 comments on commit 3929cf5

Please sign in to comment.