Slide 1

Slide 1 text

S h i p y o ur a p p s f a s t e r w i t h X c o d e C l o ud @POLPIELLADEV @[email protected] 📍 ONLINE

Slide 2

Slide 2 text

A p p m a k er a nd c o n t e n t cr e a t o r b a sed i n B a r c el o n a H i ! I’ m P o l

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

No content

Slide 6

Slide 6 text

W h a t w e ’ l l d o • What is CI/CD and why do you need it? • What is Xcode Cloud? • Getting started • 3 Xcode Cloud workflows • Extending Xcode Cloud functionality

Slide 7

Slide 7 text

W h a t i s CI/CD a n d w h y d o y o u n e e d i t ?

Slide 8

Slide 8 text

What is CI/CD? - RedHat “Continuous Integration and Continuous Deployment is a method to frequently deliver apps to customers by introducing automation into the stages of app development.”

Slide 9

Slide 9 text

Push a new tag Notify of a change Perform action Report action output Submit Send m essage Trigger a scheduled work fl ow

Slide 10

Slide 10 text

• Automate complex processes • Schedule repetitive tasks • Flexibility and scalability • Build con fi dence on your codebase • Guard against vulnerabilities • Enforce code styles W h y d o y o u n e e d CI/CD?

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

W h a t i s X c o d e c l o u d

Slide 14

Slide 14 text

• Apple’s CI/CD service • Equivalent to GHA, Bitrise, etc. • Deeply integrated into Xcode and App Store Connect • Introduced in WWDC21 • Subscriptions were available from August 2022 W h a t i s X c o d e C l o u d ?

Slide 15

Slide 15 text

H o w d o e s i t w o r k ? • Products, Work fl ows and Builds. • Product represents your app in Xcode Cloud. • Multiple work fl ows in a product. • Builds are runs of a speci fi c work fl ow.

Slide 16

Slide 16 text

T h e a n a t o m y o f a w o r k f l o w • Where - Environment • macOS version, Xcode version, Environment variables and secrets, Clean • When - Start conditions • Branch, PR, Tag, Manual, Scheduled • What - Actions + Post-Actions • Actions • Build, Test - Multiple devices and versions, Archive and Analyze • Post-Actions • Deploy to Test fl ight, send Slack messages and send emails

Slide 17

Slide 17 text

W h e r e c a n w o r k f l o w s r u n ? • macOS runners • Set up per-work fl ow • Multiple Xcode versions available • Multiple macOS versions available • No self-hosted runners • Very app focused

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

No content

Slide 20

Slide 20 text

P r i c i n g

Slide 21

Slide 21 text

No content

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

S e t t i n g u p X c o d e C l o u d

Slide 24

Slide 24 text

No content

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

No content

Slide 28

Slide 28 text

No content

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

L e t ’ s c o d e !