Alcatraz is a tool that helps you manage Xcode plugins, templates, and color configurations. It can be integrated directly into Xcode's graphical interface, making you feel like you're using Xcode's own features.
Installation and removal
Use the following command line to install Alcatraz:
1 |
curl -fsSL https: //raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh |
If you do not want to use Alcatraz, you can use the following command to delete:
12 |
rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin rm -rf ~/Library/Application\ Support/Alcatraz |
Use
After successful installation, you can find Alcatraz in the top menu of Xcode, as shown below:
Click "Package Manager" to launch the plugin list page as follows:
After you can search in the upper right corner of the plug-in, for the plug-in you want to install, click on the icon to the left, you can download the installation, after the installation is complete, click the icon on the left of the plugin again to remove the plugin.
Plugin path
All of Xcode's plugins are installed in the directory ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
, and you can manually switch to this directory to remove plugins.
Using Alcatraz to manage Xcode plugins