tgrapperon / swift-dependencies-additions

More dependencies for `swift-dependencies`
MIT License
298 stars 39 forks source link

Add `LocationManagerDependency` (#69) #70

Open RemiBardon opened 1 year ago

RemiBardon commented 1 year ago

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: