+ All Categories
Home > Software > Mobile Day - Fastlane

Mobile Day - Fastlane

Date post: 24-Jan-2018
Category:
Upload: software-guru
View: 387 times
Download: 0 times
Share this document with a friend
36
Todd Burner @toddlovesthis Local Contact: @agustin
Transcript
Page 1: Mobile Day - Fastlane

Todd Burner@toddlovesthis

Local Contact: @agustin

Page 2: Mobile Day - Fastlane
Page 3: Mobile Day - Fastlane
Page 4: Mobile Day - Fastlane
Page 5: Mobile Day - Fastlane
Page 6: Mobile Day - Fastlane

$ sudo gem install fastlane —verbose

Getting Started

$ xcode-select —install

$ cd [your_project_folder]

$ fastlane init

Page 7: Mobile Day - Fastlane
Page 8: Mobile Day - Fastlane

$ scan

Scan

$ fastlane ios test

Page 9: Mobile Day - Fastlane

$ fastlane actions

Actions

$ fastlane action [action_name]

$ fastlane lanes

$ fastlane new_action

Page 10: Mobile Day - Fastlane

So far

Page 11: Mobile Day - Fastlane

CODE SIGNING

&

PROVISIONING PROFILES

< >

Page 12: Mobile Day - Fastlane
Page 13: Mobile Day - Fastlane

The right way

Page 14: Mobile Day - Fastlane

AUTOMATING

Page 15: Mobile Day - Fastlane

Build Your App

Code Signing Certificate

Provisioning Profile

Building & Signing

Signed IPA

Page 16: Mobile Day - Fastlane

$ cert$ sigh$ gym

Page 17: Mobile Day - Fastlane
Page 18: Mobile Day - Fastlane

`

1. Version Bump 2. Commit & Push 3. Provisioning Profile 4. Build 5. Export 6. Upload 7. Add Release Notes 8. Distribute

Page 19: Mobile Day - Fastlane
Page 20: Mobile Day - Fastlane
Page 21: Mobile Day - Fastlane

$ fastlane beta

Page 22: Mobile Day - Fastlane
Page 23: Mobile Day - Fastlane

https://github.com/fastlane/boarding

Page 24: Mobile Day - Fastlane

https://github.com/fastlane/boarding

Page 25: Mobile Day - Fastlane

Launch

Page 26: Mobile Day - Fastlane

PUSH CERTIFICATES

Page 27: Mobile Day - Fastlane

SCREENSHOTS

Page 28: Mobile Day - Fastlane

300screenshots

Page 29: Mobile Day - Fastlane

...button.tap()snapshot("1LandingScreen")...

Page 30: Mobile Day - Fastlane
Page 31: Mobile Day - Fastlane
Page 32: Mobile Day - Fastlane
Page 33: Mobile Day - Fastlane

How to get involved?https://fastlane.tools

@toddlovesthis

Page 34: Mobile Day - Fastlane
Page 35: Mobile Day - Fastlane

What’s Next?https://fastlane.tools

@toddlovesthis

Page 36: Mobile Day - Fastlane

Thank You@toddlovesthis

Local Contact: @agustin


Recommended