Fix TunnelKit commit (rebased)
This commit is contained in:
parent
76b7fbead1
commit
d69e40e509
2
Podfile
2
Podfile
|
@ -9,7 +9,7 @@ $tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
|||
|
||||
def shared_pods
|
||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.1'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'd717527ab7d3704d05e1f1ac828aef4066e002f2'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
end
|
||||
|
|
10
Podfile.lock
10
Podfile.lock
|
@ -17,8 +17,8 @@ PODS:
|
|||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `d717527ab7d3704d05e1f1ac828aef4066e002f2`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `d717527ab7d3704d05e1f1ac828aef4066e002f2`)
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -29,12 +29,12 @@ SPEC REPOS:
|
|||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: d717527ab7d3704d05e1f1ac828aef4066e002f2
|
||||
:commit: a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: d717527ab7d3704d05e1f1ac828aef4066e002f2
|
||||
:commit: a4333eaafe33bf88c3b2ec3a3b8c4a5ceba9203e
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
|
@ -44,6 +44,6 @@ SPEC CHECKSUMS:
|
|||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||
TunnelKit: e36d22b156bc17e51cfe0077caf20873688999df
|
||||
|
||||
PODFILE CHECKSUM: 75710557df5639f16c4c62a15158c0c58d81f059
|
||||
PODFILE CHECKSUM: 562603bf9d3eceabe48113defccd706e74aff804
|
||||
|
||||
COCOAPODS: 1.6.2
|
||||
|
|
Loading…
Reference in New Issue