Skip to content

Commit

Permalink
Bump up deployment target from iOS 13 to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiHorishniiMOC authored and Egor Egorov committed Nov 11, 2024
1 parent 5e1e51e commit 30ccfef
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Foundation
#if DEBUG
extension QueuesMonitor.Environment {
static let mock: Self = .init(
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let package = Package(
name: "GliaWidgets",
defaultLocalization: .init(stringLiteral: "en"),
platforms: [
.iOS(.v13)
.iOS(.v14)
],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ SPEC CHECKSUMS:
TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23
WebRTC-lib: 4e9a17058f880cd658e88383c1ac8f1119af3700

PODFILE CHECKSUM: c88b58a44d219be0b6830c83686a1f63c44b5057
PODFILE CHECKSUM: 6e671efd7fbcde1779d6bba89f39a8e1edc8fa6d

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion integrations/SwiftPackageManager/spm-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targets:
SpmSampleApp:
type: application
platform: iOS
deploymentTarget: "13.0"
deploymentTarget: "14.0"
info:
path: Sources/Info.plist
sources: [Sources]
Expand Down
2 changes: 1 addition & 1 deletion templates/GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 30ccfef

Please sign in to comment.