Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start using WireGuardKit pod, which is already compiled #45

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading