Update TunnelKit + API
This commit is contained in:
parent
df45fb29a2
commit
0efcfc6250
4
Podfile
4
Podfile
|
@ -8,8 +8,8 @@ $tunnelkit_name = 'TunnelKit'
|
||||||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.6'
|
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.7'
|
||||||
pod_git $tunnelkit_name, $tunnelkit_specs, '74ed3cb'
|
#pod_git $tunnelkit_name, $tunnelkit_specs, '74ed3cb'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
|
|
||||||
|
|
13
Podfile.lock
13
Podfile.lock
|
@ -49,8 +49,8 @@ DEPENDENCIES:
|
||||||
- Kvitto
|
- Kvitto
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `74ed3cb`)
|
- TunnelKit/Extra/LZO (~> 2.2.7)
|
||||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `74ed3cb`)
|
- TunnelKit/Protocols/OpenVPN (~> 2.2.7)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -60,22 +60,17 @@ SPEC REPOS:
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
- TunnelKit
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Convenience:
|
Convenience:
|
||||||
:commit: 0b09b1e
|
:commit: 0b09b1e
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
TunnelKit:
|
|
||||||
:commit: 74ed3cb
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
Convenience:
|
Convenience:
|
||||||
:commit: 0b09b1e
|
:commit: 0b09b1e
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
TunnelKit:
|
|
||||||
:commit: 74ed3cb
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||||
|
@ -87,6 +82,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
||||||
TunnelKit: cbd063b8b6f4f6a182cf48e646ff35cb2365bf91
|
TunnelKit: cbd063b8b6f4f6a182cf48e646ff35cb2365bf91
|
||||||
|
|
||||||
PODFILE CHECKSUM: ad274e7f1cdd299cddfb06e23a2c0c0da7153f91
|
PODFILE CHECKSUM: 43c74249ac83f5246e4dda4bb40e2faa2f92dfe9
|
||||||
|
|
||||||
COCOAPODS: 1.9.3
|
COCOAPODS: 1.9.3
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 60b8e35f7d6abbba9046b020063192b14fba46a3
|
Subproject commit 52d86ee536c84d9f440fa6a2914c54cea4563c73
|
Loading…
Reference in New Issue