ceeK / Solar

A Swift micro library for generating Sunrise and Sunset times.
MIT License
568 stars 82 forks source link

Carthage Support for macOS and tvOS #35

Closed raysarebest closed 3 years ago

raysarebest commented 6 years ago

This is a fix for Issue #29. This PR adds support for macOS and tvOS by making a new target/scheme for each missing platform and sharing it to make it visible to Carthage. Once this PR is merged, someone with write access to the repository will need to bump the framework's version and "release" it so Carthage can see the new version

Fixes #29.