chore: add app icon to iOS and Android demo apps#555
Merged
Conversation
Use the Gutenberg "G" glyph as the iOS demo app icon, replacing the default placeholder. The glyph is centered on its visual mass (the bowl) rather than its geometric bounding box, so the curved tail extending right does not make it appear off-center. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replace the default launcher icon with the Gutenberg "G" glyph across the adaptive icon (vector foreground on a white background) and the legacy density-specific mipmaps. The glyph is centered on its visual mass and sized to leave padding comparable to neighboring launcher icons. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Set CFBundleDisplayName so the iOS home-screen label matches Android's "GutenbergKit" rather than the target name "Gutenberg". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
XCFramework BuildThis PR's XCFramework is available for testing. Add the following to your .package(url: "https://github.com/wordpress-mobile/GutenbergKit", branch: "pr-build/555")Built from 5a5af0a |
dcalhoun
marked this pull request as ready for review
July 18, 2026 19:55
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.
What?
Adds a proper app icon to the iOS and Android demo apps, replacing the default placeholders (blank/generated on iOS, the Android Studio robot on Android). Both platforms now use the Gutenberg "G" glyph on a white background. The iOS home-screen label is also updated to "GutenbergKit" to match Android.
Why?
The demo apps shipped with placeholder icons, making them hard to distinguish on the home screen/launcher and inconsistent between platforms. A shared "G" mark gives them a recognizable, consistent identity.
How?
AppIcon.png(single-size universal format already configured in the asset catalog) rendered from the Gutenberg "G" vector on an opaque white background. SetINFOPLIST_KEY_CFBundleDisplayNametoGutenbergKitin both Debug/Release configs so the home-screen name matches Android (the product/binary name staysGutenberg).ic_launcher/ic_launcher_roundWebP mipmaps for all densities (mdpi–xxxhdpi).Testing Instructions
Screenshots or screencast