Questions tagged [alcatraz]

Alcatraz is a package manager for Xcode.

Alcatraz is an open-source package manager for Xcode. It lets you discover and install plugins, templates and color schemes without the need for manually cloning or copying files. It installs itself as a part of Xcode and it feels like home.

Source: http://alcatraz.io

7 questions
13
votes
4 answers

Alcatraz in Xcode 7.1

Note that from Xcode 8 Alcatraz no longer works Editor Extension Tutorial I am unable to install Alcatraz for Xcode 7.1 According to their twitter feed Alcatraz should work with Xcode 7.1. I have tried uninstalling and reinstalling. I used the…
Ryan Heitner
  • 13,119
  • 6
  • 77
  • 119
3
votes
2 answers

Alcatraz plugin isn't installing?

According to this github entry https://github.com/chendo/FuzzyAutocompletePlugin, I should be able to install FuzzyAutocompletePlugin into XCode 5 using Alcatraz. When I try to follow the very simple terminal instructions for installing Alcatraz…
Aaron Bratcher
  • 6,051
  • 2
  • 39
  • 70
2
votes
2 answers

Install Alcatraz on XCode beta 6.3

How can I install Alcatraz over XCode 6.3 beta? If I run curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh it works just for my non beta XCode.
Daniel Gomez Rico
  • 15,026
  • 20
  • 92
  • 162
0
votes
1 answer

install Alcatraz for Xcode 7.3.1,but prompt an error:curl: (56) SSLRead() return error -9806

I install Alcatraz using the following command in terminal: curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh I get an error: curl: (56) SSLRead() return error -9806 Xcode's Version is 7.3.1; before…
0
votes
1 answer

Can Alcatraz be used to add build rules?

I'd like to create an Alcatraz plugin that adds a new project Build Rule to Xcode. Currently our tutorial requires that the developer manually add the rule, pasting in a script. None of the current plugins appear to add build rules -- is it…
tball
  • 1,984
  • 11
  • 21
0
votes
1 answer

XCode7 Tip: Xcode Command Line Tools are not currently installed, and are required to run Alcatraz

I have installed Alcatraz Plugs to XCode7.0 but when I Clicked:" Window->Package Manager", the XCode tip Me : Xcode Command Line Tools are not currently installed, and are required to run Alcatraz. Command Line Tools are available for installation…
0
votes
1 answer

Alcatraz - Xcode Command Line Tools are not currently installed

I'm managing Xcode plug-ins via Alcatraz. Everything was alright until I installed and then uninstalled Git following instruction in the uninstalled.sh file in official git.zip file: sudo rm -rf /usr/local/git/ (in my case it's…
bluenowhere
  • 2,683
  • 5
  • 24
  • 37