Sunscreen
Sunscreen copied to clipboard
:sunrise: A macOS app that sets your wallpaper based on sunrise and sunset.
Neither of these things work and I'm not sure why (especially for Photos.app) but this should be possible
If the user doesn't have network connectivity, we can't get their current location using Location Services. There could be other reasons the user would want to enter a location anyway,...
Probably not the best practice to have the StatusMenuController be the CLLocationDelegate. The functionality that grabs the current location to pass to the API should really be in its own...
Since this is my first time using XCode or writing Swift or writing an OS X App, I have no idea how to to write tests for this sort of...