RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Target Support

farzadshbfn opened this issue · comments

Lots of developers add two targets inside their projects, one for Debug and one for Release. I think it's a good idea to add support to select Debug target in choosing projects (if possible)

Thanks for the suggestion. Yes, that can be supported with a few modifications to the code. Just need to find the time which is always the tricky bit. :)

Those aren't usually targets. They are build configurations. And most devs add a third config named "App Store".