Merge pull request '[ci-bitrise] Fix agvtool cwd — Xcode project lives in Darwin/, not repo root' (#17) from fix/ci/apikey-json-escaping into main

Reviewed-on: Loverde-Company-LTDA/Pedi-Foods-Skip#17
This commit is contained in:
2026-07-09 17:32:16 -03:00

View File

@@ -103,7 +103,7 @@ workflows:
title: Set build number title: Set build number
inputs: inputs:
- content: | - content: |
cd $BITRISE_SOURCE_DIR cd $BITRISE_SOURCE_DIR/Darwin
agvtool new-version -all $BITRISE_BUILD_NUMBER agvtool new-version -all $BITRISE_BUILD_NUMBER
- manage-ios-code-signing@2: - manage-ios-code-signing@2:
inputs: inputs:
@@ -153,7 +153,7 @@ workflows:
title: Set build number title: Set build number
inputs: inputs:
- content: | - content: |
cd $BITRISE_SOURCE_DIR cd $BITRISE_SOURCE_DIR/Darwin
agvtool new-version -all $BITRISE_BUILD_NUMBER agvtool new-version -all $BITRISE_BUILD_NUMBER
- manage-ios-code-signing@2: - manage-ios-code-signing@2:
inputs: inputs: