From bdbf8c3267ad3acc1ca341cf6f9cee05f3978015 Mon Sep 17 00:00:00 2001 From: Antonio Benitez Date: Fri, 13 Dec 2024 13:16:21 +0100 Subject: [PATCH] Rename --- .github/workflows/test-check.yml | 2 +- fastlane/README.md | 35 ++++++-------------------------- 2 files changed, 7 insertions(+), 30 deletions(-) diff --git a/.github/workflows/test-check.yml b/.github/workflows/test-check.yml index a024d71..6cc4a55 100644 --- a/.github/workflows/test-check.yml +++ b/.github/workflows/test-check.yml @@ -1,4 +1,4 @@ -name: Run Tests Check +name: Typescript Compilation on: pull_request: diff --git a/fastlane/README.md b/fastlane/README.md index acc577c..90418b0 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -1,4 +1,5 @@ -## fastlane documentation +fastlane documentation +---- # Installation @@ -12,39 +13,15 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do # Available Actions -### bump_versions +### certificates ```sh -[bundle exec] fastlane bump_versions +[bundle exec] fastlane certificates ``` -Bump versions for iOS and Android +Fetch certificates and provisioning profiles ---- - -## iOS - -### ios build - -```sh -[bundle exec] fastlane ios build -``` - -Build the iOS application. - ---- - -## Android - -### android build - -```sh -[bundle exec] fastlane android build -``` - -Build the Android application. - ---- +---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.