Skip to content

Commit

Permalink
[#422] - Improve words
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Jan 12, 2023
1 parent 98625e4 commit 530e66e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/wiki/Fastlane.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ Define the essential information to synchronize the certificates and profiles ac

### Constant.swift

It contains the key/value pairs of constants used during the development and release process.
Contains the key/value pairs of constants used during the development and release process.

### Secret.swift

It contains the key/value pairs of environment variables used during the development and release process.
Contains the key/value pairs of environment variables used during the development and release process.

## Managers folder

### Build.swift

The `Build` helps build and sign the application. There are two main functions:
`Build.swift` helps build and sign the application. There are two main functions:

| `adHoc` | `appStore` |
|---|---|
Expand All @@ -110,7 +110,7 @@ The `Build` helps build and sign the application. There are two main functions:
### Distribution.swift

The `Distribution` is in charge of distributing the build to the distribution platforms, such as Firebase, App Store Connect, and Testflight.
`Distribution.swift` is in charge of distributing the build to the distribution platforms, such as Firebase, App Store Connect, and Testflight.

> See more:
>
Expand Down

0 comments on commit 530e66e

Please sign in to comment.