Skip to content

Commit

Permalink
Update iOS minimum to 13 (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Jun 10, 2024
1 parent 6ba9709 commit 44c27c4
Show file tree
Hide file tree
Showing 25 changed files with 65 additions and 64 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/phoneauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Setup
run: gem install bundler; bundle install
- name: Build
# (#1191) Fix and remove --allow-warnings
run: |
bundle exec pod lib lint FirebasePhoneAuthUI.podspec \
--include-podspecs=FirebaseAuthUI.podspec
--include-podspecs=FirebaseAuthUI.podspec --allow-warnings
6 changes: 3 additions & 3 deletions FirebaseAnonymousAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAnonymousAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'Provides anonymous auth support for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'FirebaseAnonymousAuthUI/Sources/Public/FirebaseAnonymousAuthUI/*.h'
s.source_files = 'FirebaseAnonymousAuthUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseAuthUI'
s.dependency 'FirebaseAuth', '>= 8.0', '< 11.0'
s.dependency 'FirebaseAuth', '>= 8.0', '< 12.0'
s.dependency 'FirebaseCore'
s.resource_bundles = {
'FirebaseAnonymousAuthUI' => [
Expand Down
2 changes: 1 addition & 1 deletion FirebaseAnonymousAuthUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebaseAnonymousAuthUI' do
use_frameworks!
Expand Down
6 changes: 3 additions & 3 deletions FirebaseAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'A prebuilt authentication UI flow for Firebase Auth.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.public_header_files = 'FirebaseAuthUI/Sources/Public/FirebaseAuthUI/*.h'
s.source_files = 'FirebaseAuthUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseAuth', '>= 8.0', '< 11.0'
s.dependency 'FirebaseAuth', '>= 8.0', '< 12.0'
s.dependency 'FirebaseCore'
s.resource_bundles = {
'FirebaseAuthUI' => ['FirebaseAuthUI/Sources/{Resources,Strings}/*.{xib,png,lproj}']
Expand Down
2 changes: 1 addition & 1 deletion FirebaseAuthUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebaseAuthUI' do
use_frameworks!
Expand Down
6 changes: 3 additions & 3 deletions FirebaseDatabaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseDatabaseUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'Prebuilt data sources and UI bindings for Firebase Database.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|

s.public_header_files = 'FirebaseDatabaseUI/Sources/Public/FirebaseDatabaseUI/*.h'
s.source_files = 'FirebaseDatabaseUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseDatabase', '>= 8.0', '< 11.0'
s.dependency 'FirebaseDatabase', '>= 8.0', '< 12.0'

end
2 changes: 1 addition & 1 deletion FirebaseDatabaseUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebaseDatabaseUI' do
use_frameworks!
Expand Down
4 changes: 2 additions & 2 deletions FirebaseEmailAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseEmailAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'An email authentication provider for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseEmailAuthUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebaseEmailAuthUI' do
use_frameworks!
Expand Down
6 changes: 3 additions & 3 deletions FirebaseFacebookAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFacebookAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'A Facebook auth provider for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
}
s.swift_version = '5.3'

s.platform = :ios, '12.0'
s.platform = :ios, '13.0'
s.public_header_files = 'FirebaseFacebookAuthUI/Sources/Public/FirebaseFacebookAuthUI/*.h'
s.source_files = 'FirebaseFacebookAuthUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseAuth'
Expand Down
6 changes: 3 additions & 3 deletions FirebaseFirestoreUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFirestoreUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'Data libraries and UI bindings for Firestore.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|

s.public_header_files = 'FirebaseFirestoreUI/Sources/Public/FirebaseFirestoreUI/*.h'
s.source_files = 'FirebaseFirestoreUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseFirestore', '>= 8.0', '< 11.0'
s.dependency 'FirebaseFirestore', '>= 8.0', '< 12.0'

end
2 changes: 1 addition & 1 deletion FirebaseFirestoreUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebaseFirestoreUI' do
use_frameworks!
Expand Down
4 changes: 2 additions & 2 deletions FirebaseGoogleAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseGoogleAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'Google authentication for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseGoogleAuthUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebaseGoogleAuthUI' do
use_frameworks!
Expand Down
8 changes: 4 additions & 4 deletions FirebaseOAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseOAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'A collection of OAuth providers for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -18,8 +18,8 @@ Pod::Spec.new do |s|

s.public_header_files = 'FirebaseOAuthUI/Sources/Public/FirebaseOAuthUI/*.h'
s.source_files = 'FirebaseOAuthUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseAuthUI', '>= 12.0.2', '< 14.0'
s.dependency 'FirebaseAuth', '>= 8.0', '< 11.0'
s.dependency 'FirebaseAuthUI', '>= 12.0.2', '< 15.0'
s.dependency 'FirebaseAuth', '>= 8.0', '< 12.0'
s.resource_bundles = {
'FirebaseOAuthUI' => ['FirebaseOAuthUI/Sources/{Resources,Strings}/*.{png,lproj}']
}
Expand Down
2 changes: 1 addition & 1 deletion FirebaseOAuthUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebaseOAuthUI' do
use_frameworks!
Expand Down
4 changes: 2 additions & 2 deletions FirebasePhoneAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebasePhoneAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'A phone auth provider for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion FirebasePhoneAuthUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebasePhoneAuthUI' do
use_frameworks!
Expand Down
8 changes: 4 additions & 4 deletions FirebaseStorageUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseStorageUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'UI binding libraries for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.tvos.framework = 'UIKit'
s.requires_arc = true
Expand All @@ -17,10 +17,10 @@ Pod::Spec.new do |s|
}
s.swift_version = '5.3'

s.tvos.deployment_target = '11.0'
s.tvos.deployment_target = '13.0'
s.public_header_files = 'FirebaseStorageUI/Sources/Public/FirebaseStorageUI/*.h'
s.source_files = 'FirebaseStorageUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseStorage', '>= 8.0', '< 11.0'
s.dependency 'FirebaseStorage', '>= 8.0', '< 12.0'
s.dependency 'SDWebImage', '~> 5.6'

end
2 changes: 1 addition & 1 deletion FirebaseStorageUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
platform :ios, '13.0'

target 'FirebaseStorageUI' do
use_frameworks!
Expand Down
24 changes: 12 additions & 12 deletions FirebaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'UI binding libraries for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.public_header_files = 'FirebaseUI.h'
Expand All @@ -19,43 +19,43 @@ Pod::Spec.new do |s|
}

s.subspec 'Database' do |database|
database.dependency 'FirebaseDatabaseUI', '~> 13.0'
database.dependency 'FirebaseDatabaseUI', '~> 14.0'
end

s.subspec 'Firestore' do |firestore|
firestore.dependency 'FirebaseFirestoreUI', '~> 13.0'
firestore.dependency 'FirebaseFirestoreUI', '~> 14.0'
end

s.subspec 'Storage' do |storage|
storage.dependency 'FirebaseStorageUI', '~> 13.0'
storage.dependency 'FirebaseStorageUI', '~> 14.0'
end

s.subspec 'Auth' do |auth|
auth.dependency 'FirebaseAuthUI', '~> 13.0'
auth.dependency 'FirebaseAuthUI', '~> 14.0'
end

s.subspec 'Anonymous' do |anonymous|
anonymous.dependency 'FirebaseAnonymousAuthUI', '~> 13.0'
anonymous.dependency 'FirebaseAnonymousAuthUI', '~> 14.0'
end

s.subspec 'Email' do |email|
email.dependency 'FirebaseEmailAuthUI', '~> 13.0'
email.dependency 'FirebaseEmailAuthUI', '~> 14.0'
end

s.subspec 'Facebook' do |facebook|
facebook.dependency 'FirebaseFacebookAuthUI', '~> 13.0'
facebook.dependency 'FirebaseFacebookAuthUI', '~> 14.0'
end

s.subspec 'Google' do |google|
google.dependency 'FirebaseGoogleAuthUI', '~> 13.0'
google.dependency 'FirebaseGoogleAuthUI', '~> 14.0'
end

s.subspec 'OAuth' do |oauth|
oauth.dependency 'FirebaseOAuthUI', '~> 13.0'
oauth.dependency 'FirebaseOAuthUI', '~> 14.0'
end

s.subspec 'Phone' do |phone|
phone.dependency 'FirebasePhoneAuthUI', '~> 13.0'
phone.dependency 'FirebasePhoneAuthUI', '~> 14.0'
end

end
Loading

0 comments on commit 44c27c4

Please sign in to comment.