build ios app for continuous delivery

Post on 11-Jan-2017

86 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

Deliver Faster. Deliver Right.

Build iOS App for Continuous Delivery

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/2

- HELLO

Shorten the path between Innovation and Value

WhiteHedge is an agile Product Development company with deep experience in the CloudAutomation, DevOps and Big Data Analytics.

Experience of building 50+ successful products across the globe in various industries and theknowledge of latest trends and technologies, make us stand out as the best and the coolestsoftware product development company.

INTRODUCTION

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/3

- AN OVERVIEW

Global Presence

Agile + Flexible

Thorough + Quick Learner

Competitive + Comprehensive

Honest + Transparent

Young + Mature

Innovative + Creative

More about us …What defines us ?

California

New Jersey Rotterdam

Pune

Envision Products |

Convert into businesses

100+ employees | 50+ live

products world-wide

The best of the Talent and

Infrastructure

Started 2003 | Focused Agile

Product Development

Self funded | Well funded |

Profitable

INTRODUCTION

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

TABLE OF CONTENTS

4

- OUR AGENDA

How we did it?

5

App Distribution Workflow

1

Continuous Delivery

2

CD with Fastlane

3

Fastlane

4

Key Components

6

Architecture

7

Overview of Build Process

8

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

App Distribution Workflow

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

APP DISTRIBUTION WORKFLOW

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

Continuous Delivery

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

CONTINUOUS DELIVERY

oContinuous Delivery is a design practice used in software development to automate and improve the process of software delivery

oYou want to deploy and deliver updates more often to the

repeating task

oUsing fastlane and its tools, you can deploy an App update to the App Store very easily

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

Fastlane

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

FASTLANE

ofastlane lets you define and run your deployment pipelines for different environments

o

automate the whole process

ofastlane connects all fastlane tools and third party tools, like CocoaPods and Gradle

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

FASTLANE TOOLS

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

FASTLANE TOOLS

certautomatically creates and maintains iOS code signing certificates.

sighcreates, renews, downloads and repairs provisioning profiles.

snapshotautomates taking localized screenshots of your iOS app on every device.

gymbuilds and packages your iOS apps.

pilot manage your TestFlight testers and builds from your terminal.

deliveruploads screenshots, metadata and your apps to the App Store.

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

LANES

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

GETTING STARTED

$ sudo gem install fastlane —verbose

$ cd [your_project_folder]

$ fastlane init

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

FASTLANE CONFIGURATIONS

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

FASTFILE

fastlane_version "1.83.0"

default_platform :ios

platform :ios do

lane :beta do

increment_build_number

cert

sigh

cocoapods

gym(scheme: "EOS")

pilot

end

lane :release do

increment_build_number

scan

cert

sigh

snapshot

cocoapods

gym(scheme: "EOS")

deliver

end

end

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

CD FLOW WITH FASTLANE & TEAMCITY

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

FOLLOW US

18

Questions?

http://www.whitehedge.cominfo@whitehedge.com

- SOCIAL NETWORKS / PHONE

WhiteHedge

@thewhitehedgeinfo@WhiteHedge.comWhiteHedge.com/DevOps/

THANK YOU!Have a Nice Day!

top related