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
280
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
450
Launch Arguments - the mysteries
supermarin
1
180
Swift for CLI tools
supermarin
16
25k
CocoaPods intro
supermarin
2
210
Private pods - best practices
supermarin
1
150
CLI apps. For fun and profit
supermarin
4
16k
Alcatraz internals
supermarin
2
260
ObjectiveSugar & ObjectiveRecord
supermarin
5
510
BubbleWrap
supermarin
3
310
Other Decks in Programming
See All in Programming
Kanzawa.rbのLT大会を支える技術の裏側を変更する Ruby on Rails + Litestream 編
muryoimpl
0
220
GitHub Actions × RAGでコードレビューの検証の結果
sho_000
0
240
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
プログラミング言語学習のススメ / why-do-i-learn-programming-language
yashi8484
0
120
SwiftUI Viewの責務分離
elmetal
PRO
0
150
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
270
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
890
CNCF Project の作者が考えている OSS の運営
utam0k
5
690
AHC041解説
terryu16
0
590
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
110
最近のVS Codeで気になるニュース 2025/01
74th
1
250
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
335
57k
Bash Introduction
62gerente
610
210k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
KATA
mclloyd
29
14k
Music & Morning Musume
bryan
46
6.3k
Code Reviewing Like a Champion
maltzj
521
39k
Navigating Team Friction
lara
183
15k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
Unsuck your backbone
ammeep
669
57k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
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