Bump deployment targets
- iOS 11.0 -> 12.0 - macOS 10.11 -> 10.15 - Swift 5.0 -> 5.1
This commit is contained in:
parent
ca60e3db39
commit
eb247f2c5b
@ -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";
|
||||
|
@ -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 => '..'
|
||||
|
@ -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
|
||||
|
10
Podfile
10
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
|
||||
|
@ -15,6 +15,6 @@ SPEC CHECKSUMS:
|
||||
OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183
|
||||
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
||||
|
||||
PODFILE CHECKSUM: cb29d63f8dc61aa2c89bb85b3a9d393e897bb912
|
||||
PODFILE CHECKSUM: e81bce318aaeeb6d1ef219032926db53c0718f5b
|
||||
|
||||
COCOAPODS: 1.9.1
|
||||
|
@ -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]
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user