Use versioned TunnelKit
This commit is contained in:
parent
1a26afd731
commit
06c9705e46
4
Podfile
4
Podfile
|
@ -8,8 +8,8 @@ $tunnelkit_name = 'TunnelKit'
|
||||||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.3'
|
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.4'
|
||||||
pod_git $tunnelkit_name, $tunnelkit_specs, '0d4fc50'
|
#pod_git $tunnelkit_name, $tunnelkit_specs, '0d4fc50'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
|
|
||||||
|
|
17
Podfile.lock
17
Podfile.lock
|
@ -22,7 +22,7 @@ PODS:
|
||||||
- DTFoundation/DTASN1 (~> 1.7.13)
|
- DTFoundation/DTASN1 (~> 1.7.13)
|
||||||
- MBProgressHUD (1.2.0)
|
- MBProgressHUD (1.2.0)
|
||||||
- OpenSSL-Apple (1.1.1g.6)
|
- OpenSSL-Apple (1.1.1g.6)
|
||||||
- SSZipArchive (2.2.2)
|
- SSZipArchive (2.2.3)
|
||||||
- SwiftyBeaver (1.9.1)
|
- SwiftyBeaver (1.9.1)
|
||||||
- TunnelKit/AppExtension (2.2.4):
|
- TunnelKit/AppExtension (2.2.4):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
@ -49,8 +49,8 @@ DEPENDENCIES:
|
||||||
- Kvitto
|
- Kvitto
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `0d4fc50`)
|
- TunnelKit/Extra/LZO (~> 2.2.4)
|
||||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `0d4fc50`)
|
- TunnelKit/Protocols/OpenVPN (~> 2.2.4)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -60,22 +60,17 @@ SPEC REPOS:
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
- TunnelKit
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Convenience:
|
Convenience:
|
||||||
:commit: 3a191e8
|
:commit: 3a191e8
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
TunnelKit:
|
|
||||||
:commit: 0d4fc50
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
Convenience:
|
Convenience:
|
||||||
:commit: 3a191e8
|
:commit: 3a191e8
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
TunnelKit:
|
|
||||||
:commit: 0d4fc50
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Convenience: 230739dd640bb826b640765d93715744721726be
|
Convenience: 230739dd640bb826b640765d93715744721726be
|
||||||
|
@ -83,10 +78,10 @@ SPEC CHECKSUMS:
|
||||||
Kvitto: d451f893f84ad669850b7cb7d3f8781363e14232
|
Kvitto: d451f893f84ad669850b7cb7d3f8781363e14232
|
||||||
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
|
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
|
||||||
OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183
|
OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183
|
||||||
SSZipArchive: fa16b8cc4cdeceb698e5e5d9f67e9558532fbf23
|
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
|
||||||
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
||||||
TunnelKit: 37bfe4df2f089d8f729d7a32dd0a74e0d48af5f0
|
TunnelKit: 37bfe4df2f089d8f729d7a32dd0a74e0d48af5f0
|
||||||
|
|
||||||
PODFILE CHECKSUM: 95d30f393cd8cf8d0a4521937dfb15d520bf4c71
|
PODFILE CHECKSUM: 325dc5ebe57520e37d2ad86f6981b2ba9021d592
|
||||||
|
|
||||||
COCOAPODS: 1.9.1
|
COCOAPODS: 1.9.1
|
||||||
|
|
Loading…
Reference in New Issue