Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Alcatraz - Xcode package manager
Search
Marin Usalj
June 13, 2013
Programming
3
310
Alcatraz - Xcode package manager
Quick talk on WWDC CocoaPods meet up w/ Delisa Mason
Marin Usalj
June 13, 2013
Tweet
Share
More Decks by Marin Usalj
See All by Marin Usalj
Code signing on iOS/OSX
supermarin
2
460
Launch Arguments - the mysteries
supermarin
1
200
Swift for CLI tools
supermarin
16
25k
CocoaPods intro
supermarin
2
230
Private pods - best practices
supermarin
1
170
CLI apps. For fun and profit
supermarin
4
16k
Alcatraz internals
supermarin
2
280
ObjectiveSugar & ObjectiveRecord
supermarin
5
550
BubbleWrap
supermarin
3
320
Other Decks in Programming
See All in Programming
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.4k
Navigation 2 を 3 に移行する(予定)ためにやったこと
yokomii
0
110
パッケージ設計の黒魔術/Kyoto.go#63
lufia
3
430
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
Cache Me If You Can
ryunen344
1
560
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
470
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
110
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
400
はじめてのMaterial3 Expressive
ym223
2
230
print("Hello, World")
eddie
1
520
旅行プランAIエージェント開発の裏側
ippo012
2
890
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
480
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
74
5k
Become a Pro
speakerdeck
PRO
29
5.5k
A designer walks into a library…
pauljervisheath
207
24k
Music & Morning Musume
bryan
46
6.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Building Adaptive Systems
keathley
43
2.7k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Six Lessons from altMBA
skipperchong
28
4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Transcript
Alcatraz the Xcode package manager Thursday, June 13, 13
Why we built it Thursday, June 13, 13
Team Delisa Marin Jurre @kattrali @mneorr @jurre Thursday, June 13,
13
• Color Schemes • File Templates • Project Templates •
Plugins Thursday, June 13, 13
• Preview • Open website Thursday, June 13, 13
Installing Alcatraz Thursday, June 13, 13
Should be easy. Just paste this line in terminal: mkdir
-p ~/Library/Application\ Support/Developer/ Shared/Xcode/Plug-ins; curl -L http://goo.gl/xfmmt | tar xv -C ~/Library/Application\ Support/Developer/ Shared/Xcode/Plug-ins - Thursday, June 13, 13
Or go to mneorr.github.io/Alcatraz, and install from there. Don’t forget
to restart Xcode. Thursday, June 13, 13
Updating Alcatraz Thursday, June 13, 13
• Plugins updated every time Alcatraz is launched • Alcatraz
uses Alcatraz to update Alcatraz • The same for all the other plugins. Thursday, June 13, 13
Check this out Thursday, June 13, 13
KSImageNamed Thursday, June 13, 13
Lin Thursday, June 13, 13
OMColorSense Thursday, June 13, 13
Licenced templates Thursday, June 13, 13
Hacking Thursday, June 13, 13
• Follow our contributing guides • Write tests Thursday, June
13, 13
Building Plugins • Install Xcode4-Plugin-Template • Customize menu items, add
actions • PR at github.com/mneorr/alcatraz-packages Thursday, June 13, 13
Xcode <REDACTED> Thursday, June 13, 13
QA Thursday, June 13, 13