Original link: http://www.myexception.cn/mobile/1597591.html
Xcode 5.1 Installation plugin: Spec Comment Builder Vvdocumenter
Finally have time to stop to play the next Xcode plug-ins, recently need to use the specification annotation generator, so installed a plug-in to use.
The following is the installation process (very simple):
1. Go to GitHub to download engineering documents: Vvdocumenter-xcode
2. Open the project with Xcode, Command + B
After the build is successful, you can see the generated xcplugin file under the ~/library/application support/developer/shared/xcode/plug-ins directory:
3. Restart the Xcode, enter three "/" before a method, and automatically generate the corresponding annotation:
Then tab and save it.
4. Open the Xcode menu, you can see the installed Plug-ins under the window option:
Click Open to set options for this plugin:
The feeling is still quite practical, the most important is the installation process is not general simple.