File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ flutter_ios_podfile_setup
29
29
target 'Runner' do
30
30
use_frameworks!
31
31
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'
33
33
34
34
flutter_install_all_ios_pods File . dirname ( File . realpath ( __FILE__ ) )
35
35
target 'RunnerTests' do
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ target 'Runner' do
30
30
use_frameworks!
31
31
use_modular_headers!
32
32
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'
34
34
35
35
flutter_install_all_macos_pods File . dirname ( File . realpath ( __FILE__ ) )
36
36
target 'RunnerTests' do
You can’t perform that action at this time.
0 commit comments