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

Initial attempt at adding Carthage support #42

Merged
merged 2 commits into from
Feb 8, 2016
Merged

Conversation

ArtSabintsev
Copy link
Owner

No description provided.

@ArtSabintsev
Copy link
Owner Author

@mikemee Added Carthage support and tested it. Seems to work.

  • Add the following to your cart file to access this branch:
// This pulls the repo from Siren's carthage branch, which is the only way to add carthage support without pulling into the main branch.

github "ArtSabintsev/Siren" "carthage"
  • Then, run
carthage update
  • Finally, do the following:
On your application targets’ “General” settings tab, in the “Linked Frameworks and Libraries” section, drag and drop each framework you want to use from the Carthage/Build folder on disk.

@ArtSabintsev ArtSabintsev mentioned this pull request Feb 6, 2016
ArtSabintsev added a commit that referenced this pull request Feb 8, 2016
Initial attempt at adding Carthage support
@ArtSabintsev ArtSabintsev merged commit 500bf49 into master Feb 8, 2016
@ArtSabintsev ArtSabintsev deleted the carthage branch February 8, 2016 04:04
@ArtSabintsev
Copy link
Owner Author

Accepted the PR since it seems to work.

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.

None yet

1 participant