From b93fde1150848d2e328919c8b2b89f8040003972 Mon Sep 17 00:00:00 2001 From: atanas-bitrise <84032001+atanas-bitrise@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:24:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09e8a1d..74d5242 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Simple iOS Project with working bitrise.yml included in the root of the project ## Bitrise Setup +Debugging changed files + Create a new project in Bitrise using this repo as you normally would. Use the `bitrise.yml` from the repo to define your workflows. In order to sign the app during the `deploy` workflow archive step, you must set a valid provisioning profile and signing certificate in the `bitrise.yml` (`BITRISE_PROFILE_ID` and `BITRISE_CODE_SIGNING_IDENTITY` env vars) and upload those to your account. More details can be found in the [internal wiki](https://bitrise.atlassian.net/wiki/spaces/~833061986/pages/1554875463/Demo+App-Bitrise+Deploy+Workflow).