Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.05 KB

PluginConsole

Extension for default Xcode console.

Installation

Build this plugin, then the plugin will automatically be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins.
Relaunch Xcode and PluginConsole will make your life easier.

##Xcode 5 If you use Xcode 4 then you should not download latest commit. Latest commit uses for Xcode 5 only and Scheme was be updated.

Usage

Copy Client folder to your plugin and add LogClient.h to your .pch file. And then use PluginLog() and PluginLogWithName() for log to the standart console.

When you debug your plugin, click to Show Plugins Log button and you will see debug information from your plugin.

PC_ss01.png PC_ss02.png Xcode 5 PC_ss03.png

License

PluginConsole is released under the MIT License, see LICENSE.txt.