From eb247f2c5b4220f0d23784de49e7750d881b3254 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 12 Nov 2020 19:15:37 +0100 Subject: [PATCH] Bump deployment targets - iOS 11.0 -> 12.0 - macOS 10.11 -> 10.15 - Swift 5.0 -> 5.1 --- Demo/Demo.xcodeproj/project.pbxproj | 8 ++++---- Demo/Podfile | 4 ++-- Demo/Podfile.lock | 4 ++-- Podfile | 10 +++++----- Podfile.lock | 2 +- README.md | 8 ++++---- TunnelKit.podspec | 6 +++--- TunnelKit.xcodeproj/project.pbxproj | 8 ++++---- 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Demo/Demo.xcodeproj/project.pbxproj b/Demo/Demo.xcodeproj/project.pbxproj index 255e995..4165dd2 100644 --- a/Demo/Demo.xcodeproj/project.pbxproj +++ b/Demo/Demo.xcodeproj/project.pbxproj @@ -768,8 +768,8 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MACOSX_DEPLOYMENT_TARGET = 10.11; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -823,8 +823,8 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MACOSX_DEPLOYMENT_TARGET = 10.11; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; diff --git a/Demo/Podfile b/Demo/Podfile index 683c3e1..9f739b7 100644 --- a/Demo/Podfile +++ b/Demo/Podfile @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git' use_frameworks! abstract_target 'iOS' do - platform :ios, '11.0' + platform :ios, '12.0' target 'BasicTunnelExtension-iOS' do pod 'TunnelKit', :path => '..' @@ -13,7 +13,7 @@ abstract_target 'iOS' do end abstract_target 'macOS' do - platform :osx, '10.11' + platform :osx, '10.15' target 'BasicTunnelExtension-macOS' do pod 'TunnelKit', :path => '..' diff --git a/Demo/Podfile.lock b/Demo/Podfile.lock index 7b3a71f..6134529 100644 --- a/Demo/Podfile.lock +++ b/Demo/Podfile.lock @@ -31,8 +31,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183 SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b - TunnelKit: a4fa4ecc6fc2b9fa74c38609c0e8fc4441d9672e + TunnelKit: 067f4c42c86bd64cbd2fba7a81e1642e6e1ef28b -PODFILE CHECKSUM: 67d7cb3c3db58264711361062345c3b7831e510e +PODFILE CHECKSUM: 518aaea9a529c96ba3024918bc0850dd6e92ac61 COCOAPODS: 1.9.1 diff --git a/Podfile b/Podfile index efcd90e..f25cf95 100644 --- a/Podfile +++ b/Podfile @@ -9,21 +9,21 @@ end abstract_target 'TunnelKit' do target 'TunnelKit-iOS' do - platform :ios, '11.0' + platform :ios, '12.0' shared_pods end target 'TunnelKitTests-iOS' do - platform :ios, '11.0' + platform :ios, '12.0' end target 'TunnelKitHost' do - platform :ios, '11.0' + platform :ios, '12.0' end target 'TunnelKit-macOS' do - platform :osx, '10.11' + platform :osx, '10.15' shared_pods end target 'TunnelKitTests-macOS' do - platform :osx, '10.11' + platform :osx, '10.15' end end diff --git a/Podfile.lock b/Podfile.lock index 0d7d217..94631e0 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -15,6 +15,6 @@ SPEC CHECKSUMS: OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183 SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b -PODFILE CHECKSUM: cb29d63f8dc61aa2c89bb85b3a9d393e897bb912 +PODFILE CHECKSUM: e81bce318aaeeb6d1ef219032926db53c0718f5b COCOAPODS: 1.9.1 diff --git a/README.md b/README.md index da8f49c..6497d48 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # TunnelKit -![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg) -[![OpenSSL 1.1.1g](https://img.shields.io/badge/openssl-1.1.1g-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.1-notes.html) +![iOS 12+](https://img.shields.io/badge/ios-12+-green.svg) +[![OpenSSL 1.1.1h](https://img.shields.io/badge/openssl-1.1.1h-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.1-notes.html) [![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE) [![Travis-CI](https://api.travis-ci.org/passepartoutvpn/tunnelkit.svg?branch=master)](https://travis-ci.org/passepartoutvpn/tunnelkit) @@ -64,8 +64,8 @@ Many other flags are ignored too but it's normally not an issue. ### Requirements -- iOS 11.0+ / macOS 10.11+ -- Xcode 10+ (Swift 5) +- iOS 12.0+ / macOS 10.15+ +- Xcode 11+ (Swift 5) - Git (preinstalled with Xcode Command Line Tools) - Ruby (preinstalled with macOS) - [CocoaPods 1.6.0][dep-cocoapods] diff --git a/TunnelKit.podspec b/TunnelKit.podspec index 0c3262f..be81ef4 100644 --- a/TunnelKit.podspec +++ b/TunnelKit.podspec @@ -7,10 +7,10 @@ Pod::Spec.new do |s| s.license = { :type => "GPLv3", :file => "LICENSE" } s.author = { "Davide De Rosa" => "me@davidederosa.com" } s.source = { :git => "https://github.com/passepartoutvpn/tunnelkit.git", :tag => "v#{s.version}" } - s.swift_version = "5.0" + s.swift_version = "5.1" - s.ios.deployment_target = "11.0" - s.osx.deployment_target = "10.11" + s.ios.deployment_target = "12.0" + s.osx.deployment_target = "10.15" s.default_subspecs = "Protocols/OpenVPN" diff --git a/TunnelKit.xcodeproj/project.pbxproj b/TunnelKit.xcodeproj/project.pbxproj index 91dee2f..af248e6 100644 --- a/TunnelKit.xcodeproj/project.pbxproj +++ b/TunnelKit.xcodeproj/project.pbxproj @@ -1798,8 +1798,8 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MACOSX_DEPLOYMENT_TARGET = 10.11; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -1856,8 +1856,8 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MACOSX_DEPLOYMENT_TARGET = 10.11; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";