Skip to content

Commit

Permalink
feat: support react-native 0.75 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran authored Sep 7, 2024
1 parent a113c6d commit 7fc06f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrappers/javascript/indy-vdr-react-native/indy-vdr.podspec
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/indy_vdr.xcframework"
Expand Down

0 comments on commit 7fc06f8

Please sign in to comment.