From deb9b024938d4fcc8cf02cf4fdc2eaaa6e11c5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Olejni=CC=81k?= Date: Sat, 5 Oct 2024 20:24:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Bump=20deployment=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Package.swift | 2 +- Reqres.podspec | 2 +- Reqres.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 0886189..1ff7141 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ let package = Package( name: "Reqres", platforms: [ .iOS(.v11), - .macOS(.v10_12) + .macOS(.v10_13) ], products: [ .library(name: "Reqres", targets: ["Reqres"]), diff --git a/Reqres.podspec b/Reqres.podspec index 485884c..fb3ecb4 100644 --- a/Reqres.podspec +++ b/Reqres.podspec @@ -9,7 +9,7 @@ Logs every request app makes, works great with Alamofire. s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Ackee' => 'info@ackee.cz' } s.source = { :git => 'https://github.com/AckeeCZ/Reqres.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_version = '5.0' s.source_files = 'Sources/Reqres/*.swift' end diff --git a/Reqres.xcodeproj/project.pbxproj b/Reqres.xcodeproj/project.pbxproj index dda7e40..ce81ce2 100644 --- a/Reqres.xcodeproj/project.pbxproj +++ b/Reqres.xcodeproj/project.pbxproj @@ -390,7 +390,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = "$SRCROOT/Supporting files/$(TARGET_NAME).plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; ONLY_ACTIVE_ARCH = YES; SWIFT_VERSION = 5.0; }; @@ -426,7 +426,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = "$SRCROOT/Supporting files/$(TARGET_NAME).plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; SWIFT_VERSION = 5.0; }; name = Release;