Releases: RobertGummesson/BuildTimeAnalyzer-for-Xcode
Releases · RobertGummesson/BuildTimeAnalyzer-for-Xcode
v1.0.2
- Button added to open up the derived data folder
v1.0.1
- Fix for the derived data path not working correctly
- The app no longer crashes if an empty selection is made
v1.0.0
The plug-in has now been converted into a standalone app. A standalone app is obviously a bit more limited than a plug-in. Basically, the app now monitors the derived data folder rather than subscribing to Xcode notifications. Here are a couple of limitations:
- The app doesn't indicate when a build process has started (but it knows when it ends)
- Jumping to line upon selection no longer works, instead it just opens up the appropriate Swift file.
I have also made some smaller improvements. One is the ability to choose existing projects to analyze, i.e existing builds.
v0.0.0-Plugin-for-Xcode7
An Xcode plug-in for Xcode 7.
NOTE: Starting with Xcode 8, plug-ins are no longer supported.