From 32ea6a9cfdab11219b258639ca59ab2cf3f76fd6 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 2 Jul 2020 19:30:31 +0200 Subject: [PATCH] Use active profile name in iOS settings --- CHANGELOG.md | 6 ++++++ Podfile | 2 +- Podfile.lock | 12 ++++++------ Submodules/Core | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20de05fc..7cb7f333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +## Changed + +- Use active profile name in iOS settings. + ## 1.11.5 (2020-06-23) ### Fixed diff --git a/Podfile b/Podfile index 917e75e7..35adae4c 100644 --- a/Podfile +++ b/Podfile @@ -9,7 +9,7 @@ $tunnelkit_specs = ['Protocols/OpenVPN', 'Manager', 'Extra/LZO'] def shared_pods #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 'SSZipArchive' diff --git a/Podfile.lock b/Podfile.lock index 881e47f0..4a26ffaf 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -51,9 +51,9 @@ DEPENDENCIES: - Kvitto - MBProgressHUD - SSZipArchive - - TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `50d3b41`) - - TunnelKit/Manager (from `https://github.com/passepartoutvpn/tunnelkit`, commit `50d3b41`) - - TunnelKit/Protocols/OpenVPN (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 `683617d`) + - TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `683617d`) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -69,7 +69,7 @@ EXTERNAL SOURCES: :commit: 0b09b1e :git: https://github.com/keeshux/convenience TunnelKit: - :commit: 50d3b41 + :commit: 683617d :git: https://github.com/passepartoutvpn/tunnelkit CHECKOUT OPTIONS: @@ -77,7 +77,7 @@ CHECKOUT OPTIONS: :commit: 0b09b1e :git: https://github.com/keeshux/convenience TunnelKit: - :commit: 50d3b41 + :commit: 683617d :git: https://github.com/passepartoutvpn/tunnelkit SPEC CHECKSUMS: @@ -90,6 +90,6 @@ SPEC CHECKSUMS: SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b TunnelKit: a4fa4ecc6fc2b9fa74c38609c0e8fc4441d9672e -PODFILE CHECKSUM: b4af1e40b6fcc446826c12ae8252f59008a7b8a5 +PODFILE CHECKSUM: 318a10ca02bd2f890a96f90de37f4f04ac9f80f4 COCOAPODS: 1.9.3 diff --git a/Submodules/Core b/Submodules/Core index ea527e1f..40ea29d5 160000 --- a/Submodules/Core +++ b/Submodules/Core @@ -1 +1 @@ -Subproject commit ea527e1fde39d0130327541a807501408cdf2059 +Subproject commit 40ea29d588d3f3cdb6e91815000f90d303621658