parent
351f5d92a5
commit
2defbdb6c4
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- SoftEther connects without VPN icon. [#69](https://github.com/passepartoutvpn/passepartout-ios/issues/69)
|
||||
|
||||
## 1.5.0 (2019-04-17)
|
||||
|
||||
### Added
|
||||
|
|
8
Podfile
8
Podfile
|
@ -3,10 +3,10 @@ platform :ios, '11.0'
|
|||
use_frameworks!
|
||||
|
||||
def shared_pods
|
||||
pod 'TunnelKit', '~> 1.6.2'
|
||||
pod 'TunnelKit/LZO', '~> 1.6.2'
|
||||
#pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '233aa02'
|
||||
#pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '233aa02'
|
||||
#pod 'TunnelKit', '~> 1.6.2'
|
||||
#pod 'TunnelKit/LZO', '~> 1.6.2'
|
||||
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'c565e32'
|
||||
pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'c565e32'
|
||||
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
||||
#pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit'
|
||||
pod 'SSZipArchive'
|
||||
|
|
31
Podfile.lock
31
Podfile.lock
|
@ -3,22 +3,22 @@ PODS:
|
|||
- OpenSSL-Apple (1.1.0i.2)
|
||||
- SSZipArchive (2.1.4)
|
||||
- SwiftyBeaver (1.7.0)
|
||||
- TunnelKit (1.6.2):
|
||||
- TunnelKit/AppExtension (= 1.6.2)
|
||||
- TunnelKit/Core (= 1.6.2)
|
||||
- TunnelKit/AppExtension (1.6.2):
|
||||
- TunnelKit (1.6.3):
|
||||
- TunnelKit/AppExtension (= 1.6.3)
|
||||
- TunnelKit/Core (= 1.6.3)
|
||||
- TunnelKit/AppExtension (1.6.3):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (1.6.2):
|
||||
- TunnelKit/Core (1.6.3):
|
||||
- OpenSSL-Apple (~> 1.1.0i.2)
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/LZO (1.6.2)
|
||||
- TunnelKit/LZO (1.6.3)
|
||||
|
||||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit (~> 1.6.2)
|
||||
- TunnelKit/LZO (~> 1.6.2)
|
||||
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `c565e32`)
|
||||
- TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `c565e32`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -26,15 +26,24 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: c565e32
|
||||
:git: https://github.com/keeshux/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: c565e32
|
||||
:git: https://github.com/keeshux/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
OpenSSL-Apple: 37a8c0b04df4bb8971deef4671cc29222861319c
|
||||
SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322
|
||||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||
TunnelKit: 6be99150922d3f14187dc29732032712dd4400e3
|
||||
TunnelKit: a0b7eb151ae6d30788623df94d682ed90706940a
|
||||
|
||||
PODFILE CHECKSUM: 7b4dc7f7a1584b60c9318dedad3de4a5f06816b7
|
||||
PODFILE CHECKSUM: 0cff706698244d63ddab549282937a9e7ba9ff09
|
||||
|
||||
COCOAPODS: 1.6.1
|
||||
|
|
Loading…
Reference in New Issue