You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently seen my CI being slowed down a lot by dependencies build (using carthage). I've made a couple scripts to cache those but nothing really durable.
There is a nice tool named Accio which use SPM to define dependencies and Carthage for building (which is supposed to be replaced by SPM on the long run).
Would it be a lot of work to integrate it ? I could try to implement it despite not being used to XcodeGen codebase.
The text was updated successfully, but these errors were encountered:
Sounds cool. Perhaps you can propose how it might work from a user perspective and then we can evaluate how hard it would be.
This issue is similar #196
I was thinking about the same kind of integration that the one for Carthage. You specify the dependencies to integrate in XcodeGen thought they are also defined, fetched and built by Accio.
In XcodeGen, what are the biggest difference between a Carthage dependencies and another built framework ?
Hi,
I've recently seen my CI being slowed down a lot by dependencies build (using carthage). I've made a couple scripts to cache those but nothing really durable.
There is a nice tool named Accio which use SPM to define dependencies and Carthage for building (which is supposed to be replaced by SPM on the long run).
Would it be a lot of work to integrate it ? I could try to implement it despite not being used to XcodeGen codebase.
The text was updated successfully, but these errors were encountered: