Skip to content

Files

Latest commit

abc06d3 · Nov 14, 2024

History

History
This branch is 22 commits behind home-assistant/iOS:master.

fastlane

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 16, 2019
Jul 28, 2020
May 21, 2022
Nov 14, 2024
Jan 31, 2021
Jan 10, 2017
Oct 20, 2022
Oct 20, 2022
May 21, 2022
Jun 23, 2019

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

lint

[bundle exec] fastlane lint

autocorrect

[bundle exec] fastlane autocorrect

download_provisioning_profiles

[bundle exec] fastlane download_provisioning_profiles

import_provisioning_profiles

[bundle exec] fastlane import_provisioning_profiles

update_dsyms

[bundle exec] fastlane update_dsyms

update_notification_test_cases

[bundle exec] fastlane update_notification_test_cases

Update the test cases from the fcm repo

icons

[bundle exec] fastlane icons

Generate proper icons for all build trains

update_swiftgen_config

[bundle exec] fastlane update_swiftgen_config

Update switftgen input/output files

update_strings

[bundle exec] fastlane update_strings

Download latest localization files from Lokalize

push_strings

[bundle exec] fastlane push_strings

Upload localized strings to Lokalise

unused_strings

[bundle exec] fastlane unused_strings

Find unused localized strings

update_lokalise_metadata

[bundle exec] fastlane update_lokalise_metadata

Upload App Store Connect metadata to Lokalise

update_asc_metadata

[bundle exec] fastlane update_asc_metadata

Download App Store Connect metadata from Lokalise and upload to App Store Connect Connect

set_version

[bundle exec] fastlane set_version

Set version number

setup_ha_ci

[bundle exec] fastlane setup_ha_ci

Setup Continous Integration

test

[bundle exec] fastlane test

Run tests


iOS

ios build

[bundle exec] fastlane ios build

ios size

[bundle exec] fastlane ios size

Mac

mac build

[bundle exec] fastlane mac build

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.