Skip to content

Commit

Permalink
feat: support react-native 0.75
Browse files Browse the repository at this point in the history
Signed-off-by: MazurDorian <[email protected]>
  • Loading branch information
DorianMazur committed Sep 6, 2024
1 parent 75226af commit 7ceffcf
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 7ceffcf

Please sign in to comment.