Skip to content

Commit 0aa9021

Browse files
committed
Reduce macOS deployment target to 10.15
1 parent 7a56f6e commit 0aa9021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-safe-area-context.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.authors = package['author']
1414
s.homepage = package['homepage']
1515
s.ios.deployment_target = "12.4"
16-
s.osx.deployment_target = "11.0"
16+
s.osx.deployment_target = "10.15"
1717
s.visionos.deployment_target = "1.0"
1818

1919
s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" }

0 commit comments

Comments
 (0)