Skip to content

Commit 6cbb0ed

Browse files
[FIX]: Fix issue for iOS platform support.
1 parent f5dcd5d commit 6cbb0ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "WireGuardKit",
88
platforms: [
9-
.macOS(.v12),
10-
.iOS(.v15)
9+
.iOS(.v12), .macOS(.v10_14),
1110
],
1211
products: [
1312
.library(name: "WireGuardKit", targets: ["WireGuardKit"])

0 commit comments

Comments
 (0)