Skip to content

Commit

Permalink
Merge pull request WireGuard#5 from safehousetech/task/bug-fixes
Browse files Browse the repository at this point in the history
DV-0001 (fix): Fix issue for iOS platform support in package.swift file.
  • Loading branch information
Himanshu072001 authored Jul 4, 2023
2 parents 5117b33 + bc51772 commit b8dee86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import PackageDescription
let package = Package(
name: "WireGuardKit",
platforms: [
.macOS(.v12),
.iOS(.v15)
.iOS(.v12), .macOS(.v10_14),
],
products: [
.library(name: "WireGuardKit", targets: ["WireGuardKit"])
Expand Down

0 comments on commit b8dee86

Please sign in to comment.