Skip to content

Commit

Permalink
Reduce macOS deployment target to 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
shirakaba committed Jul 24, 2024
1 parent 1208517 commit bdf17d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-safe-area-context.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.authors = package['author']
s.homepage = package['homepage']
s.ios.deployment_target = "12.4"
s.osx.deployment_target = "11.0"
s.osx.deployment_target = "10.15"
s.visionos.deployment_target = "1.0"

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

0 comments on commit bdf17d4

Please sign in to comment.