Xcode plugin and xcode plugin management tool

Source: Internet
Author: User

Xcode plugin and xcode plugin management tool
Introduction Alcatraz is a tool that can help you manage Xcode plug-ins/templates and color settings. It can be directly integrated into the Xcode GUI, making you feel like you are using Xcode's built-in functions.

There are two ways to install Alcatraz: one is the terminal command line method and the other is the compile and run method. Because the installation through the terminal command line requires a firewall, it is complicated, I will not introduce it here. I will give you a command line installation method address. You can refer to the following link if you like the command line method:

Install the Alcatraz command line method.

Here we will introduce another method to download the project installation from the official website:

Download it from the Github website at https://github.com/alcatraz/alcatraz.


This is the official website on Github. Click Clone or download and Select Download ZIP (for example) to download.

After downloading, decompress the ZIP file, as shown in the following figure:


Double-click to open the. xcodeproj executable file. Xcode is opened and the project is run.


After running, a dialog box will pop up, so don't panic. This is not an error (in fact, I panicked when I first saw this). Click Load Bundles calmly.


Close the project (command + Q) and re-open Xcode

Select Window and you will be able to see this plug-in management tool. Congratulations! Now you can open this plug-in management tool and choose to download some of your favorite plug-ins!


Press the shortcut key Shift + Command + 9 to open the plug-in management tool, as shown in a window


Finally, you can search for the plug-in the search box above! If you find that some plug-ins are not satisfactory after being downloaded, you can also delete them using the management tool (Shift + Command + 9 ).


In the toolbar above, the first All represents All, and the second Insalled represents installed

In front of the button green Install click to Install, and the button you have installed will be red Remove click will delete this plug-in

In the figure, the Section circled in red is a connection. Clicking it will open the web browser and jump to the plug-in official website, which is generally Github.


 

There are still a lot of Xcode plug-ins, and Baidu can also search for them!

If you are a newbie (such as yourself) and do not know what plug-ins should be installed for the first time, you can flip through the following addresses. If you are satisfied with the plug-ins, you can download them, if the effect is not satisfactory, you can also delete and uninstall:

Comparison of advantages and disadvantages of Xcode plug-ins (20 plug-ins are recommended)

Http://www.tuicool.com/articles/zUZnAfj

All you want is

PS: In addition, the solution that RTImageAssets cannot be used after Xcode7:

1. Open the directory where the Xcode plug-in is located :~ /Library/Application Support/Developer/Shared/Xcode/Plug-ins/2. select an installed plug-in such as VVDocument, right-click "open package content", and 3. find info. in the plist file, find the DVTPlugInCompatibilityUUIDs project, 4. add a C4A681B0-4A26-480E-93EC-1218098B9AA0 (a number for the current Xcode), how can this number be obtained? Run the following command on the terminal:You can:
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
Oiken:
I use xcode-beta, so the terminal command is:
defaults read /Applications/Xcode-beta.app/Contents/Info DVTPlugInCompatibilityUUID
The result is: CC0D0F4F-05B3-431A-8F33-F84AFCB2C651
5. Right-click "open package content" and double-click a black icon under the contents \ MacOS directory to open the terminal window, print "process completed", and restart xcode.


Related Article

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.