Use active profile name in iOS settings
This commit is contained in:
parent
3744fce958
commit
32ea6a9cfd
|
@ -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/),
|
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).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- Use active profile name in iOS settings.
|
||||||
|
|
||||||
## 1.11.5 (2020-06-23)
|
## 1.11.5 (2020-06-23)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
2
Podfile
2
Podfile
|
@ -9,7 +9,7 @@ $tunnelkit_specs = ['Protocols/OpenVPN', 'Manager', 'Extra/LZO']
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.7'
|
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.7'
|
||||||
pod_git $tunnelkit_name, $tunnelkit_specs, '50d3b41'
|
pod_git $tunnelkit_name, $tunnelkit_specs, '683617d'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
|
|
||||||
|
|
12
Podfile.lock
12
Podfile.lock
|
@ -51,9 +51,9 @@ DEPENDENCIES:
|
||||||
- Kvitto
|
- Kvitto
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `50d3b41`)
|
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `683617d`)
|
||||||
- TunnelKit/Manager (from `https://github.com/passepartoutvpn/tunnelkit`, commit `50d3b41`)
|
- TunnelKit/Manager (from `https://github.com/passepartoutvpn/tunnelkit`, commit `683617d`)
|
||||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `50d3b41`)
|
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `683617d`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -69,7 +69,7 @@ EXTERNAL SOURCES:
|
||||||
:commit: 0b09b1e
|
:commit: 0b09b1e
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
TunnelKit:
|
TunnelKit:
|
||||||
:commit: 50d3b41
|
:commit: 683617d
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
|
@ -77,7 +77,7 @@ CHECKOUT OPTIONS:
|
||||||
:commit: 0b09b1e
|
:commit: 0b09b1e
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
TunnelKit:
|
TunnelKit:
|
||||||
:commit: 50d3b41
|
:commit: 683617d
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
|
@ -90,6 +90,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
||||||
TunnelKit: a4fa4ecc6fc2b9fa74c38609c0e8fc4441d9672e
|
TunnelKit: a4fa4ecc6fc2b9fa74c38609c0e8fc4441d9672e
|
||||||
|
|
||||||
PODFILE CHECKSUM: b4af1e40b6fcc446826c12ae8252f59008a7b8a5
|
PODFILE CHECKSUM: 318a10ca02bd2f890a96f90de37f4f04ac9f80f4
|
||||||
|
|
||||||
COCOAPODS: 1.9.3
|
COCOAPODS: 1.9.3
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ea527e1fde39d0130327541a807501408cdf2059
|
Subproject commit 40ea29d588d3f3cdb6e91815000f90d303621658
|
Loading…
Reference in New Issue