Brief Introduction
Alcatraz is a tool to help you manage Xcode plug-ins, templates, and color configurations. It can be integrated directly into the Xcode graphical interface, making you feel like you're using a Xcode feature. Install and delete
Use the following command line to install Alcatraz:
1
2
|
Mkdir-p ~/library/application\ support/developer/shared/xcode/plug-ins;
Curl-l Http://git.io/lOQWeA | Tar xvz-c ~/library/application\ support/developer/shared/xcode/plug-ins
|
If you do not want to use Alcatraz, you can use the following command to remove:
1
2
|
RM-RF ~/library/application\ support/developer/shared/xcode/plug-ins/alcatraz.xcplugin
rm-rf ~/Library/ application\ Support/alcatraz
|
Use
After the installation is successful restart Xcode, you can find Alcatraz in the top menu of Xcode, as follows:
Click on "Package Manager" to launch the plugin list page as follows:
After you can search for plug-ins in the upper right corner, for the plug-in you want to install, click on its left icon, you can download the installation, as shown below, I am installing the kimagenamed plugin:
Once the installation is complete, click the icon on the left side of the plugin again to remove the plugin. Plug-in Path
Xcode all plug-ins are installed in the directory ~/library/application support/developer/shared/xcode/plug-ins/, you can also manually switch to this directory to remove Plug-ins. about Xcode's plug-in mechanism
Alcatraz currently supports only OS X 10.9 and Xcode 5. Don't complain, this is mainly because Apple does not have an open plugin mechanism, each upgrade Alcatraz must be adapted. If you look at Alcatraz's Commit Log, you'll find that Alcatraz took months to fit into Xcode 5, which is hard for plug-in developers.
Therefore, as an open source and free plug-ins, only support the latest version of the Xcode can make open source authors save a lot of energy. I also hope that Apple will soon open the Xcode plug-in mechanism standards, convenient for the vast number of plug-in developers to build a powerful third-party enhancement tools. recommended Plug-ins:: "Those who can not miss the Xcode plugin" Introduction to the personal common iOS third party library and the Xcode plugin