Examples
📝 A collection of example fastlane setups
This repository contains a few `fastlane` example setups that help you getting started. The project is written primarily in Ruby, first published in 2015. It has gained significant community traction with 1,425 stars and 360 forks on GitHub. Key topics include: examples, fastlane.
fastlane Example Setups
This repository contains a few fastlane example setups that help you getting started.
Acast
🎶 Simple setup, saving tons of time
- Slack notifications on failed builds or unsuccessful tests
- Slack notifications are only fired if they're run on our CI
- Managed provisioning profiles using match
- Creation of screenshots using snapshot
- Submission to App Store using gym and deliver
Fitbay
:womans_clothes: Full stack deployment
- Crashlytics, TestFlight, and App Store distribution
- Automatic build environment selection
- Managing of Provisioning Profiles
- Slack Team notifications
- Version number bump and Git commit
- Custom scripts
- Lane switching with private lanes
Fabric app
:womans_clothes: Standard Setup
- Deploy updates through Crashlytics Beta
- Submit to the AppStore with screenshots and metadata
- Code generation for xib names, identifiers, etc using
R.swift
Artsy eidolon
:green_heart: Standard Setup
- Building and Signing of the iOS App
- Version Bump & Git Actions
- Hockey Distribution
- Production Keys
Wikipedia by Wikimedia Foundation
:green_book: Advanced - Multiple Environments
- Different Bundle Identifiers per
lane - Advanced Testing
- Hockey Deployment
- App Store and TestFlight Deployment
- Custom
fastlaneactions like automatic change-logs based on git
SoundCloud
:musical_note: Standard Setup
- Deployment to iTunes Connect
- Building acceptance tests builds with Frank
- Managing Certificates/Provisioning Profiles
- CI steps as lanes
- Project setup
MindNode
:computer: Advanced iOS/Mac Setup
- Mac and iOS Universal App
- App Store and TestFlight Deployment
- Automated Screenshots
- Screenshot Framing & Adding of Titles
- Copying of example data for screenshots
- Custom
xcodebuildcommand
Product Hunt
:chart_with_upwards_trend: Standard Setup
- App Store and TestFlight Deployment
- Managing of Provisioning Profiles
- Push Notifications
- Version Bump & Git Actions
Be My Eyes
:eyes: Standard Setup
- App Store and TestFlight Distribution
- Local action
get_global_value - Version Bump & Git Actions
SunApps
:wrench: App Factory
- Maintain and Deploy hundreds of Apps
- Automatically create new Apps
- Create profiles and push certificates
- Screenshots
- Remote configuration of
Fastfileandsnapshotscripts
A description on how the setup works is available in the Overview.
<p align="center"> <a href="/SunApps/">Overview</a> • <a href="/SunApps/Fastfile">Fastfile</a> • <a href="/SunApps/Deliverfile">Deliverfile</a> • <a href="/SunApps/Snapfile">Snapfile</a> • <a href="/SunApps/Appfile">Appfile</a> • <a href="/SunApps/snapshot.js">snapshot.js</a> </p>Touchwonders
:bike: Shared Fastfile for multiple projects
- Maintain and Deploy multiple of Apps and Projects
- Import external
Fastfilefrom external repo - Load fastlane configuration YAML file
- Create/Renew/Download profiles for multiple targets
- Custom
load_release_notesaction
A description on how the setup works is available in the Overview.
<p align="center"> <a href="/Touchwonders/">Overview</a> • <a href="/Touchwonders/Fastfile">Fastfile</a> • <a href="/Touchwonders/fastlane_config.yaml">Configuration file</a> </p>QuizUp
:zap: Advanced - Multiple Environments
- Deployment to iTunes Connect
- Deployment to Hockey App
- Running unit tests
- Linting with Swiftlint
- Managing Certificates/Provisioning Profiles
- CI steps as lanes
- Project setup
- Version Bump & Git Actions
- Slack Notifications
- Custom action for internal translation tools
- Custom action for versioning
- Custom action for selecting changelogs
fastlane
:rocket: Creative Uses
- Deploying
fastlaneupdates usingfastlane(so meta) - Lane Switching
- Network Requests
- Custom Commands
- Get GitHub Release
SHOP·COM
:bangbang: Dual Platfrom Fastfile, Cordova project
- Configuration for both iOS and Android in the same Fastfile
- Saves archives to a common build folder, sorted by date
- Handles provisioning in a separate lane
- Includes working configuration for building both iOS and Android native projects
- Has configuration for CI (Jenkins) to auto release to Hockeyapp, and auto unlock the keychain
Zattoo
:tv: Setup for tvOS
- App Store and Testflight deployments
- Certificates and Provisioning Profiles management
- Provision of Localizable strings
- Deployment of Preview and Promotional releases
- Unit and UI testing lanes for Travis
- Linter
Code of Conduct
Help us keep fastlane open and inclusive. Please read and follow our Code of Conduct.
Contributors
Showing top 12 contributors by commit count.














