Skip to content

Commit 03262fc

Browse files
committed
Go back to 5.6
1 parent b5ea582 commit 03262fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version:5.4
1+
// swift-tools-version:5.6
22
import PackageDescription
33

44
let package = Package(
55
name: "apnswift",
66
platforms: [
7-
.macOS(.v11),
8-
.iOS(.v14),
7+
.macOS(.v12),
8+
.iOS(.v15),
99
],
1010
products: [
1111
.executable(name: "APNSwiftExample", targets: ["APNSwiftExample"]),

0 commit comments

Comments
 (0)