Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-24 18:08:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-24 18:08:26 +0300
commit8d98d0dd3abaacdeaf183b9ea39a292ea52cae45 (patch)
treec620478f7b19aef68a72c4b9ea9b9afd1289df7f /doc/ci/mobile_devops.md
parentc2ba84c5e9f769f7a71bd2476905a117835dbcc2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/mobile_devops.md')
-rw-r--r--doc/ci/mobile_devops.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ci/mobile_devops.md b/doc/ci/mobile_devops.md
index 6969b3d4ef4..3c6052d8a3e 100644
--- a/doc/ci/mobile_devops.md
+++ b/doc/ci/mobile_devops.md
@@ -189,8 +189,7 @@ fastlane init
```
This command creates a `fastlane` folder in the project with an `Appfile` and a stubbed-out `fastfile`.
-This process asks you for login credentials to App Store Connect
-to generate an app identifier and App Store app if they don't already exist.
+During this process, you are prompted for App Store Connect login credentials to generate an app identifier and an App Store app if they don't already exist.
The next step sets up fastlane match to manage code signing files for the project.
Run the following command to generate a `Matchfile` with the configuration: