alerte-secours/app/docs/install-fastlane.md
devthejo 3e56818c1d chore(to-monorepo): import as-app repo into app
git-subtree-dir: app
git-subtree-mainline: b28b08a80b
git-subtree-split: a6c3dc2641
2026-03-09 08:54:57 +01:00

32 lines
No EOL
321 B
Markdown

# Fastlane
## Install on laptop
```sh
sudo apt-get install ruby-full
sudo gem install fastlane
```
## Init
```sh
cd android
fastlane init
```
```sh
cd ios
fastlane init
```
### Darling (macOS emulator)
install https://github.com/darlinghq/darling/releases
then run
```sh
darling shell
xcode-select --install
```