Skip to content

Add CodexBar app icon#6

Merged
GordonBeeming merged 1 commit into
mainfrom
gb/add-app-icon
Jul 10, 2026
Merged

Add CodexBar app icon#6
GordonBeeming merged 1 commit into
mainfrom
gb/add-app-icon

Conversation

@GordonBeeming

Copy link
Copy Markdown
Owner

Summary

  • add the supplied macOS icon as Packaging/AppIcon.icns
  • copy the icon into built app bundles and declare it through CFBundleIconFile
  • add a 128px version above the README title, matching ClaudeBar

Why

CodexBar did not have a branded application icon in its bundle or README. The supplied iconset now provides the Finder/application identity while preserving the existing menu-bar icon behavior.

Impact

Installed and released app bundles show the CodexBar icon in macOS, and repository visitors see the same artwork at the top of the README.

Validation

  • make test — 22 tests passed
  • plutil -lint Packaging/Info.plist
  • ICNS round-trip confirmed all required icon representations
  • installed bundle contains Contents/Resources/AppIcon.icns and declares CFBundleIconFile = AppIcon
  • installed app was signed, verified, and relaunched successfully

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: GitButler <gitbutler@gitbutler.com>
Copilot AI review requested due to automatic review settings July 10, 2026 03:40

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds application icon support to the project. Specifically, it updates the Makefile to copy the AppIcon.icns file into the app bundle's resources, configures the CFBundleIconFile key in Info.plist to use this icon, and adds the icon image to the top of the README.md file. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a branded CodexBar application icon and wires it into both the app bundle and the repository README, aligning the project’s visual identity across macOS and GitHub.

Changes:

  • Add a centered 128px icon image to the top of README.md (docs/icon.png).
  • Declare the app icon via CFBundleIconFile in Packaging/Info.plist.
  • Copy Packaging/AppIcon.icns into the built app bundle’s Contents/Resources during make bundle (and therefore make install).

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

File Description
README.md Displays the CodexBar icon above the README title using docs/icon.png.
Packaging/Info.plist Declares CFBundleIconFile = AppIcon for macOS to pick up the bundle icon.
Makefile Copies Packaging/AppIcon.icns into the app bundle resources during bundling.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. What shall we delve into next?

Reviewed commit: dcf7a0043a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@GordonBeeming GordonBeeming merged commit dd38bec into main Jul 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants