Alcatraz – Package manager for Xcode 5 12 years agoSince the original one is really long; would make the install script even less readable.Also, git.io allows only shortening github repos; so there should be no harm 0ThreadHN
Alcatraz – Package manager for Xcode 5 12 years agounfortunately we wrote it on an Macbook Air, where it worked pretty good. It lags horribly on an MBP retina, we might fix that 0ThreadHN
Alcatraz – Package manager for Xcode 5 12 years agoThe plan is to use github releases from now on, and shorten using git.io 0ThreadHN
Alcatraz – Package manager for Xcode 5 12 years agowe will consider bringing it back to 10.8, just after this all launch thing is over 0ThreadHN
Alcatraz – Package manager for Xcode 5 12 years agoIt's like jailbreak for Xcode, that's the metaphor 0ThreadHN
Alcatraz: Xcode Package Manager 13 years agoIf you mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ , does it work then? 0ThreadHN
Alcatraz: Xcode Package Manager 13 years agoYou need to install Command line tools from the Preferences pane. After that you should be good to go.We'll add that notice probably tomorrow. 0ThreadHN
Alcatraz: Xcode Package Manager 13 years agoShawshank sounds like an awesome name; Alcatraz was just the first one that came to my mind. 0ThreadHN
Alcatraz: Xcode Package Manager 13 years agoIt also has File templates. Most likely, it will support snippets soon. 0ThreadHN
Alcatraz: Xcode Package Manager 13 years agoThanks for the report, adding this in the Alcatraz. He should do it instead of you ;) 0ThreadHN
Alcatraz - Xcode package manager 13 years agoThere is a template called Xcode-Plugin-Template. Install Alcatraz, install the template, and you're good to go :)The template will set your new plugin up, so you'll be ready to start coding.One IMPORTANT downside is that Xcode doesn't support ARC, so you'll want to write -retain, -release, -autorelease 0ThreadHN