We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30186f7 commit 577f2feCopy full SHA for 577f2fe
.github/workflows/integration_tests_app_ci.yml
@@ -304,7 +304,7 @@ jobs:
304
APP_STORE_CONNECT_KEY_IDENTIFIER: ${{ secrets.SHAREZONE_APP_STORE_CONNECT_KEY_IDENTIFIER }}
305
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.SHAREZONE_APP_STORE_CONNECT_ISSUER_ID }}
306
APP_STORE_CONNECT_PRIVATE_KEY: ${{ secrets.SHAREZONE_APP_STORE_CONNECT_PRIVATE_KEY }}
307
- BUNDLE_ID: de.codingbrain.sharezone.app
+ BUNDLE_ID: de.codingbrain.sharezone.app.dev
308
run: |
309
# Even when are trying to build app, we need to use "--platform IOS".
310
# The reason for this that our production bundle ID was created for
0 commit comments