JaviSoto / examples

A collection of example fastlane setups

Home Page:https://fastlane.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastlane Logo

fastlane Example Setups

This repository contains a few fastlane example setups that help you getting started.

Acast logotype

🎢 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
    • Text and device frames are added to screenshots using frameit
    • Delivered to iTunes Connect using deliver
  • Submission to App Store using gym and deliver

Overview β€’ Fastfile β€’ Appfile β€’ Deliverfile β€’ Gymfile β€’ Matchfile β€’ Scanfile β€’ Snapfile β€’ Framefile

----

Timehop logo

🎢 Traveling in time using fastlane

  • Automatic generation of the changelog
  • Advanced manual key management
  • Printing out random squirrels and boats
  • Table flips

Overview β€’ Fastfile

----

fastlane Logo

πŸ‘š 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

Overview β€’ Fastfile

----

Fabric app icon

πŸ‘š 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

Overview β€’ Fastfile β€’ Snapfile β€’ Appfile

----

Artsy

πŸ’š Standard Setup

  • Building and Signing of the iOS App
  • Version Bump & Git Actions
  • Hockey Distribution
  • Production Keys

Overview β€’ Fastfile

----

Wikipedia by Wikimedia Foundation

πŸ“— Advanced - Multiple Environments

  • Different Bundle Identifiers per lane
  • Advanced Testing
  • Hockey Deployment
  • App Store and TestFlight Deployment
  • Custom fastlane actions like automatic change-logs based on git

Overview β€’ Fastfile β€’ Deliverfile β€’ Appfile β€’ Metadata

----

Firefox by Mozilla

Firefox

🐈 Advanced - submodules and custom actions

  • Different Bundle Identifiers per lane
  • Custom enterprise deployment
  • snapshot setup with UI Tests
  • Advanced shell scripting

Overview β€’ Fastfile β€’ Snapfile β€’ SnapshotTests.swift β€’ Custom Actions

----

MindNode

πŸ’» 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 xcodebuild command

Overview β€’ Fastfile β€’ Snapfile β€’ MindNode.js β€’ screenshots β€’ Framefile.json β€’ MacScreenshots

----

ProductHunt Logo

πŸ“ˆ Standard Setup

  • App Store and TestFlight Deployment
  • Managing of Provisioning Profiles
  • Push Notifications
  • Version Bump & Git Actions

Overview β€’ Fastfile β€’ Deliverfile β€’ metadata

----

Be My Eyes Logo

πŸ‘€ Standard Setup

  • App Store and TestFlight Distribution
  • Local action get_global_value
  • Version Bump & Git Actions

Overview β€’ Fastfile β€’ Deliverfile β€’ get_global_value

----

SunApps

πŸ”§ App Factory

  • Maintain and Deploy hundreds of Apps
  • Automatically create new Apps
  • Create profiles and push certificates
  • Screenshots
  • Remote configuration of Fastfile and snapshot scripts

A description on how the setup works is available in the Overview.

Overview β€’ Fastfile β€’ Deliverfile β€’ Snapfile β€’ Appfile β€’ snapshot.js

----

Touchwondersa

🚲 Shared Fastfile for multiple projects

  • Maintain and Deploy multiple of Apps and Projects.
  • Import external Fastfile from external repo.
  • Load fastlane configuration YAML file.
  • Create/Renew/Download profiles for multiple targets.
  • Custom load_release_notes action.

A description on how the setup works is available in the Overview.

Overview β€’ Fastfile β€’ Configuration file

----

fastlane Logo

πŸš€ Creative Uses

  • Deploying fastlane updates using fastlane (so meta)
  • Lane Switching
  • Network Requests
  • Custom Commands
  • Get GitHub Release

Overview β€’ Fastfile

----

If you like fastlane and would like to help this project by sharing your Fastfile, feel free to submit a pull request πŸ‘

Code of Conduct

Help us keep fastlane open and inclusive. Please read and follow our Code of Conduct.

About

A collection of example fastlane setups

https://fastlane.tools


Languages

Language:Ruby 93.5%Language:JavaScript 6.5%