Skip to content

Commit

Permalink
docs(fastlane): update generated lane docs
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Sep 1, 2023
1 parent e0e21a3 commit caca8d9
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,39 @@ Install certifications + provisioning profiles.
[bundle exec] fastlane ios decrypt
```

Decrypt Config
Decrypt Configs

### ios encrypt

```sh
[bundle exec] fastlane ios encrypt
```

Encrypt Configs (Update)

### ios inject_config

```sh
[bundle exec] fastlane ios inject_config
```

Inject plist config

### ios privacy

```sh
[bundle exec] fastlane ios privacy
```

Upload Privacy

### ios check

```sh
[bundle exec] fastlane ios check
```

Check metadata

### ios build

Expand All @@ -55,6 +87,14 @@ Decrypt Config

Build App

### ios test

```sh
[bundle exec] fastlane ios test
```

Run Tests

### ios dev

```sh
Expand All @@ -63,6 +103,14 @@ Build App

Build Development App

### ios release

```sh
[bundle exec] fastlane ios release
```

Build Release App

### ios beta

```sh
Expand Down

0 comments on commit caca8d9

Please sign in to comment.