Skip to content

Commit

Permalink
Adds availability for OSX 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Sep 1, 2015
1 parent fa6f4a8 commit 0178c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RxCocoa/Common/CLLocationManager+Rx.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ extension CLLocationManager {
}
}

@available(OSX 10.10, *)
public var rx_didDetermineStateForRegion: Observable<(state: CLRegionState, region: CLRegion!)> {
return rx_delegate.observe("locationManager:didDetermineState:forRegion:")
.map { a in
Expand Down

0 comments on commit 0178c0f

Please sign in to comment.