Skip to content

Commit f8e4e56

Browse files
author
Robert Gummesson
authored
Update README.md
1 parent 63317e5 commit f8e4e56

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ Open the analyzer window by tapping `Shift+Ctrl+B` or `View` > `Build Time Analy
1313

1414
## Installation
1515

16-
**NOTE: With Xcode 8 and above, plug-ins are no longer supported. An [idea now](https://github.com/RobertGummesson/BuildTimeAnalyzer-for-Xcode/issues/38) is to work around this problem by making it a standalone app so stay tuned.**
16+
** Xcode 7 **
1717

18-
Build Time Analyzer is available through [Alcatraz - The package manager for Xcode](http://alcatraz.io/). Make sure you restart Xcode after the plug-in is installed.
18+
To install the plug-in, build the project and restart Xcode. The plug-in will automatically be installed in `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins`. To uninstall, just remove the plugin from there (and restart Xcode).
1919

20-
If you rather compile it yourself, simply build the Xcode project and restart Xcode. The plugin will automatically be installed in `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins`. To uninstall, just remove the plugin from there (and restart Xcode).
20+
** Xcode 8 **
21+
22+
With Xcode 8 and above, plug-ins are no longer supported. I am working around this by [turning the project into a standalone app](https://github.com/RobertGummesson/BuildTimeAnalyzer-for-Xcode/issues/38). This will unfortunately limit the functionality.
23+
24+
There is still some work and Q.A to be done but if you'd like to access it now, you can [give it a try from here](https://github.com/RobertGummesson/BuildTimeAnalyzer-for-Xcode/tree/Standalone-for-Xcode-8). Consider it a bit experimental. If not, stay tuned. The branch should make it to master soon.
2125

2226
## Contributions
2327

0 commit comments

Comments
 (0)