diff --git a/CHANGELOG.md b/CHANGELOG.md index 5535a790..97921306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Siri Shortcuts in-app manager. [#46](https://github.com/passepartoutvpn/passepartout-ios/pull/46) - Background data count updates in diagnostics. [#51](https://github.com/passepartoutvpn/passepartout-ios/pull/51) +### Changed + +- Upgraded to Swift 5. + ### Fixed - EKU not verified with providers (regression). diff --git a/Podfile b/Podfile index 36773914..15dea33b 100644 --- a/Podfile +++ b/Podfile @@ -5,8 +5,8 @@ use_frameworks! def shared_pods #pod 'TunnelKit', '~> 1.5.0' #pod 'TunnelKit/LZO', '~> 1.5.0' - pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '7629147' - pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '7629147' + pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '93a7729' + pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '93a7729' #pod 'TunnelKit', :path => '../../personal/tunnelkit' #pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit' end diff --git a/Podfile.lock b/Podfile.lock index ba91af1e..b96d9a5e 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,7 +1,7 @@ PODS: - MBProgressHUD (1.1.0) - OpenSSL-Apple (1.1.0i.2) - - SwiftyBeaver (1.6.2) + - SwiftyBeaver (1.7.0) - TunnelKit (1.5.2): - TunnelKit/AppExtension (= 1.5.2) - TunnelKit/Core (= 1.5.2) @@ -15,8 +15,8 @@ PODS: DEPENDENCIES: - MBProgressHUD - - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `7629147`) - - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `7629147`) + - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `93a7729`) + - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `93a7729`) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -26,20 +26,20 @@ SPEC REPOS: EXTERNAL SOURCES: TunnelKit: - :commit: '7629147' + :commit: 93a7729 :git: https://github.com/keeshux/tunnelkit CHECKOUT OPTIONS: TunnelKit: - :commit: '7629147' + :commit: 93a7729 :git: https://github.com/keeshux/tunnelkit SPEC CHECKSUMS: MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 OpenSSL-Apple: 37a8c0b04df4bb8971deef4671cc29222861319c - SwiftyBeaver: 8e67ab3cd94389cbbb7a9c7cc02748d98bfee68e + SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165 TunnelKit: 9d8089c4600ea9b3a54841391b4969f2faa9c17f -PODFILE CHECKSUM: 9eecc4d4e6e2db030ea55454fab1fb4bdf99d377 +PODFILE CHECKSUM: 6010aa429513f9c70c23f9087ac02d60b1a183b6 COCOAPODS: 1.6.1 diff --git a/README.md b/README.md index b5cc25ae..366e4057 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You can find details on what may or may not work in the related section of the [ ### Requirements - iOS 11.0+ -- Xcode 10+ (Swift 4.2) +- Xcode 10+ (Swift 5) - Git (preinstalled with Xcode Command Line Tools) - Ruby (preinstalled with macOS) - [CocoaPods 1.6.0][dep-cocoapods]