Skip to content

Commit

Permalink
Merge pull request #308 from DorianMazur/feat/support-react-native-0.75
Browse files Browse the repository at this point in the history
feat: support react-native 0.75
  • Loading branch information
swcurran authored Sep 6, 2024
2 parents 75226af + 7ceffcf commit 3a4d504
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Pod::Spec.new do |s|
s.header_mappings_dir = "cpp"

s.pod_target_xcconfig = {
:USE_HEADERMAP => "No"
:USE_HEADERMAP => "No",
'CLANG_CXX_LANGUAGE_STANDARD' => "c++20",
}

s.ios.vendored_frameworks = "native/mobile/ios/aries_askar.xcframework"
Expand Down

0 comments on commit 3a4d504

Please sign in to comment.