Update TunnelKit with error reporting
This commit is contained in:
parent
70efaed0cf
commit
1183ddd906
2
Podfile
2
Podfile
|
@ -3,7 +3,7 @@ use_frameworks!
|
|||
|
||||
def shared_pods
|
||||
#pod 'TunnelKit', '~> 1.1.2'
|
||||
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '29ec39f'
|
||||
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '9829475'
|
||||
#pod 'TunnelKit', :path => '../tunnelkit'
|
||||
end
|
||||
|
||||
|
|
20
Podfile.lock
20
Podfile.lock
|
@ -2,19 +2,19 @@ PODS:
|
|||
- MBProgressHUD (1.1.0)
|
||||
- OpenSSL-Apple (1.1.0i-v2)
|
||||
- SwiftyBeaver (1.6.1)
|
||||
- TunnelKit (1.2.0):
|
||||
- TunnelKit/AppExtension (= 1.2.0)
|
||||
- TunnelKit/Core (= 1.2.0)
|
||||
- TunnelKit/AppExtension (1.2.0):
|
||||
- TunnelKit (1.2.1):
|
||||
- TunnelKit/AppExtension (= 1.2.1)
|
||||
- TunnelKit/Core (= 1.2.1)
|
||||
- TunnelKit/AppExtension (1.2.1):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (1.2.0):
|
||||
- TunnelKit/Core (1.2.1):
|
||||
- OpenSSL-Apple (~> 1.1.0h)
|
||||
- SwiftyBeaver
|
||||
|
||||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `29ec39f`)
|
||||
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `9829475`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -24,20 +24,20 @@ SPEC REPOS:
|
|||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: 29ec39f
|
||||
:commit: '9829475'
|
||||
:git: https://github.com/keeshux/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: 29ec39f
|
||||
:commit: '9829475'
|
||||
:git: https://github.com/keeshux/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
OpenSSL-Apple: a93b8f2eec8783ff40d9a9304de180ab68bb647c
|
||||
SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a
|
||||
TunnelKit: aad1982c96ba0eace1494d4020ecdd1a34c5a788
|
||||
TunnelKit: 6c790dfbcb0042d6a5dfe2fda5b0eb5b895afaf1
|
||||
|
||||
PODFILE CHECKSUM: 3d7c4db47830b499bdcf24c498e36b5c619e2ad1
|
||||
PODFILE CHECKSUM: 9054389b89f51fe7517cfecebde6520280df4799
|
||||
|
||||
COCOAPODS: 1.6.0.beta.2
|
||||
|
|
Loading…
Reference in New Issue