Skip to content

Commit be20c5a

Browse files
committed
pod updates
1 parent d1f81a5 commit be20c5a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ target 'Runner' do
3636
# inherit! :search_paths
3737
#end
3838

39-
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.27.0'
39+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.28.0'
4040
end
4141

4242
post_install do |installer|

ios/ios_cd.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ chmod 600 ./repo_key
1010

1111
gcloud secrets versions access latest --secret=linum-ios-auth-key-file --project=658687609050 > ./AuthKey.p8
1212

13+
pod repo update
14+
pod install
15+
1316
cd ../
1417
flutter build ios --release --no-codesign
1518

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222

2323
dependencies:
2424
badges: ^3.1.2
25-
cloud_firestore: ^5.0.2
25+
cloud_firestore: ^5.1.0
2626
code_builder: ^4.1.0
2727
collection: ^1.17.1
2828
crypto: ^3.0.1

0 commit comments

Comments
 (0)