Use versioned TunnelKit
This commit is contained in:
parent
c1d887929e
commit
dcd4ea6f62
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, 'f3edd6e'
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.0'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '5ba49ae'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
end
|
||||
|
|
23
Podfile.lock
23
Podfile.lock
|
@ -7,18 +7,18 @@ PODS:
|
|||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (2.0.0):
|
||||
- OpenSSL-Apple (~> 1.1.0j.2)
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Extra/LZO (2.0.0)
|
||||
- TunnelKit/Protocols/OpenVPN (2.0.0):
|
||||
- OpenSSL-Apple (~> 1.1.0j.2)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
|
||||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `f3edd6e`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `f3edd6e`)
|
||||
- TunnelKit/Extra/LZO (~> 2.0.0)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 2.0.0)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -26,24 +26,15 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: f3edd6e
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: f3edd6e
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
- TunnelKit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
OpenSSL-Apple: e88e1eb314acb4a05e2348069790c4aa49f6d319
|
||||
SSZipArchive: 8e859da2520142e09166bc9161967db296e9d02f
|
||||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||
TunnelKit: 821c15bb87aafae69eb8c63e4cc46d883fff8797
|
||||
TunnelKit: 53dd6a24fd4a38380226f39621b61b0aafc6e4b6
|
||||
|
||||
PODFILE CHECKSUM: 7c6100ea5c0ecfaf8b85d0c7978502f9979cb057
|
||||
PODFILE CHECKSUM: 124ad8df7ce5739172ac9223a46617f52ee05c01
|
||||
|
||||
COCOAPODS: 1.6.1
|
||||
COCOAPODS: 1.6.2
|
||||
|
|
Loading…
Reference in New Issue