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
210
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
290
ObjectiveSugar & ObjectiveRecord
supermarin
5
550
BubbleWrap
supermarin
3
320
Other Decks in Programming
See All in Programming
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
110
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
780
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
930
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
340
ポスターセッション: 「まっすぐ行って、右!」って言ってラズパイカーを動かしたい 〜生成AI × Raspberry Pi Pico × Gradioの試作メモ〜
komofr
0
950
CSC509 Lecture 04
javiergs
PRO
0
290
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.1k
NetworkXとGNNで学ぶグラフデータ分析入門〜複雑な関係性を解き明かすPythonの力〜
mhrtech
3
1k
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
140
Swift Concurrency - 状態監視の罠
objectiveaudio
2
450
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
180
CSC509 Lecture 05
javiergs
PRO
0
290
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Practical Orchestrator
shlominoach
190
11k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Embracing the Ebb and Flow
colly
88
4.8k
Designing for humans not robots
tammielis
254
25k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Building Applications with DynamoDB
mza
96
6.6k
Thoughts on Productivity
jonyablonski
70
4.9k
Speed Design
sergeychernyshev
32
1.1k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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