Carthage support #856

Closed
sjmueller wants to merge 6 commits from master into main
sjmueller commented 2019-01-25 00:06:17 -08:00 (Migrated from github.com)

This introduces working carthage support for with the latest on master. There are two problems though:

  • it probably breaks cocoapods support
  • the sample project is deleted because I couldn't figure out how to make carthage use the right project

Use github "sjmueller/yoga" "master" in your Cartfile to try it out. Hopefully this serves as a helpful starting point to supporting carthage.

This introduces working carthage support for with the latest on master. There are two problems though: - it probably breaks cocoapods support - the sample project is deleted because I couldn't figure out how to make carthage use the right project Use `github "sjmueller/yoga" "master"` in your `Cartfile` to try it out. Hopefully this serves as a helpful starting point to supporting carthage.
davidaurelio commented 2019-01-28 13:29:01 -08:00 (Migrated from github.com)

It seems there are a couple of tradeoffs to consider here – I will need some time to check this in detail, sorry :-(

It seems there are a couple of tradeoffs to consider here – I will need some time to check this in detail, sorry :-(
davidaurelio commented 2019-01-28 13:29:13 -08:00 (Migrated from github.com)

And thanks for creating the PR :-)

And thanks for creating the PR :-)
davidaurelio commented 2019-03-04 05:50:18 -08:00 (Migrated from github.com)

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

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
davidaurelio commented 2020-06-19 14:57:17 -07:00 (Migrated from github.com)

@SidharthGuglani could you remove me as a reviewer here? Thanks!

@SidharthGuglani could you remove me as a reviewer here? Thanks!
NickGerleman commented 2023-01-24 18:30:54 -08:00 (Migrated from github.com)

I don't think we'll want to move forward with this, vs CocoaPods and/or SPM.

I don't think we'll want to move forward with this, vs CocoaPods and/or SPM.

Pull request closed

Sign in to join this conversation.
No description provided.