Bump deployment targets

- iOS 11.0 -> 12.0
- macOS 10.11 -> 10.15
- Swift 5.0 -> 5.1
This commit is contained in:
Davide De Rosa 2020-11-12 19:15:37 +01:00
parent ca60e3db39
commit eb247f2c5b
8 changed files with 25 additions and 25 deletions

View File

@ -768,8 +768,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0; IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.11; MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = YES; MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
@ -823,8 +823,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0; IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.11; MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

View File

@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
use_frameworks! use_frameworks!
abstract_target 'iOS' do abstract_target 'iOS' do
platform :ios, '11.0' platform :ios, '12.0'
target 'BasicTunnelExtension-iOS' do target 'BasicTunnelExtension-iOS' do
pod 'TunnelKit', :path => '..' pod 'TunnelKit', :path => '..'
@ -13,7 +13,7 @@ abstract_target 'iOS' do
end end
abstract_target 'macOS' do abstract_target 'macOS' do
platform :osx, '10.11' platform :osx, '10.15'
target 'BasicTunnelExtension-macOS' do target 'BasicTunnelExtension-macOS' do
pod 'TunnelKit', :path => '..' pod 'TunnelKit', :path => '..'

View File

@ -31,8 +31,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183 OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
TunnelKit: a4fa4ecc6fc2b9fa74c38609c0e8fc4441d9672e TunnelKit: 067f4c42c86bd64cbd2fba7a81e1642e6e1ef28b
PODFILE CHECKSUM: 67d7cb3c3db58264711361062345c3b7831e510e PODFILE CHECKSUM: 518aaea9a529c96ba3024918bc0850dd6e92ac61
COCOAPODS: 1.9.1 COCOAPODS: 1.9.1

10
Podfile
View File

@ -9,21 +9,21 @@ end
abstract_target 'TunnelKit' do abstract_target 'TunnelKit' do
target 'TunnelKit-iOS' do target 'TunnelKit-iOS' do
platform :ios, '11.0' platform :ios, '12.0'
shared_pods shared_pods
end end
target 'TunnelKitTests-iOS' do target 'TunnelKitTests-iOS' do
platform :ios, '11.0' platform :ios, '12.0'
end end
target 'TunnelKitHost' do target 'TunnelKitHost' do
platform :ios, '11.0' platform :ios, '12.0'
end end
target 'TunnelKit-macOS' do target 'TunnelKit-macOS' do
platform :osx, '10.11' platform :osx, '10.15'
shared_pods shared_pods
end end
target 'TunnelKitTests-macOS' do target 'TunnelKitTests-macOS' do
platform :osx, '10.11' platform :osx, '10.15'
end end
end end

View File

@ -15,6 +15,6 @@ SPEC CHECKSUMS:
OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183 OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
PODFILE CHECKSUM: cb29d63f8dc61aa2c89bb85b3a9d393e897bb912 PODFILE CHECKSUM: e81bce318aaeeb6d1ef219032926db53c0718f5b
COCOAPODS: 1.9.1 COCOAPODS: 1.9.1

View File

@ -1,7 +1,7 @@
# TunnelKit # TunnelKit
![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg) ![iOS 12+](https://img.shields.io/badge/ios-12+-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) [![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) [![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) [![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 ### Requirements
- iOS 11.0+ / macOS 10.11+ - iOS 12.0+ / macOS 10.15+
- Xcode 10+ (Swift 5) - Xcode 11+ (Swift 5)
- Git (preinstalled with Xcode Command Line Tools) - Git (preinstalled with Xcode Command Line Tools)
- Ruby (preinstalled with macOS) - Ruby (preinstalled with macOS)
- [CocoaPods 1.6.0][dep-cocoapods] - [CocoaPods 1.6.0][dep-cocoapods]

View File

@ -7,10 +7,10 @@ Pod::Spec.new do |s|
s.license = { :type => "GPLv3", :file => "LICENSE" } s.license = { :type => "GPLv3", :file => "LICENSE" }
s.author = { "Davide De Rosa" => "me@davidederosa.com" } s.author = { "Davide De Rosa" => "me@davidederosa.com" }
s.source = { :git => "https://github.com/passepartoutvpn/tunnelkit.git", :tag => "v#{s.version}" } 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.ios.deployment_target = "12.0"
s.osx.deployment_target = "10.11" s.osx.deployment_target = "10.15"
s.default_subspecs = "Protocols/OpenVPN" s.default_subspecs = "Protocols/OpenVPN"

View File

@ -1798,8 +1798,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0; IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.11; MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = YES; MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
@ -1856,8 +1856,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0; IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.11; MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";