···6969 )
7070 __apply_Xcode_12_5_M1_post_install_workaround(installer)
71717272+ # Required to force the pods to use the correct deploy version
7373+ # See https://github.com/facebook/react-native/issues/34106
7474+ installer.pods_project.targets.each do |target|
7575+ target.build_configurations.each do |config|
7676+ config.build_settings['SWIFT_VERSION'] = '5.0'
7777+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
7878+ end
7979+ end
8080+7281 # This is necessary for Xcode 14, because it signs resource bundles by default
7382 # when building for devices.
7483 installer.target_installation_results.pod_target_installation_results