nevyn / SPStackedNav

Apache License 2.0
7 stars 0 forks source link

Carthage support #7

Open JagCesar opened 6 years ago

JagCesar commented 6 years ago

I know this is not top priority, but it would be awesome to also support Carthage. :)

If we do this we probably want to move the example project to a separate repository. If we don't do that, the example project will compile every time someone runs the Carthage bootstrap command.

nevyn commented 6 years ago

I like having the example in the same repo, so that one can just double click the example project and you're off coding on the in-repo code.. :) do you have another workflow that would be as easy to work with?

JagCesar commented 6 years ago

Hm. It probably isn't an issue that the example project compiles when carthage bootstrap is run. As long as the example project isn't too complex so we don't slow down the compile time too much.

But I agree, having a demo project in the same repo is pretty awesome to quickly get people started on how it works.