This project is deprecated in favor of Editor Extensions support in Xcode 8+.
It will display JSON from .gutter.json in the current project's directory, example:
{ "/some/file": [
{
"line": 23,
"long_text": "Some longer text in a tooltip when hovering over the line.",
"name": "main",
"short_text": "gutter text",
"background_color":"0x35CC4B"
}
] }
see this file for more information. This enables the integration of abitrary tools and scripts into Xcode without the need to write yet another plugin.
-
Show code coverage information, generated with slather. If you already have set it up, slather can generate a suitable .gutter.json by simply running:
$ slather coverage -g path/to/project.xcodeproj
-
Show code size information of Pebble applications, using puncover - this also inspired the name of this plugin.
-
Show findings of Faux Pas, using this script to convert the JSON.
Either
- Clone and build the plugin yourself, it will be installed to the right location automatically by building it.
or
- Install it via Alcatraz
In any case, relaunch Xcode to load it.