Skip to content

Releases: RobertGummesson/BuildTimeAnalyzer-for-Xcode

v1.0.2

26 Oct 15:14
Compare
Choose a tag to compare
  • Button added to open up the derived data folder

v1.0.1

26 Sep 13:33
Compare
Choose a tag to compare
  • Fix for the derived data path not working correctly
  • The app no longer crashes if an empty selection is made

v1.0.0

14 Sep 15:15
Compare
Choose a tag to compare

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

13 Sep 15:08
Compare
Choose a tag to compare

An Xcode plug-in for Xcode 7.
NOTE: Starting with Xcode 8, plug-ins are no longer supported.