Upgrade TunnelKit
This commit is contained in:
parent
c8a04bb08b
commit
07f5a03b81
4
Podfile
4
Podfile
|
@ -7,8 +7,8 @@ $tunnelkit_name = 'TunnelKit'
|
|||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||
|
||||
def shared_pods
|
||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.3.3'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, '65774c9'
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.4.0'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '65774c9'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
pod 'Kvitto'
|
||||
|
|
17
Podfile.lock
17
Podfile.lock
|
@ -33,7 +33,7 @@ PODS:
|
|||
- TunnelKit/Manager (3.4.0):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Protocols/OpenVPN (3.4.0):
|
||||
- OpenSSL-Apple (~> 1.1.1h.10)
|
||||
- OpenSSL-Apple (~> 1.1.1k.11)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Manager
|
||||
|
@ -52,8 +52,8 @@ DEPENDENCIES:
|
|||
- Kvitto
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `65774c9`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `65774c9`)
|
||||
- TunnelKit/Extra/LZO (~> 3.4.0)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 3.4.0)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -63,22 +63,17 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Convenience:
|
||||
:commit: 5ed1fe0
|
||||
:git: https://github.com/keeshux/convenience
|
||||
TunnelKit:
|
||||
:commit: 65774c9
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Convenience:
|
||||
:commit: 5ed1fe0
|
||||
:git: https://github.com/keeshux/convenience
|
||||
TunnelKit:
|
||||
:commit: 65774c9
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||
|
@ -88,8 +83,8 @@ SPEC CHECKSUMS:
|
|||
OpenSSL-Apple: 3104e6d32de21815b68aeba31edaa6a78d90e7e0
|
||||
SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2
|
||||
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
|
||||
TunnelKit: 9733bb3d8b911b8dfa3cb1363bc82bb3f4204038
|
||||
TunnelKit: 93631182ccc2b19f19093649abeaffaff89e370d
|
||||
|
||||
PODFILE CHECKSUM: 1a4dbd105e1c36d0e60bd7a66dddcf6bb766cda3
|
||||
PODFILE CHECKSUM: 72464a4781505424ce1f94b497f3f1111e6c9858
|
||||
|
||||
COCOAPODS: 1.10.2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
![iOS 12+](https://img.shields.io/badge/ios-12+-green.svg)
|
||||
![macOS 10.15+](https://img.shields.io/badge/macos-10.15+-green.svg)
|
||||
[![TunnelKit 3.3](https://img.shields.io/badge/tunnelkit-3.3-d69c68.svg)][dep-tunnelkit]
|
||||
[![TunnelKit 3.4](https://img.shields.io/badge/tunnelkit-3.4-d69c68.svg)][dep-tunnelkit]
|
||||
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
|
||||
[![Travis-CI](https://api.travis-ci.org/passepartoutvpn/passepartout-apple.svg?branch=master)](https://travis-ci.org/passepartoutvpn/passepartout-apple)
|
||||
|
||||
|
|
Loading…
Reference in New Issue