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

Make private Cartfile public in order to fix installation via Carthage #13

Merged
merged 2 commits into from
Mar 15, 2019

Conversation

BalestraPatrick
Copy link
Member

It seems like that specifying Quick and Nimble in the public Cartfile is the only way to make Carthage happy when building MobiusNimble. Since Carthage doesn't support subspecs, client will need to pull down test dependencies even though they may not be interested in using them together with MobiusNimble. They can obviously always choose to integrate the frameworks into their project or not.
This is what has been suggested by other OSS projects too such as Moya.

@BalestraPatrick BalestraPatrick requested a review from dflems March 14, 2019 22:35
@dflems
Copy link
Collaborator

dflems commented Mar 14, 2019

I think you just need Nimble. We only use Quick in test targets.

@dflems
Copy link
Collaborator

dflems commented Mar 14, 2019

Either way I don't think it'll hurt!

dflems
dflems previously approved these changes Mar 14, 2019
@codecov
Copy link

codecov bot commented Mar 14, 2019

Codecov Report

Merging #13 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   96.83%   96.83%           
=======================================
  Files          35       35           
  Lines         789      789           
=======================================
  Hits          764      764           
  Misses         25       25

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3fa573d...f1232f0. Read the comment docs.

@BalestraPatrick
Copy link
Member Author

@dflems You're right, only moved Nimble to the public Cartfile.

@BalestraPatrick BalestraPatrick merged commit c690565 into spotify:master Mar 15, 2019
@BalestraPatrick BalestraPatrick deleted the fix-carthage branch March 15, 2019 08:44
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.

2 participants