Update app icon to sleeping badger with nightcap#12
Merged
Conversation
Replace the previous badger portrait icon with a curled-up sleeping badger wearing a blue striped nightcap, matching the new Bedger branding. Co-authored-by: Greg <gsbernstein@users.noreply.github.com>
Use the pushed sleeping badger artwork as-is: Lanczos downsample from 2000px to the iOS universal 1024px slot, save as optimized PNG, and point AppIcon.appiconset at the correct filename. Co-authored-by: Greg <gsbernstein@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the iOS app icon asset catalog entry to point at the newly added “sleeping badger” artwork, ensuring Xcode uses the correct 1024×1024 universal icon.
Changes:
- Updated
AppIcon.appiconset/Contents.jsonto referencesleeping badger.pngas the universal iOS app icon. - Added/ensured presence of the resampled
sleeping badger.pnginside theAppIcon.appiconsetfolder.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Uses the actual pushed sleeping badger artwork for the app icon — resampled to the iOS universal 1024×1024 size with no cropping or regeneration.
Changes
sleeping badger.pngfrom 2000×2000 → 1024×1024 (Lanczos)AppIcon.appiconset/Contents.jsonto reference the correct filenameTesting