Skip to content

Commit 3990138

Browse files
ci(apple): update firestore-ios-frameworks (#341)
1 parent 129fd3e commit 3990138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ flutter_ios_podfile_setup
2929
target 'Runner' do
3030
use_frameworks!
3131
use_modular_headers!
32-
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.22.0'
32+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.24.0'
3333

3434
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3535
target 'RunnerTests' do

tests/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ target 'Runner' do
3030
use_frameworks!
3131
use_modular_headers!
3232

33-
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.22.0'
33+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.24.0'
3434

3535
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
3636
target 'RunnerTests' do

0 commit comments

Comments
 (0)