All the xCode Plugins are added to this repo (from other git repositories) as submodules of this one. They get updated by pulling from the remote repositories. For installing all the plugins just:
- 1.Clone this project in your machine
- 2.Close xCode.
- 3.Run
pluginsInstall.sh
from your terminal. - 4.Open xCode and start enjoying them.
xCodeColors - It allows you to print with colors in the console while debugging. The one which is added to the repository (as submodule) is one from a fork on the originial.
I have created a few Macros that help using colors with this plugin, they all are in NYConstants.h file.
- Original: https://github.com/DeepIT/XcodeColors
- Fork added: https://github.com/robbiehanson/XcodeColors
KSImageNamed - It helps you when you are creating an UImage
with the method ImageNamed:
showing you all the images that you have imported into the project.
XToDo - It helps you to track all the TODOs
that you have all around your code.
- Original: https://github.com/trawor/XToDo.git
ColorSense - It helps you to define color with [UIColor colorWith...]
BBUncrustifyPlugin - Xcode plugin to format code using Uncrustify or ClangFormat.
VVDocumenter-Xcode - You can find the method (or any code) you want to document to, and type in ///, the document will be generated for you and all params and return will be extracted into a Javadoc style, which is compatible with appledoc, Doxygen and HeaderDoc.
MCLog - This plugin let you feel easy to trace console log. Although you may search the text in the console area, you can't hide something you don't want to see.
- Original: https://github.com/yuhua-chen/MCLog.git
DBSmartPanels - DBSmartPanels is a simple panel manager plugin for Xcode 6 which optimizes screen real estate by making common sense decisions on handling what's displayed in the editor window based on what you're currently doing
xctool - It is a open source tool developed by Facebook that manage command lines tools much better than xcodebuild
- Original: https://github.com/facebook/xctool.git