We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77bf18 commit e809c67Copy full SHA for e809c67
packages/react-native/scripts/cocoapods/utils.rb
@@ -274,6 +274,7 @@ def self.updateOSDeploymentTarget(installer)
274
end
275
target_installation_result.native_target.build_configurations.each do |config|
276
config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = Helpers::Constants.min_ios_version_supported
277
+ config.build_settings["MACOSX_DEPLOYMENT_TARGET"] = Helpers::Constants.min_macos_version_supported # [macOS]
278
279
280
0 commit comments