BuildTimeAnalyzer-for-Xcode icon indicating copy to clipboard operation
BuildTimeAnalyzer-for-Xcode copied to clipboard

Target Support

Open farzadshbfn opened this issue 7 years ago • 2 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)

farzadshbfn avatar Mar 08 '17 16:03 farzadshbfn

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

RobertGummesson avatar Mar 08 '17 16:03 RobertGummesson

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

rae avatar Sep 19 '19 19:09 rae