Skip to content

Commit b8dee86

Browse files
Merge pull request WireGuard#5 from safehousetech/task/bug-fixes
DV-0001 (fix): Fix issue for iOS platform support in package.swift file.
2 parents 5117b33 + bc51772 commit b8dee86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

+1-2
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)