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
These last few months I have been doing a lot of migration of my TCA code base(Concurrency/ReducerProtocol) something that bothers me a lot is that Xcode scheme generation mechanism is not working well when you have a lot of schemes to generate(120 modules) it stops after a few modules(around 20).
I have to build my tool for this and have been using it for the past few months. I did recently discover SPM Plugin and thus moved my tool to SPM Plugin and un-private the repo.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
These last few months I have been doing a lot of migration of my TCA code base(Concurrency/ReducerProtocol) something that bothers me a lot is that Xcode scheme generation mechanism is not working well when you have a lot of schemes to generate(120 modules) it stops after a few modules(around 20).
I have to build my tool for this and have been using it for the past few months. I did recently discover SPM Plugin and thus moved my tool to SPM Plugin and un-private the repo.
It's here https://github.com/mackoj/SchemeGeneratorPlugin I hope it helps you as much as it helped me.
How it works:
To use it:
.package(url: "https://github.com/mackoj/SchemeGeneratorPlugin.git", from: "0.5.5"),
schemeGenerator.json
I admit, the documentation is scarce(I hope to have time next week to improve it) but in the meantime, if you have any questions please ask.
Thanks,
Jeff.
Beta Was this translation helpful? Give feedback.
All reactions