XcodeGen
XcodeGen copied to clipboard
Spec generation
Should be able to generate a spec from an existing project for easy migration
any updates on that?
At the moment no. Itβs a huge piece of work to do this properly, especially without duplicating everything (having a path to every file in your project for example) It would require #123 and maybe #214 to be completed first
thanks! :)
do you have a roadmap of things to be worked on and how to tackle them for people willing to give a hand?
There's no real roadmap documented. All the issues are fair game. If you want to work on any just mention it in the issue π
FYI, if you extract the "Build Settings" into xcconfigs, migration is a lot easier. I use my own tool and it works in most cases. https://github.com/toshi0383/xcconfig-extractor
@yonaskolb I will try to work on this π€
@ryohey nice! π
Draft PR here https://github.com/yonaskolb/XcodeGen/pull/682
Hi all! ) Any updates?)
Any updates on this.