Using Alcatraz to manage Xcode plug-ins

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.