RobertGummesson / BuildTimeAnalyzer-for-Xcode

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

Add CSV export feature #91

Open brunophilipe opened 5 years ago

brunophilipe commented 5 years ago

The data generated by this app is super useful, but it can be even more when exported to a format that can be used to process this data in different applications and/or compared for improvements.

This PR adds a "Export as CSV…" menu item under "File", which is enabled after a target is picked. I tried to make sure my changes followed the existing structure of the App, so let me know if there's something that could be improved.

Thanks for the great app!

dogo commented 4 years ago

+1, I was looking for a manner to export the data. Thanks @brunophilipe

RobertGummesson commented 4 years ago

I've completely missed this PR. Let me check over the weekend and then get this one sorted. Sorry for the delay.