Skip to content

Commit

Permalink
Set the c++ version to the correct value in the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Feb 27, 2023
1 parent 4174619 commit 21c6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Pod::Spec.new do |s|
s.private_header_files = private_header_files
s.header_mappings_dir = 'include'
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES',
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17',
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++20',
'CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF' => 'NO',
'OTHER_CPLUSPLUSFLAGS' => '-isystem "${PODS_ROOT}/Realm/include/core" -fvisibility-inlines-hidden',
'OTHER_CPLUSPLUSFLAGS[arch=armv7]' => '-isystem "${PODS_ROOT}/Realm/include/core" -fvisibility-inlines-hidden -fno-aligned-new',
Expand Down

0 comments on commit 21c6902

Please sign in to comment.