Skip to content

Commit

Permalink
Merge pull request #45 from mysteriumnetwork/feature/use-prebuild-wir…
Browse files Browse the repository at this point in the history
…eguardkit

Start using WireGuardKit pod, which is already compiled
  • Loading branch information
Waldz authored Sep 20, 2024
2 parents 41f9215 + 6e86b4c commit 0476af2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion darwin/wireguard_dart.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ target "Runner" do
use_frameworks!
use_modular_headers!

pod 'WireGuardKit', :podspec => "https://raw.githubusercontent.com/mysteriumnetwork/wireguard-apple/0.4/WireGuardKit.podspec"

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

target "tun" do
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ade4dc95c753c461e86203a02270c4756b4c2b1a

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 2 additions & 0 deletions example/macos/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ target "Runner" do
use_frameworks!
use_modular_headers!

pod 'WireGuardKit', :podspec => "https://raw.githubusercontent.com/mysteriumnetwork/wireguard-apple/0.4/WireGuardKit.podspec"

flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
end

Expand Down
19 changes: 9 additions & 10 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,27 @@ PODS:
- wireguard_dart (0.0.1):
- Flutter
- FlutterMacOS
- WireGuardKit (= 0.3)
- WireGuardKit (0.3)
- WireGuardKit (= 0.4)
- WireGuardKit (0.4)

DEPENDENCIES:
- FlutterMacOS (from `Flutter/ephemeral`)
- wireguard_dart (from `Flutter/ephemeral/.symlinks/plugins/wireguard_dart/darwin`)

SPEC REPOS:
trunk:
- WireGuardKit
- WireGuardKit (from `https://raw.githubusercontent.com/mysteriumnetwork/wireguard-apple/0.4/WireGuardKit.podspec`)

EXTERNAL SOURCES:
FlutterMacOS:
:path: Flutter/ephemeral
wireguard_dart:
:path: Flutter/ephemeral/.symlinks/plugins/wireguard_dart/darwin
WireGuardKit:
:podspec: https://raw.githubusercontent.com/mysteriumnetwork/wireguard-apple/0.4/WireGuardKit.podspec

SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
wireguard_dart: e9f4586e6433f14a16864e80abbdb63239e1aa12
WireGuardKit: 8b9e7f28441b67aafe60d59c15b8c70bed5ab092
wireguard_dart: 243daf647faad658d89ececebd2fae120c53f9e6
WireGuardKit: 4279043137fb39ac85bd2821f613ecd94b826a68

PODFILE CHECKSUM: be01cccb06a368ce7b4626ad8fc3db0759a91741
PODFILE CHECKSUM: 43ff72062d07ffe680bc4a6bed2fdd1fbf7ba5a4

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2

0 comments on commit 0476af2

Please sign in to comment.