From 1b1ce8cc530ec00b15a2051035308b232dfe8d05 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:10:58 +0100 Subject: [PATCH] chore(*): move ios target to 12.0 because it is HaishinKit target --- ApiVideoLiveStream.podspec | 2 +- Examples/ExampleUIKit/ExampleUIKit.xcodeproj/project.pbxproj | 4 ++-- Package.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ApiVideoLiveStream.podspec b/ApiVideoLiveStream.podspec index c120ea4..5fbf7eb 100644 --- a/ApiVideoLiveStream.podspec +++ b/ApiVideoLiveStream.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |spec| spec.social_media_url = "https://x.com/api_video" spec.platform = :ios, "12.0" - spec.ios.deployment_target = "11.0" + spec.ios.deployment_target = "12.0" spec.source = { :git => "https://github.com/apivideo/api.video-swift-live-stream.git", :tag => "v" + spec.version.to_s } diff --git a/Examples/ExampleUIKit/ExampleUIKit.xcodeproj/project.pbxproj b/Examples/ExampleUIKit/ExampleUIKit.xcodeproj/project.pbxproj index e8ac1cf..d8b0827 100644 --- a/Examples/ExampleUIKit/ExampleUIKit.xcodeproj/project.pbxproj +++ b/Examples/ExampleUIKit/ExampleUIKit.xcodeproj/project.pbxproj @@ -257,7 +257,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.4; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MACOSX_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; @@ -312,7 +312,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.4; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MACOSX_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; diff --git a/Package.swift b/Package.swift index e0feb9d..6a8803d 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "ApiVideoLiveStream", platforms: [ - .macOS(.v11), .iOS(.v13) + .macOS(.v11), .iOS(.v12) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.