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

Add support for Carthage #8

Closed
codeslubber opened this issue Jun 16, 2016 · 4 comments
Closed

Add support for Carthage #8

codeslubber opened this issue Jun 16, 2016 · 4 comments

Comments

@codeslubber
Copy link

No description provided.

@mbuchetics
Copy link

seems to be working just fine with Carthage

@iwasrobbed
Copy link
Collaborator

@mbuchetics Thanks! Mind giving an example on how they can integrate it and I'd be happy to add it to the readme?

@mbuchetics
Copy link

I simply added
github "iwasrobbed/Down" ~> 0.3
to my Cartfile and ran carthage update (see https://github.com/Carthage/Carthage).

You can omit the version and just put
github "iwasrobbed/Down"
This is how most frameworks are describing it in their readme (however, I think it is good practice to specify a version).

Other than that you just have to make sure that your Xcode schemes are shared (https://github.com/Carthage/Carthage#share-your-xcode-schemes). But you are already doing that, so it just works out of the box 👍

@iwasrobbed
Copy link
Collaborator

Thanks @mbuchetics !! I will add this today

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

No branches or pull requests

3 participants