Raise deployment target to macOS 15 for Synchronization APIs

This commit is contained in:
Brendan Szymanski 2026-08-12 02:28:44 -04:00
parent 1ae3a4ed37
commit e52f9c06e8

View file

@ -8,7 +8,7 @@ let swiftSettings: [SwiftSetting] = [
let package = Package( let package = Package(
name: "portico", name: "portico",
platforms: [.macOS(.v14)], platforms: [.macOS(.v15)],
products: [ products: [
.library(name: "Portico", targets: ["Portico"]), .library(name: "Portico", targets: ["Portico"]),
.library(name: "PorticoGtk", targets: ["PorticoGtk"]), .library(name: "PorticoGtk", targets: ["PorticoGtk"]),