Skip to content

Commit 0b04d3c

Browse files
KM-17216: Fix WireGuard on iOS 15 (#358)
1 parent 79bd738 commit 0b04d3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LocalPackages/PIALibrary/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.package(path: "../PIARegions"),
2424
.package(url: "git@github.com:pia-foss/mobile-ios-networking.git", exact: "1.3.2"),
2525
.package(url: "git@github.com:pia-foss/mobile-ios-openvpn.git", exact: "2.2.6"),
26-
.package(url: "git@github.com:pia-foss/mobile-ios-wireguard.git", exact: "1.0.5"),
26+
.package(url: "git@github.com:pia-foss/mobile-ios-wireguard.git", exact: "1.0.6"),
2727
.package(url: "https://github.com/apple/swift-algorithms", exact: "1.2.1"),
2828
.package(url: "https://github.com/apple/swift-log", exact: "1.13.1"),
2929
.package(url: "https://github.com/ashleymills/Reachability.swift.git", exact: "5.2.4")

PIA VPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)