Skip to content

Commit 68ce530

Browse files
committed
Update Names
1 parent 3992dd9 commit 68ce530

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: pipelines/distribute.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
networkConfiguration: Test
2828
logLevel: debug
2929
configuration: Debug
30-
bundleDisplayName: "CoronaMelder 🐞"
30+
bundleDisplayName: "🐞 CoronaMelder"
3131
bundleIdentifier: nl.rijksoverheid.en.test
3232
debugMenu: true
3333
packageApp: true
@@ -49,7 +49,7 @@ steps:
4949
provisioningProfileName: "CoronaMelder_ACC"
5050
networkConfiguration: ACC
5151
logLevel: debug
52-
bundleDisplayName: "CoronaMelder β"
52+
bundleDisplayName: "β CoronaMelder"
5353
bundleIdentifier: nl.rijksoverheid.en.acc
5454
packageApp: true
5555
shareLogsEnabled: true

Diff for: project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ targets:
3434
- nl.rijksoverheid.en.background-decoy-sequence
3535
- nl.rijksoverheid.en.background-decoy-register
3636
- nl.rijksoverheid.en.background-status-check
37-
CFBundleDisplayName: "CoronaMelder 🐞"
37+
CFBundleDisplayName: "🐞 CoronaMelder"
3838
CFBundleIconName: Media.xcassets/AppIcon.appiconset
3939
CFBundleName: CoronaMelder
4040
CFBundleShortVersionString: '1.0.3'

Diff for: tools/scripts/pre-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
if [ -z "$BUNDLE_DISPLAY_NAME" ]
2626
then
27-
BUNDLE_DISPLAY_NAME="CoronaMelder 🐞"
27+
BUNDLE_DISPLAY_NAME="🐞 CoronaMelder"
2828
fi
2929

3030
if [ -z "$RELEASE_PROVISIONING_PROFILE" ]

0 commit comments

Comments
 (0)