Skip to content

Commit 26acb4e

Browse files
changes required iOS version to 14, to correspont to wireguardKitGo
1 parent 20a3cbe commit 26acb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "WireGuardKit",
88
platforms: [
99
.macOS(.v10_14),
10-
.iOS(.v12)
10+
.iOS(.v14)
1111
],
1212
products: [
1313
.library(name: "WireGuardKit", targets: ["WireGuardKit"])

0 commit comments

Comments
 (0)