Restore the Nudge wave app icon - #7
Merged
Merged
Conversation
The reconciliation ported the code but missed the brand app icon. Bring the wave-*.png AppIcon set (and scripts/generate-app-icon.swift that produces it) over from the max/create-first-iteration-3oo line, replacing the leftover upstream notch-stage-icon2 set. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The reconciliation (PR #4) ported the code but missed the brand app icon, so
mainwas left with the old upstreamnotch-stage-icon2set instead of the blue-background hand-wave.Brings the wave
AppIconset (wave-16.png…wave-1024.png+Contents.json) andscripts/generate-app-icon.swiftover frommax/create-first-iteration-3oo, replacing the old set.Verified: build compiles it (
AppIcon.icnspresent,CFBundleIconName=AppIcon); dev app relaunches with the wave brand.Note: Nudge runs as a menu-bar accessory (no Dock icon while running), but the brand now applies to the app bundle everywhere else (Finder, Login Items, onboarding screens).
🤖 Generated with Claude Code