Skip to content

Hs-Yeah/PluginConsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

log console for Xcode plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%