Set beta release
This commit is contained in:
parent
6d1d6285c1
commit
dd2f20e6dc
|
@ -5,7 +5,7 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## 1.7.0 Beta 1931 (2019-05-28)
|
## 1.7.0 Beta 1934 (2019-05-28)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
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.0.1'
|
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.1'
|
||||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'a861c69'
|
#pod_git $tunnelkit_name, $tunnelkit_specs, 'a861c69'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
end
|
end
|
||||||
|
|
17
Podfile.lock
17
Podfile.lock
|
@ -17,8 +17,8 @@ PODS:
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `a861c69`)
|
- TunnelKit/Extra/LZO (~> 2.0.1)
|
||||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `a861c69`)
|
- TunnelKit/Protocols/OpenVPN (~> 2.0.1)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -26,16 +26,7 @@ SPEC REPOS:
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
- TunnelKit
|
||||||
EXTERNAL SOURCES:
|
|
||||||
TunnelKit:
|
|
||||||
:commit: a861c69
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
|
||||||
TunnelKit:
|
|
||||||
:commit: a861c69
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||||
|
@ -44,6 +35,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||||
TunnelKit: a1477f296a481c2ccefe9e6788aea090a1fb6f18
|
TunnelKit: a1477f296a481c2ccefe9e6788aea090a1fb6f18
|
||||||
|
|
||||||
PODFILE CHECKSUM: 16e93cfb144d613f0ba7af1adc65fc0330004c84
|
PODFILE CHECKSUM: f7dc7ec149d7920efd701d7178738f6ddf533a3d
|
||||||
|
|
||||||
COCOAPODS: 1.6.2
|
COCOAPODS: 1.6.2
|
||||||
|
|
Loading…
Reference in New Issue