Skip to content

Commit 44523c1

Browse files
committed
Update app icon configuration names
1 parent b581684 commit 44523c1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Configs/Alpha.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
CE_APPICON_NAME = AppIconAlpha
11+
CE_APPICON_NAME = CodeEditAlphaIcon
1212
CE_VERSION_POSTFIX = -alpha
1313
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

Configs/Beta.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
CE_APPICON_NAME = AppIconBeta
11+
CE_APPICON_NAME = CodeEditBetaIcon
1212
CE_VERSION_POSTFIX = -beta
1313
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

Configs/Debug.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
CE_APPICON_NAME = AppIconDev
11+
CE_APPICON_NAME = CodeEditDevIcon
1212
CE_VERSION_POSTFIX = -dev
1313
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

Configs/Pre.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
CE_APPICON_NAME = AppIconPre
11+
CE_APPICON_NAME = CodeEditPreIcon
1212
CE_VERSION_POSTFIX = -pre
1313
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

Configs/Release.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
CE_APPICON_NAME = AppIcon
11+
CE_APPICON_NAME = CodeEditIcon
1212
// CE_VERSION_POSTFIX = // this is a placeholder since we don't want a postfix in final release
1313
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

0 commit comments

Comments
 (0)