swift-dependencies-additions icon indicating copy to clipboard operation
swift-dependencies-additions copied to clipboard

Add `LocationManagerDependency` (#69)

Open RemiBardon opened this issue 1 year ago • 0 comments

I added a basic wrapper around CLLocationManager. Unfortunately, APIs are too different on all platforms and I had to copy-paste most of the implementation 😕

I tried to follow the style of this repo, tell me if something feels off.

Closes #69

Checklist:

  • Build for
    • [x] iOS
    • [x] macOS
    • [x] macCatalyst
    • [x] tvOS
    • [x] watchOS
    • [ ] Linux
  • [x] Format
  • [x] Build with strict concurrency checking
  • [ ] Add tests
    • @tgrapperon What should I test? I feel like tests will just be another copy-paste of the implementation 🤔

RemiBardon avatar May 20 '23 10:05 RemiBardon