Skip to content

Commit

Permalink
Align CocoaPods macOS deployment to 10.10, like SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Apr 20, 2024
1 parent 0c6605f commit b0811e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RxBlocking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Waiting for observable sequence to complete before exiting command line applicat
s.requires_arc = true

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'

Expand Down
2 changes: 1 addition & 1 deletion RxCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'

Expand Down
2 changes: 1 addition & 1 deletion RxRelay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay
s.requires_arc = true

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'

Expand Down
2 changes: 1 addition & 1 deletion RxSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gitDiff().grep("bug").less // sequences of swift objects
s.requires_arc = true

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'

Expand Down
2 changes: 1 addition & 1 deletion RxTest.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func testMap() {
s.requires_arc = true

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'

s.source_files = 'RxTest/**/*.swift', 'Platform/**/*.swift'
Expand Down

0 comments on commit b0811e8

Please sign in to comment.