Skip to content

Commit

Permalink
Add missing package dependancy (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokas-ambrazevicius authored Nov 13, 2024
1 parent 3c9ad56 commit 0ec8293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nym-vpn-apple/Services/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ let package = Package(
dependencies: [
"Keychain",
"NymLogger",
.product(name: "MixnetLibrary", package: "MixnetLibrary", condition: .when(platforms: [.iOS])),
.product(name: "TunnelStatus", package: "ServicesMutual")
],
path: "Sources/Services/Tunnels"
Expand Down

0 comments on commit 0ec8293

Please sign in to comment.