RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Target Support #59

Open farzadshbfn opened 7 years ago

farzadshbfn commented 7 years ago

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)

RobertGummesson commented 7 years ago

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. :)

rae commented 4 years ago

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