File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ Wireguard Dart SDK for iOS/macOS
26
26
s . ios . deployment_target = "15.0"
27
27
s . osx . deployment_target = "12.0"
28
28
29
- s . dependency "WireGuardKit" , "0.3 "
29
+ s . dependency "WireGuardKit" , "0.4 "
30
30
31
31
end
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ target "Runner" do
31
31
use_frameworks!
32
32
use_modular_headers!
33
33
34
+ pod 'WireGuardKit' , :podspec => "https://raw.githubusercontent.com/mysteriumnetwork/wireguard-apple/0.4/WireGuardKit.podspec"
35
+
34
36
flutter_install_all_ios_pods File . dirname ( File . realpath ( __FILE__ ) )
35
37
36
38
target "tun" do
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ SPEC CHECKSUMS:
27
27
28
28
PODFILE CHECKSUM: ade4dc95c753c461e86203a02270c4756b4c2b1a
29
29
30
- COCOAPODS: 1.14.3
30
+ COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ target "Runner" do
30
30
use_frameworks!
31
31
use_modular_headers!
32
32
33
+ pod 'WireGuardKit' , :podspec => "https://raw.githubusercontent.com/mysteriumnetwork/wireguard-apple/0.4/WireGuardKit.podspec"
34
+
33
35
flutter_install_all_macos_pods File . dirname ( File . realpath ( __FILE__ ) )
34
36
end
35
37
Original file line number Diff line number Diff line change 3
3
- wireguard_dart (0.0.1):
4
4
- Flutter
5
5
- FlutterMacOS
6
- - WireGuardKit (= 0.3 )
7
- - WireGuardKit (0.3 )
6
+ - WireGuardKit (= 0.4 )
7
+ - WireGuardKit (0.4 )
8
8
9
9
DEPENDENCIES:
10
10
- FlutterMacOS (from `Flutter/ephemeral`)
11
11
- wireguard_dart (from `Flutter/ephemeral/.symlinks/plugins/wireguard_dart/darwin`)
12
-
13
- SPEC REPOS:
14
- trunk:
15
- - WireGuardKit
12
+ - WireGuardKit (from `https://raw.githubusercontent.com/mysteriumnetwork/wireguard-apple/0.4/WireGuardKit.podspec`)
16
13
17
14
EXTERNAL SOURCES:
18
15
FlutterMacOS:
19
16
:path: Flutter/ephemeral
20
17
wireguard_dart:
21
18
:path: Flutter/ephemeral/.symlinks/plugins/wireguard_dart/darwin
19
+ WireGuardKit:
20
+ :podspec: https://raw.githubusercontent.com/mysteriumnetwork/wireguard-apple/0.4/WireGuardKit.podspec
22
21
23
22
SPEC CHECKSUMS:
24
23
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
25
- wireguard_dart: e9f4586e6433f14a16864e80abbdb63239e1aa12
26
- WireGuardKit: 8b9e7f28441b67aafe60d59c15b8c70bed5ab092
24
+ wireguard_dart: 243daf647faad658d89ececebd2fae120c53f9e6
25
+ WireGuardKit: 4279043137fb39ac85bd2821f613ecd94b826a68
27
26
28
- PODFILE CHECKSUM: be01cccb06a368ce7b4626ad8fc3db0759a91741
27
+ PODFILE CHECKSUM: 43ff72062d07ffe680bc4a6bed2fdd1fbf7ba5a4
29
28
30
- COCOAPODS: 1.14.3
29
+ COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments