Carthage support #856
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This introduces working carthage support for with the latest on master. There are two problems though:
Use
github "sjmueller/yoga" "master"
in yourCartfile
to try it out. Hopefully this serves as a helpful starting point to supporting carthage.It seems there are a couple of tradeoffs to consider here – I will need some time to check this in detail, sorry :-(
And thanks for creating the PR :-)
Can we do this without having to delete the example and without breaking CocoaPods? I am no iOS expert; ComponentKit’s Carthage build manages to use Yoga today: https://github.com/facebook/componentkit/blob/master/Cartfile.private#L4
@SidharthGuglani could you remove me as a reviewer here? Thanks!
I don't think we'll want to move forward with this, vs CocoaPods and/or SPM.
Pull request closed