Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsasuu committed Dec 13, 2024
1 parent 8bf1d7d commit bdbf8c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests Check
name: Typescript Compilation

on:
pull_request:
Expand Down
35 changes: 6 additions & 29 deletions fastlane/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## fastlane documentation
fastlane documentation
----

# Installation

Expand All @@ -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.

Expand Down

0 comments on commit bdbf8c3

Please sign in to comment.