Giter Site home page Giter Site logo

thii / fastlane Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fastlane/fastlane

0.0 3.0 0.0 61.84 MB

๐Ÿš€ The easiest way to automate building and releasing your iOS and Android apps

Home Page: https://fastlane.tools

License: MIT License

Ruby 94.69% HTML 1.17% Shell 1.22% MATLAB 0.01% Objective-C 1.86% Java 0.83% Swift 0.23% JavaScript 0.01%

fastlane's Introduction

fastlane Logo

fastlane

Twitter: @FastlaneTools License Gem Build Status

โœจ Check out docs.fastlane.tools on how to get started with fastlane โœจ

fastlane is a tool for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.

Use a lane to define your process:

lane :beta do
  increment_build_number
  cocoapods
  match
  testflight
  sh "./customScript.sh"
  slack
end

Then to deploy a new 'beta' version of your app just run fastlane beta ๐Ÿš€

fastlane
โœจ Connect iOS and Android build tools into one workflow (both fastlane tools and third party tools)
๐Ÿš Define different deployment lanes for App Store deployment, beta builds, or testing
๐Ÿšข Deploy from any computer, including a CI server
๐Ÿ”ง Extend and customise functionality
๐Ÿ’ญ Never remember any difficult commands, just fastlane
๐ŸŽฉ Easy setup assistant to get started in a few minutes
๐Ÿ“ง Automatically pass on information from one build step to another (e.g. path to the ipa file)
๐Ÿ“ƒ Store everything in Git. Never lookup build commands on your CI system again.
๐Ÿš€ Saves you hours for every app update you release
โœ๏ธ Flexible configuration using a fully customisable Fastfile
๐Ÿš  Implement a fully working Continuous Delivery process
๐Ÿ‘ป Jenkins Integration: Show output directly in test results
๐Ÿ“– Automatically generate Markdown documentation of your lane configurations
๐Ÿฃ Over 170 built-in integrations and 170 plugins available
๐Ÿ’ป Support for iOS and Android apps
:octocat: Full Git and Mercurial support

Check out the new fastlane docs


Like this tool? Be the first to know about updates and new fastlane tools.

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

Choose your installation method:

Homebrew Installer Script Rubygems
macOS macOS macOS or Linux with Ruby 2.0.0 or above
brew cask install fastlane Download the zip file. Then double click on the install script (or run it in a terminal window). sudo gem install fastlane -NV

Quick Start

Get started distributing your first app with fastlane within minutes:

Create your first Fastfile

Want to learn more? Explore guides for iOS or Android.

System Requirements

Currently, fastlane is officially supported to run on macOS. Support for other operating systems is limited and untested at this point in time. fastlane uses system APIs that may not be implemented on other platforms, for example, we use the Ruby fork method for sub-process management, which isn't available on Windows.

Available Commands

Typically you'll use fastlane by triggering individual lanes:

fastlane [lane_name]

Other Commands

  • fastlane actions: List all available fastlane actions
  • fastlane action [action_name]: Shows a more detailed description of an action
  • fastlane lanes: Lists all available lanes with description
  • fastlane list: Lists all available lanes without description
  • fastlane new_action: Create a new action (integration) for fastlane
  • fastlane env: Print out the fastlane ruby environment when submitting an issue

If you'd like to take a look at a project already using fastlane check out fastlane-examples which includes fastlane setups by Wikipedia, Product Hunt, MindNode, and more.


Check out the new fastlane docs


fastlane Toolchain

In addition to fastlane's commands, you also have access to these fastlane tools:

  • deliver: Upload screenshots, metadata, and your app to the App Store
  • supply: Upload your Android app and its metadata to Google Play
  • snapshot: Automate taking localized screenshots of your iOS and tvOS apps on every device
  • screengrab: Automate taking localized screenshots of your Android app on every device
  • frameit: Quickly put your screenshots into the right device frames
  • pem: Automatically generate and renew your push notification profiles
  • sigh: Because you would rather spend your time building stuff than fighting provisioning
  • produce: Create new iOS apps on iTunes Connect and Dev Portal using the command line
  • cert: Automatically create and maintain iOS code signing certificates
  • spaceship: Ruby library to access the Apple Dev Center and iTunes Connect
  • pilot: The best way to manage your TestFlight testers and builds from your terminal
  • boarding: The easiest way to invite your TestFlight beta testers
  • gym: Building your iOS apps has never been easier
  • match: Easily sync your certificates and profiles across your team using Git
  • scan: The easiest way to run tests for your iOS and Mac apps
  • precheck: Check your app using a community driven set of App Store review rules to avoid being rejected

Metrics

fastlane tracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected. Metrics that are collected include:

  • The number of successes, errors, and crashes for fastlane and each action run in a Fastfile
  • The running time of fastlane
  • The method by which fastlane was installed
  • Whether fastlane is being run on CI
  • The platform (e.g. iOS, Android) for which fastlane is run
  • A hash of the app identifier or package name, which helps us anonymously identify unique usage of fastlane

We have recently changed the destination service to which these metrics are reported, as well as the format of the data, but the data that is collected has not changed.

You can easily opt-out of metrics collection by adding opt_out_usage at the top of your Fastfile or by setting the environment variable FASTLANE_OPT_OUT_USAGE. Participating helps us provide the best possible support for fastlane, so we hope you'll consider it a plus! โž•

Crash Reporting

In order to continuously improve stability, fastlane will record crash reports with sanitized stacktraces. Sanitization removes personal information from the stacktrace and error message (including home directories, fastlane path, gem paths, environment variables, and parameters).

You can easily opt-out of crash reporting by adding opt_out_crash_reporting at the top of your Fastfile or by setting the environment variable FASTLANE_OPT_OUT_CRASH_REPORTING. Just like metrics mentioned above, participating helps us provide the best possible support for fastlane, so we hope you'll consider it a plus! โž•

Need Help?

Please submit an issue on GitHub and provide information about your setup.

Special Thanks

Thanks to all contributors for extending and improving fastlane.

Speakers

Are you giving a talk on fastlane? Great! Let us know so we can help you give the best possible presentation.

Code of Conduct

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

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.

fastlane's People

Contributors

almassapargali avatar andrewpage avatar asfalcone avatar ashton-w avatar baarde avatar bartoszj avatar dtrenz avatar giginet avatar hemal avatar henrinormak avatar hjanuschka avatar janijegoroff avatar jinjorge avatar krausefx avatar lacostej avatar liquidsoul avatar lmirosevic avatar mathcarignani avatar mfurtak avatar milch avatar mpirri avatar nafu avatar neonichu avatar ohayon avatar radex avatar snatchev avatar squarefrog avatar taquitos avatar vpolouchkine avatar xfreebird avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.