mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Use versioned TunnelKit
This commit is contained in:
parent
fd3731e2bc
commit
ee3b082acd
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.1'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e'
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.2'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, 'a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
end
|
||||
|
17
Podfile.lock
17
Podfile.lock
@ -17,8 +17,8 @@ PODS:
|
||||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e`)
|
||||
- TunnelKit/Extra/LZO (~> 2.0.2)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 2.0.2)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
@ -26,16 +26,7 @@ SPEC REPOS:
|
||||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
- TunnelKit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
@ -44,6 +35,6 @@ SPEC CHECKSUMS:
|
||||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||
TunnelKit: e36d22b156bc17e51cfe0077caf20873688999df
|
||||
|
||||
PODFILE CHECKSUM: 562603bf9d3eceabe48113defccd706e74aff804
|
||||
PODFILE CHECKSUM: bf84c8191603e873852ea62dce32e4c271ffa9c4
|
||||
|
||||
COCOAPODS: 1.6.2
|
||||
|
Loading…
Reference in New Issue
Block a user