mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-17 22:19:08 +00:00
Fix broken LZO in TunnelKit
This commit is contained in:
parent
1d6288d0f0
commit
830c70dd3e
4
Podfile
4
Podfile
@ -8,8 +8,8 @@ $tunnelkit_name = 'TunnelKit'
|
||||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||
|
||||
def shared_pods
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.0'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '5ba49ae'
|
||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.1'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'a861c69'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
end
|
||||
|
27
Podfile.lock
27
Podfile.lock
@ -3,13 +3,13 @@ PODS:
|
||||
- OpenSSL-Apple (1.1.0j.2)
|
||||
- SSZipArchive (2.2.1)
|
||||
- SwiftyBeaver (1.7.0)
|
||||
- TunnelKit/AppExtension (2.0.0):
|
||||
- TunnelKit/AppExtension (2.0.1):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (2.0.0):
|
||||
- TunnelKit/Core (2.0.1):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Extra/LZO (2.0.0)
|
||||
- TunnelKit/Protocols/OpenVPN (2.0.0):
|
||||
- TunnelKit/Extra/LZO (2.0.1)
|
||||
- TunnelKit/Protocols/OpenVPN (2.0.1):
|
||||
- OpenSSL-Apple (~> 1.1.0j.2)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
@ -17,8 +17,8 @@ PODS:
|
||||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (~> 2.0.0)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 2.0.0)
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `a861c69`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `a861c69`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
@ -26,15 +26,24 @@ SPEC REPOS:
|
||||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: a861c69
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: a861c69
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
OpenSSL-Apple: e88e1eb314acb4a05e2348069790c4aa49f6d319
|
||||
SSZipArchive: 8e859da2520142e09166bc9161967db296e9d02f
|
||||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||
TunnelKit: 53dd6a24fd4a38380226f39621b61b0aafc6e4b6
|
||||
TunnelKit: a1477f296a481c2ccefe9e6788aea090a1fb6f18
|
||||
|
||||
PODFILE CHECKSUM: da84936af95644a9197218fe610012d0316ff926
|
||||
PODFILE CHECKSUM: 16e93cfb144d613f0ba7af1adc65fc0330004c84
|
||||
|
||||
COCOAPODS: 1.6.2
|
||||
|
Loading…
Reference in New Issue
Block a user