@regulaforensics/react-native-document-reader-api 9.6.635-beta → 9.6.637-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,5 +37,14 @@ target 'DocumentReader' do
37
37
  config[:reactNativePath],
38
38
  :mac_catalyst_enabled => false
39
39
  )
40
+
41
+ # Fix for Xcode 26
42
+ installer.pods_project.targets.each do |target|
43
+ if target.name == 'fmt'
44
+ target.build_configurations.each do |config|
45
+ config.build_settings['CLANG_CXX_LANGUAGE_STANDARD'] = 'c++17'
46
+ end
47
+ end
48
+ end
40
49
  end
41
50
  end