├── README.markdown └── doc └── screenshot.png /README.markdown: -------------------------------------------------------------------------------- 1 | # AlcatrazApp is dead, so as Alcatraz. Since Xcode 8, Apple provides official Source Editor Extension support and protects it with SIP. 2 | 3 | ### Introducing AlcatrazApp 4 | 5 | [Alcatraz](http://alcatraz.io) is the Package manager for Xcode. Its self is originally designed as a Xcode plugin. But when Apple releases new version of Xcode which `DVTPlugInCompatibilityUUIDs` maybe also changed to some new value. It then causes all Xcode plugins - even Alcatraz - can not be loaded and this issue was been discussed [long long ago](https://github.com/alcatraz/Alcatraz/issues/73). 6 | 7 | AlcatrazApp is simply a standalone container app for Alcatraz. It loads Alcatraz just like Xcode without checking `DVTPlugInCompatibilityUUIDs`. So you can still manage your plugins without openning Xcode. sometimes It's really helpful. 8 | 9 | ~~### Downloads~~ 10 | 11 | ~~Download [latest verison](https://github.com/hewigovens/AlcatrazApp/releases/tag/1.0).~~ 12 | 13 | ### Screenshot 14 | 15 | ![AlcatrazApp](doc/screenshot.png) 16 | 17 | ### Note 18 | 19 | This repo is only for hosting releases. the code is [here](https://github.com/hewigovens/Alcatraz/tree/standalone-app). 20 | -------------------------------------------------------------------------------- /doc/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hewigovens/AlcatrazApp/2d0576f6b8f5934691c121e82efe72cab6bdc0d1/doc/screenshot.png --------------------------------------------------------------------------------