Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Aug 24, 2023
1 parent 690f7b0 commit 3bd4431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComposableCoreLocation/Interface.swift
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public struct LocationManager {
pausesLocationUpdatesAutomatically: Bool? = nil,
showsBackgroundLocationIndicator: Bool? = nil
) -> EffectPublisher<Never, Never> {
#if os(macOS)
#if os(macOS) || os(tvOS) || os(watchOS)
return .none
#else
return self.set(
Expand Down

0 comments on commit 3bd4431

Please sign in to comment.