File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
networkConfiguration : Test
28
28
logLevel : debug
29
29
configuration : Debug
30
- bundleDisplayName : " CoronaMelder 🐞 "
30
+ bundleDisplayName : " 🐞 CoronaMelder "
31
31
bundleIdentifier : nl.rijksoverheid.en.test
32
32
debugMenu : true
33
33
packageApp : true
49
49
provisioningProfileName : " CoronaMelder_ACC"
50
50
networkConfiguration : ACC
51
51
logLevel : debug
52
- bundleDisplayName : " CoronaMelder β "
52
+ bundleDisplayName : " β CoronaMelder "
53
53
bundleIdentifier : nl.rijksoverheid.en.acc
54
54
packageApp : true
55
55
shareLogsEnabled : true
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ targets:
34
34
- nl.rijksoverheid.en.background-decoy-sequence
35
35
- nl.rijksoverheid.en.background-decoy-register
36
36
- nl.rijksoverheid.en.background-status-check
37
- CFBundleDisplayName : " CoronaMelder 🐞 "
37
+ CFBundleDisplayName : " 🐞 CoronaMelder "
38
38
CFBundleIconName : Media.xcassets/AppIcon.appiconset
39
39
CFBundleName : CoronaMelder
40
40
CFBundleShortVersionString : ' 1.0.3'
Original file line number Diff line number Diff line change 24
24
25
25
if [ -z " $BUNDLE_DISPLAY_NAME " ]
26
26
then
27
- BUNDLE_DISPLAY_NAME=" CoronaMelder 🐞 "
27
+ BUNDLE_DISPLAY_NAME=" 🐞 CoronaMelder "
28
28
fi
29
29
30
30
if [ -z " $RELEASE_PROVISIONING_PROFILE " ]
You can’t perform that action at this time.
0 commit comments