5 ms·
Alcatraz - Xcode package manager
- budidino 13y agoAwesome! I'll give it a shot.
- SmileyKeith 13y agoThe plugin system for Xcode is definitely opaque. This is a fantastic fix for that.
- dmishe 13y agoIs there a manual on writing plugins somewhere?
- iamtherockstar 13y agoYeah, that was my question as well. I've often thought about plugins that I would want to write for Xcode, but there seems to be no documentation.
- mneorr 13y 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
- colinta 13y agoAw heck yeah! Xcode never looked so good!