Alcatraz is an open source Package Manager on Xcode that you can use to discover or install plugins, templates, color themes, etc. without having to manually clone and copy files. It is seamlessly integrated with Xcode. Now Alcatraz support XCODE5.
Alcatraz Source address in: Https://github.com/supermarin/Alcatraz
usage
Select Package Manager from the Window menu, then select (check)/Revoke selection (uncheck) to install or remove the plugin. You need to restart Xcode after installing the plug-in package.
I would like to submit my own plug-in kit (package)
Fork then edit the Alcatraz package repository, put the name of the plugin package, description, URL of the plugin, color mode, even templates, and then submit a pull request.
{ "name": "Excellent-Plugin", "url": "https://github.com/me/xcode-excellent-plugin", "description": "Makes Xcode stop, collaborate and listen."}
installation
Install and open your terminal. Enter the following command:
| Sh
Uninstall
To remove a plugin:
To remove the Alcatraz you installed, perform the following command at the terminal:
~/library/application\ Support/developer/shared/xcode/plug-ins/alcatraz.xcplugin
To remove the cached data:
Please execute the following command at the terminal:
rm -rf ~/Library/Application\ Support/Alcatraz/
As the system manages the plugins in Xcode: alcatraz!