From 5accf5b7810a56b14e15a00650bd6ae4cbf60b84 Mon Sep 17 00:00:00 2001 From: Andrii Horishnii Date: Wed, 6 Nov 2024 16:23:03 +0200 Subject: [PATCH] Devs want to deprecate iOS 13 support --- GliaWidgets.podspec | 2 +- .../Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift | 1 + Package.swift | 2 +- Podfile | 2 +- Podfile.lock | 2 +- README.md | 2 +- integrations/SwiftPackageManager/spm-project.yml | 2 +- templates/GliaWidgets.podspec | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index 578128077..bfda8d024 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/salemove/ios-sdk-widgets.git', :tag => s.version.to_s } s.module_name = 'GliaWidgets' - s.ios.deployment_target = '13.0' + s.ios.deployment_target = '14.0' s.source_files = 'GliaWidgets/**/*.swift' s.swift_version = '5.3' diff --git a/GliaWidgets/Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift b/GliaWidgets/Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift index d12dc4edf..748b4c1ca 100644 --- a/GliaWidgets/Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift +++ b/GliaWidgets/Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift @@ -1,3 +1,4 @@ +import Foundation #if DEBUG extension QueuesMonitor.Environment { static let mock: Self = .init( diff --git a/Package.swift b/Package.swift index 1d1c2758c..23109c2e8 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ let package = Package( name: "GliaWidgets", defaultLocalization: .init(stringLiteral: "en"), platforms: [ - .iOS(.v13) + .iOS(.v14) ], products: [ .library( diff --git a/Podfile b/Podfile index b225339eb..49b4ff266 100644 --- a/Podfile +++ b/Podfile @@ -3,7 +3,7 @@ plugin 'cocoapods-no-autoimports' # cocoapods-no-autoimports__pods = ['Pods-GliaWidgets.debug'] project 'GliaWidgets.xcodeproj' -DEPLOYMENT_TARGET = '13.0' +DEPLOYMENT_TARGET = '14.0' platform :ios, DEPLOYMENT_TARGET diff --git a/Podfile.lock b/Podfile.lock index 5eacd76ba..5b5c2b308 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -40,6 +40,6 @@ SPEC CHECKSUMS: TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23 WebRTC-lib: 4e9a17058f880cd658e88383c1ac8f1119af3700 -PODFILE CHECKSUM: c88b58a44d219be0b6830c83686a1f63c44b5057 +PODFILE CHECKSUM: 6e671efd7fbcde1779d6bba89f39a8e1edc8fa6d COCOAPODS: 1.15.2 diff --git a/README.md b/README.md index dc8784906..39d0e5150 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Glia Technologies ## Requirements -- iOS 13+ +- iOS 14+ - [Xcode 15.1+](https://developer.apple.com/xcode/) - Swift 5.3 - [Git LFS](https://git-lfs.github.com/) diff --git a/integrations/SwiftPackageManager/spm-project.yml b/integrations/SwiftPackageManager/spm-project.yml index b6df53c14..cdc40725d 100644 --- a/integrations/SwiftPackageManager/spm-project.yml +++ b/integrations/SwiftPackageManager/spm-project.yml @@ -8,7 +8,7 @@ targets: SpmSampleApp: type: application platform: iOS - deploymentTarget: "13.0" + deploymentTarget: "14.0" info: path: Sources/Info.plist sources: [Sources] diff --git a/templates/GliaWidgets.podspec b/templates/GliaWidgets.podspec index ef40a07c7..9bcf18ca5 100644 --- a/templates/GliaWidgets.podspec +++ b/templates/GliaWidgets.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/salemove/ios-sdk-widgets.git', :tag => s.version.to_s } s.module_name = 'GliaWidgets' - s.ios.deployment_target = '13.0' + s.ios.deployment_target = '14.0' s.source_files = 'GliaWidgets/**/*.swift' s.swift_version = '5.3'