资 源 简 介
Source Code:https://github.com/Centny/XEP
This Plug-in provided
format the source code(it depended by uncrustify tools).
copy one line to up or down.
using project configure file to create the comment(only effect to FULLUSERNAME/VERSION configure to the @author and @since).
## Install ##
install uncrustify:
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"brew install uncrustify
install Plug-in
download XEP-*.pkg and PrjEnv.cfg in Downloads tab
install the Plug-in
copy the PrjEnv.cfg to you project home directory and rename to .PrjEnv.cfg,then edit it.
then restart the Xcode
## Uninstall ##
cd ~/Library/Application Support/Developer/Shared/Xcode/Plug-insrm -rf XEP.xcpluginbrew uninstall uncrustify
## Configure sample file ##
#####the file to configure the proejct