mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-19 22:32:16 +00:00
Update TunnelKit
This commit is contained in:
parent
2ef67e73c3
commit
911645cc68
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.0.5'
|
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.5'
|
||||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '1830695'
|
pod_git $tunnelkit_name, $tunnelkit_specs, '4d61734'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
|
|
||||||
|
27
Podfile.lock
27
Podfile.lock
@ -13,14 +13,14 @@ PODS:
|
|||||||
- MBProgressHUD (1.1.0)
|
- MBProgressHUD (1.1.0)
|
||||||
- OpenSSL-Apple (1.1.0l.4)
|
- OpenSSL-Apple (1.1.0l.4)
|
||||||
- SSZipArchive (2.2.2)
|
- SSZipArchive (2.2.2)
|
||||||
- SwiftyBeaver (1.8.0)
|
- SwiftyBeaver (1.8.2)
|
||||||
- TunnelKit/AppExtension (2.0.5):
|
- TunnelKit/AppExtension (2.1.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
- TunnelKit/Core (2.0.5):
|
- TunnelKit/Core (2.1.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Extra/LZO (2.0.5)
|
- TunnelKit/Extra/LZO (2.1.0)
|
||||||
- TunnelKit/Protocols/OpenVPN (2.0.5):
|
- TunnelKit/Protocols/OpenVPN (2.1.0):
|
||||||
- OpenSSL-Apple (~> 1.1.0j.4)
|
- OpenSSL-Apple (~> 1.1.0j.4)
|
||||||
- TunnelKit/AppExtension
|
- TunnelKit/AppExtension
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
@ -37,8 +37,8 @@ DEPENDENCIES:
|
|||||||
- Convenience/Tables (from `https://github.com/keeshux/convenience`, commit `b990a8c`)
|
- Convenience/Tables (from `https://github.com/keeshux/convenience`, commit `b990a8c`)
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (~> 2.0.5)
|
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `4d61734`)
|
||||||
- TunnelKit/Protocols/OpenVPN (~> 2.0.5)
|
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `4d61734`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
@ -46,26 +46,31 @@ SPEC REPOS:
|
|||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit
|
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Convenience:
|
Convenience:
|
||||||
:commit: b990a8c
|
:commit: b990a8c
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
|
TunnelKit:
|
||||||
|
:commit: 4d61734
|
||||||
|
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
Convenience:
|
Convenience:
|
||||||
:commit: b990a8c
|
:commit: b990a8c
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
|
TunnelKit:
|
||||||
|
:commit: 4d61734
|
||||||
|
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Convenience: c2bc96be4ca77c7018f85b2c63b95c2a44c05c5a
|
Convenience: c2bc96be4ca77c7018f85b2c63b95c2a44c05c5a
|
||||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||||
OpenSSL-Apple: f3d1668588ea8f06b076dcfa6177cd90452e3800
|
OpenSSL-Apple: f3d1668588ea8f06b076dcfa6177cd90452e3800
|
||||||
SSZipArchive: fa16b8cc4cdeceb698e5e5d9f67e9558532fbf23
|
SSZipArchive: fa16b8cc4cdeceb698e5e5d9f67e9558532fbf23
|
||||||
SwiftyBeaver: f5c4c5f3e01b8fcb7dfcf13d23644eb886bf415d
|
SwiftyBeaver: aaf2ebd7dac2e952991f46a82ed24ad642867ae2
|
||||||
TunnelKit: f33216415cd9d5e37b6acf02edb0c79350598b36
|
TunnelKit: 0743f0306be0869d51118ac33e274e7507a93537
|
||||||
|
|
||||||
PODFILE CHECKSUM: a88f2c0e0a4c7e4ea4d890ef66e724b23c2ed591
|
PODFILE CHECKSUM: b9bef1467b9150d5daa39cfe50b2b42fb64a2420
|
||||||
|
|
||||||
COCOAPODS: 1.8.4
|
COCOAPODS: 1.8.4
|
||||||
|
Loading…
Reference in New Issue
Block a user