Skip to content

Commit 483ccd3

Browse files
authored
Upgrade grpc to 150 and C++ to 14 For Cocoapods and SPM (#10650)
* Upgrade grpc to 150 and C++ to 14 on Cocoapods and SPM * Minor fixes * try 1.50.1 * Fix style
1 parent 776ce56 commit 483ccd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseFirestore.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
9090

9191
s.dependency 'FirebaseCore', '~> 10.0'
9292

93-
abseil_version = '~> 1.20211102.0'
93+
abseil_version = '~> 1.20220623.0'
9494
s.dependency 'abseil/algorithm', abseil_version
9595
s.dependency 'abseil/base', abseil_version
9696
s.dependency 'abseil/container/flat_hash_map', abseil_version
@@ -100,7 +100,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
100100
s.dependency 'abseil/time', abseil_version
101101
s.dependency 'abseil/types', abseil_version
102102

103-
s.dependency 'gRPC-C++', '~> 1.44.0'
103+
s.dependency 'gRPC-C++', '~> 1.50.1'
104104
s.dependency 'leveldb-library', '~> 1.22'
105105
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
106106

@@ -110,7 +110,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
110110

111111
s.library = 'c++'
112112
s.pod_target_xcconfig = {
113-
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++0x',
113+
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++14',
114114
'GCC_C_LANGUAGE_STANDARD' => 'c99',
115115
'GCC_PREPROCESSOR_DEFINITIONS' =>
116116
"FIRFirestore_VERSION=#{s.version} " +

0 commit comments

Comments
 (0)