Skip to content

Commit e809c67

Browse files
committed
Set macOS deployment target
1 parent b77bf18 commit e809c67

File tree

1 file changed

+1
-0
lines changed
  • packages/react-native/scripts/cocoapods

1 file changed

+1
-0
lines changed

packages/react-native/scripts/cocoapods/utils.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def self.updateOSDeploymentTarget(installer)
274274
end
275275
target_installation_result.native_target.build_configurations.each do |config|
276276
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]
277278
end
278279
end
279280
end

0 commit comments

Comments
 (0)