From cdb2b42d605eff2355093a2d357ad00c9e7b668b Mon Sep 17 00:00:00 2001 From: Valdas Petrulis Date: Tue, 10 Sep 2024 15:28:37 +0300 Subject: [PATCH] Start using WireGuardKit pod, which is already compiled --- darwin/wireguard_dart.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/wireguard_dart.podspec b/darwin/wireguard_dart.podspec index b43b815..ba76476 100644 --- a/darwin/wireguard_dart.podspec +++ b/darwin/wireguard_dart.podspec @@ -26,6 +26,6 @@ Wireguard Dart SDK for iOS/macOS s.ios.deployment_target = "15.0" s.osx.deployment_target = "12.0" - s.dependency "WireGuardKit", "0.3" + s.dependency "WireGuardKit", "0.4" end