Raise deployment target to macOS 15 for Synchronization APIs
This commit is contained in:
parent
1ae3a4ed37
commit
e52f9c06e8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ let swiftSettings: [SwiftSetting] = [
|
|||
|
||||
let package = Package(
|
||||
name: "portico",
|
||||
platforms: [.macOS(.v14)],
|
||||
platforms: [.macOS(.v15)],
|
||||
products: [
|
||||
.library(name: "Portico", targets: ["Portico"]),
|
||||
.library(name: "PorticoGtk", targets: ["PorticoGtk"]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue