An open API service indexing awesome lists of open source software.

https://github.com/orta/redxcode

When Xcode is being ran in a debugger, make it obvious that it's in dev mode by turning it red and adding a cool banner.
https://github.com/orta/redxcode

Last synced: 3 months ago
JSON representation

When Xcode is being ran in a debugger, make it obvious that it's in dev mode by turning it red and adding a cool banner.

Awesome Lists containing this project

README

          

RedXcode
========

When Xcode is being ran in a debugger, make it obvious that it's in dev mode.

![Screenshot of plugin](https://raw.githubusercontent.com/orta/RedXcode/master/web/screenshot.png)
![Screenshot of dock icon](https://raw.githubusercontent.com/orta/RedXcode/master/web/screenshot2.png)

#### Features

* Hue shifts the app icon when running Xcode in a debugger
* Adds the icon to the top right corner in Xcode 6.
* Hue shift value can be changed by `defaults write com.apple.dt.Xcode ORHueShiftKey [number]`

#### Installation

Install [Alcatraz](http://alcatraz.io/). In Xcode choose Window, Package Manager and search for "RedXcode". Alternatively, clone this repo and hit build, then restart Xcode. Alcatraz is better, you get updates with no effort.

#### Usage

In the ‘Run’ section of your plugin’s scheme:

* Set Xcode.app to be the ‘Executable’ to launch from the ‘Info’ tab.
* Disable ‘View Debugging’ from the ‘Options’ tab.

#### Contributing

It's actually _way_ easier to work on Plugins than you think. Hitting run in Xcode on this project will open a new Xcode with a working lldb instance and you can work on it like any other app. Contributions are extremely welcome of course, large visual design changes should probably be talked about in an issue first FWIW.