Skip to content

Commit e25bedc

Browse files
committed
Upgrade C++ 14 to 17 in cocoapods
1 parent 97689f5 commit e25bedc

File tree

4 files changed

+251
-232
lines changed

4 files changed

+251
-232
lines changed

FirebaseFirestoreInternal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
115115

116116
s.library = 'c++'
117117
s.pod_target_xcconfig = {
118-
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++14',
118+
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17',
119119
'CLANG_CXX_LIBRARY' => 'libc++',
120120
'GCC_PREPROCESSOR_DEFINITIONS' =>
121121
"FIRFirestore_VERSION=#{s.version} " +

0 commit comments

Comments
 (0)