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
Something about Xcode ^^
Search
Adrien Humilière
July 11, 2019
Programming
0
130
Something about Xcode ^^
Dive into the new cool stuffs introduced with Xcode 11.
Adrien Humilière
July 11, 2019
Tweet
Share
More Decks by Adrien Humilière
See All by Adrien Humilière
Attention to details
adhumi
0
7
Build an iOS app from an iPad
adhumi
0
47
Inside Brut.
adhumi
0
100
Localization done bien
adhumi
1
270
Test and distribute an iOS app with Gitlab CI
adhumi
0
370
Pushing Forward iOS Notifications
adhumi
0
200
Good practices for iOS releases
adhumi
0
220
What's new in iOS 9
adhumi
0
340
Rebranding an iOS app
adhumi
0
260
Other Decks in Programming
See All in Programming
Towards Transactional Buffering of CDC Events @ Flink Forward 2025 Barcelona Spain
hpgrahsl
0
120
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
3
980
CSC509 Lecture 06
javiergs
PRO
0
270
マンガアプリViewerの大画面対応を考える
kk__777
0
260
テーブル定義書の構造化抽出して、生成AIでDWH分析を試してみた / devio2025tokyo
kasacchiful
0
300
Foundation Modelsを実装日本語学習アプリを作ってみた!
hypebeans
0
130
SODA - FACT BOOK(JP)
sodainc
1
8.8k
What's new in Spring Modulith?
olivergierke
1
170
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
360
One Enishi After Another
snoozer05
PRO
0
160
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
650
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
450
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
526
40k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
A designer walks into a library…
pauljervisheath
209
24k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
A Tale of Four Properties
chriscoyier
161
23k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Code Review Best Practice
trishagee
72
19k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Optimizing for Happiness
mojombo
379
70k
Transcript
Something about Xcode ^^
Cool stuffs from Xcode 11
None
None
None
None
None
None
None
Colors Images Symbols
None
None
None
None
None
Integrated with Xcode
None
None
None
None
None
None
None
None
Test Plans
• Allows to run tests with multiple configurations • A
file in your Xcode project • Easy to adopt in existing projects
None
None
xcodebuild -project ... -scheme ... -testPlan 'Smoke Tests'
Use cases fr_FR en_US …
Use cases Address sanitizer Thread sanitizer …
Use cases Quick check Complete nightly check …
None
Language settings per app
NSLocalizedString
None
None
.xcloc
None
xcodebuild -exportLocalizations -project … -localizationPath … xcodebuild -importLocalizations -project …
-localizationPath …
Thanks! @adhumi Brut.