Skip to content

Commit

Permalink
chore(connectivity_plus): bump MACOSX_DEPLOYMENT_TARGET from 10.11 to…
Browse files Browse the repository at this point in the history
… 10.14
  • Loading branch information
luisredondo committed Feb 9, 2024
1 parent 9f36a00 commit acf2be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.dependency 'ReachabilitySwift'

s.platform = :osx
s.osx.deployment_target = '10.11'
s.osx.deployment_target = '10.14'
end

0 comments on commit acf2be2

Please sign in to comment.