Skip to content

Commit 848dfd5

Browse files
finch-xuclaude
andcommitted
fix(mac): wire CFBundleIconName so app icon renders in Finder and Sparkle dialog
Assets.xcassets/AppIcon.appiconset was complete and ASSETCATALOG_COMPILER_APPICON_NAME was set, but without CFBundleIconName in Info.plist, Launch Services could not resolve the compiled iconset in Assets.car. Both Finder and Sparkle's updater (NSApp.applicationIconImage) showed blank. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9293bc2 commit 848dfd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

agent-mac/RttysAgent/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>CFBundleIconName</key>
6+
<string>AppIcon</string>
57
<key>LSUIElement</key>
68
<true/>
79
<key>SUFeedURL</key>

0 commit comments

Comments
 (0)