Skip to content

Commit

Permalink
Merge pull request #106 from invertase/feat/deploytrarget
Browse files Browse the repository at this point in the history
feat: update minimum deployment target
  • Loading branch information
Lyokone authored Aug 8, 2024
2 parents bb44ae0 + 3f3275e commit 5a53baa
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Pod::Spec.new do |s|
s.swift_version = '5.3'

s.library = 'c++'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'

s.ios.frameworks = 'SystemConfiguration', 'UIKit'
s.osx.frameworks = 'SystemConfiguration'
Expand Down
6 changes: 3 additions & 3 deletions FirebaseFirestoreAbseilBinary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Pod::Spec.new do |s|
s.osx.frameworks = 'SystemConfiguration'
s.tvos.frameworks = 'SystemConfiguration', 'UIKit'
s.library = 'c++'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'

s.swift_version = '5.3'

Expand Down
6 changes: 3 additions & 3 deletions FirebaseFirestoreBinary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
s.osx.frameworks = 'SystemConfiguration'
s.tvos.frameworks = 'SystemConfiguration', 'UIKit'

s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
s.static_framework = true
s.module_name = 'FirebaseFirestore'
s.header_dir = 'FirebaseFirestore'
Expand Down
6 changes: 3 additions & 3 deletions FirebaseFirestoreGRPCBoringSSLBinary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Pod::Spec.new do |s|
s.osx.frameworks = 'SystemConfiguration'
s.tvos.frameworks = 'SystemConfiguration', 'UIKit'
s.library = 'c++'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'

s.swift_version = '5.3'

Expand Down
6 changes: 3 additions & 3 deletions FirebaseFirestoreGRPCCPPBinary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Pod::Spec.new do |s|
s.osx.frameworks = 'SystemConfiguration'
s.tvos.frameworks = 'SystemConfiguration', 'UIKit'
s.library = 'c++'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'

s.swift_version = '5.3'

Expand Down
6 changes: 3 additions & 3 deletions FirebaseFirestoreGRPCCoreBinary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Pod::Spec.new do |s|
s.osx.frameworks = 'SystemConfiguration'
s.tvos.frameworks = 'SystemConfiguration', 'UIKit'
s.library = 'c++'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'

s.swift_version = '5.3'

Expand Down
6 changes: 3 additions & 3 deletions FirebaseFirestoreInternalBinary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Pod::Spec.new do |s|
s.osx.frameworks = 'SystemConfiguration'
s.tvos.frameworks = 'SystemConfiguration', 'UIKit'
s.library = 'c++'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'

s.swift_version = '5.3'

Expand Down

0 comments on commit 5a53baa

Please sign in to comment.