RobertGummesson / BuildTimeAnalyzer-for-Xcode

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

Obj-C Support? #13

Closed sethfri closed 8 years ago

sethfri commented 8 years ago

Is there support planned for Obj-C? It would be great to see why compilation is taking so long in a large, Obj-C based project. Does this project rely on anything Swift specific?

RobertGummesson commented 8 years ago

The issue here is that the flags added to the Build Settings are Swift specific. I'm not sure if Xcode offers equivalent flags for Obj-C. If you would find equivalent flags however, the plug-in would likely work without code changes.