Skip to content

Latest commit

 

History

History
414 lines (224 loc) · 5.6 KB

README.md

File metadata and controls

414 lines (224 loc) · 5.6 KB

fastlane documentation

Installation

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

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

iOS

ios increment_version_patch

[bundle exec] fastlane ios increment_version_patch

Increments the version number for a new patch version

ios increment_version_minor

[bundle exec] fastlane ios increment_version_minor

Increments the version number for a new minor version

ios increment_version_major

[bundle exec] fastlane ios increment_version_major

Increments the version number for a new major version

ios determine_commit

[bundle exec] fastlane ios determine_commit

Determines the commit for a given build number

  • pass build number via 'build_number:xxx'

ios lint

[bundle exec] fastlane ios lint

Lint swift code with swiftlint

ios format

[bundle exec] fastlane ios format

Format swift code with swiftlint

ios localize

[bundle exec] fastlane ios localize

Adds localizations for the application incrementally

  • uses bartycrouch

  • translates storyboard files and NSLocalizedString usages

ios make_screenshots

[bundle exec] fastlane ios make_screenshots

Create screenshots for all applications

ios make_screenshots_openhpi

[bundle exec] fastlane ios make_screenshots_openhpi

ios make_screenshots_opensap

[bundle exec] fastlane ios make_screenshots_opensap

ios make_screenshots_openwho

[bundle exec] fastlane ios make_screenshots_openwho

ios make_screenshots_moochouse

[bundle exec] fastlane ios make_screenshots_moochouse

ios make_screenshots_lernencloud

[bundle exec] fastlane ios make_screenshots_lernencloud

ios upload_screenshots

[bundle exec] fastlane ios upload_screenshots

Upload only screenshots to iTunesConnect

No upload of screenshots or IPA

ios upload_screenshots_openhpi

[bundle exec] fastlane ios upload_screenshots_openhpi

ios upload_screenshots_opensap

[bundle exec] fastlane ios upload_screenshots_opensap

ios upload_screenshots_openwho

[bundle exec] fastlane ios upload_screenshots_openwho

ios upload_screenshots_moochouse

[bundle exec] fastlane ios upload_screenshots_moochouse

ios upload_screenshots_lernencloud

[bundle exec] fastlane ios upload_screenshots_lernencloud

ios upload_metadata

[bundle exec] fastlane ios upload_metadata

Upload only metadata to iTunesConnect

No upload of screenshots or IPA

ios upload_metadata_openhpi

[bundle exec] fastlane ios upload_metadata_openhpi

ios upload_metadata_opensap

[bundle exec] fastlane ios upload_metadata_opensap

ios upload_metadata_openwho

[bundle exec] fastlane ios upload_metadata_openwho

ios upload_metadata_moochouse

[bundle exec] fastlane ios upload_metadata_moochouse

ios upload_metadata_lernencloud

[bundle exec] fastlane ios upload_metadata_lernencloud

ios release

[bundle exec] fastlane ios release

Build and upload only IPA and metadata to iTunesConnect

No upload of screenshots

ios release_openhpi

[bundle exec] fastlane ios release_openhpi

ios release_opensap

[bundle exec] fastlane ios release_opensap

ios release_openwho

[bundle exec] fastlane ios release_openwho

ios release_moochouse

[bundle exec] fastlane ios release_moochouse

ios release_lernencloud

[bundle exec] fastlane ios release_lernencloud

ios beta

[bundle exec] fastlane ios beta

Build and upload only IPA (beta) to iTunesConnect

No upload of screenshots or metadata

ios beta_openhpi

[bundle exec] fastlane ios beta_openhpi

ios beta_opensap

[bundle exec] fastlane ios beta_opensap

ios beta_openwho

[bundle exec] fastlane ios beta_openwho

ios beta_moochouse

[bundle exec] fastlane ios beta_moochouse

ios beta_lernencloud

[bundle exec] fastlane ios beta_lernencloud

ios tag_release

[bundle exec] fastlane ios tag_release

ios refresh_dsyms

[bundle exec] fastlane ios refresh_dsyms

Download dSYMS files from iTunesConnect and upload them to Firebase

ios refresh_dsyms_openhpi

[bundle exec] fastlane ios refresh_dsyms_openhpi

ios refresh_dsyms_opensap

[bundle exec] fastlane ios refresh_dsyms_opensap

ios refresh_dsyms_openwho

[bundle exec] fastlane ios refresh_dsyms_openwho

ios refresh_dsyms_moochouse

[bundle exec] fastlane ios refresh_dsyms_moochouse

ios refresh_dsyms_lernencloud

[bundle exec] fastlane ios refresh_dsyms_lernencloud

ios changelog

[bundle exec] fastlane ios changelog

ios check_core_data

[bundle exec] fastlane ios check_core_data

Check if the core data model was modified since the last release

ios export_localizations

[bundle exec] fastlane ios export_localizations

Export localizations and strip unwanted strings


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.