Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Alcatraz - Xcode package manager
Marin Usalj
June 13, 2013
Programming
3
240
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
380
Launch Arguments - the mysteries
supermarin
1
83
Swift for CLI tools
supermarin
15
24k
CocoaPods intro
supermarin
2
150
Private pods - best practices
supermarin
1
79
CLI apps. For fun and profit
supermarin
4
15k
Alcatraz internals
supermarin
2
210
ObjectiveSugar & ObjectiveRecord
supermarin
5
430
BubbleWrap
supermarin
3
290
Other Decks in Programming
See All in Programming
Modern Web Apps with Spring Boot, Angular & TypeScript
toedter
12
14k
Go API クライアントの実装 〜Go Conference に載せれなかったTIPS〜
yyoshiki41
0
190
Kotlin 最新動向2022 #tfcon #techfeed
ntaro
1
1.1k
モデリングの費用対効果
masuda220
PRO
1
190
アプリのログをチーム外で活用してもらうためにやったこと
shotakashihara
0
190
CIでAndroidUIテストの様子を録画してみた
mkeeda
0
180
byte列のbit表現を得るencodingライブラリ作った
convto
1
150
競プロへの誘 -いざな-
u76ner
0
360
Loom is Blooming
josepaumard
3
540
【Qiita Night】新卒エンジニアによるSwift6与太予想
eiji127
0
180
LegalForceの契約データを脅かすリスクの排除と 開発速度の向上をどうやって両立したか
aibou
0
110
Is Rust a great language for building Kubernetes ecosystem
deepu105
0
150
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
310
33k
The Cult of Friendly URLs
andyhume
68
4.7k
Support Driven Design
roundedbygravity
86
8.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
56
2.3k
YesSQL, Process and Tooling at Scale
rocio
157
12k
How GitHub Uses GitHub to Build GitHub
holman
465
280k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
11
4.6k
Making the Leap to Tech Lead
cromwellryan
113
6.9k
Facilitating Awesome Meetings
lara
29
3.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
237
19k
Art Directing for the Web. Five minutes with CSS Template Areas
malarkey
196
9.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
349
27k
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