Skip to content

Commit f78032e

Browse files
hi2gageclaude
andcommitted
Use CFBundleIconFile to reference root AppIcon.icon
This ensures the app icon from /AppIcon.icon is used instead of asset catalog. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent cb9a9f9 commit f78032e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Config/Shared.xcconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// MARK: - Product Info
77
PRODUCT_NAME = BuildSignal
8-
MARKETING_VERSION = 0.0.3
8+
MARKETING_VERSION = 0.0.4
99
CURRENT_PROJECT_VERSION = 1
1010

1111
// MARK: - Deployment
@@ -15,8 +15,7 @@ MACOSX_DEPLOYMENT_TARGET = 15.0
1515
SWIFT_VERSION = 6.0
1616

1717
// MARK: - App Icon
18-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
19-
INFOPLIST_KEY_CFBundleIconName = AppIcon
18+
INFOPLIST_KEY_CFBundleIconFile = AppIcon
2019

2120
// MARK: - Other Settings
2221
GENERATE_INFOPLIST_FILE = YES

0 commit comments

Comments
 (0)