Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jun 8, 2024
1 parent 34b6aee commit 55cb314
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 13 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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion FirebaseOAuthUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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 '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
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
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
4 changes: 2 additions & 2 deletions UITests/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source 'sso://cpdc-internal/firebase'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '9.0'
platform :ios, '13.0'

target 'FirebaseUISample' do
use_frameworks!
platform :ios, '9.0'
platform :ios, '13.0'

pod 'OCMock'
pod 'FirebaseUI', :path => '../'
Expand Down

0 comments on commit 55cb314

Please sign in to comment.