Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for Carthage #35

Closed
wants to merge 2 commits into from
Closed

Adds support for Carthage #35

wants to merge 2 commits into from

Conversation

elitalon
Copy link
Contributor

This is an attempt to fix #9 by attaching a Carthage-compatible framework to Time releases.

I created a new release.yml workflow that leverages GitHub Actions to:

  1. Create a new release whenever a tag is pushed to the master branch
  2. Attach a Carthage compatible time.framework.zip to it

You can a see a 0.9.1 sample release in my fork.

I'm not sure whether this will be fully compatible with Carthage. Some simple integrations I have done with an example project have worked so far, but they are by no means extensive.

I appreciate any feedback to test this in a better way.

Cheers!

@elitalon elitalon closed this Jul 23, 2020
@elitalon elitalon deleted the carthage-support branch July 23, 2020 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Carthage supports
1 participant