Prepare for new dependencies

This commit is contained in:
Christoph Hagen 2022-06-30 18:58:10 +02:00
parent 75d1772d0e
commit 39ef55f342

View File

@ -1,11 +1,11 @@
// swift-tools-version: 5.5 // swift-tools-version: 5.6
import PackageDescription import PackageDescription
let package = Package( let package = Package(
name: "Push-iOS", name: "Push-iOS",
platforms: [ platforms: [
.macOS(.v10_15), .macOS(.v12),
.iOS(.v13), .iOS(.v13),
], ],
products: [ products: [
@ -14,8 +14,8 @@ let package = Package(
targets: ["Push"]), targets: ["Push"]),
], ],
dependencies: [ dependencies: [
.package(url: "https://christophhagen.de/git/ch/Push-Definitions.git", from: "1.0.0"), .package(url: "https://christophhagen.de/git/ch/Push-Definitions.git", from: "2.0.0-alpha.2"),
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "4.0.0"), .package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-alpha.4"),
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0") .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0")
], ],
targets: [ targets: [