Skip to content

codexbar: allow Intel Macs - #266464

Merged
khipp merged 1 commit into
Homebrew:mainfrom
SSakutaro:codexbar-allow-intel-macs
May 27, 2026
Merged

codexbar: allow Intel Macs#266464
khipp merged 1 commit into
Homebrew:mainfrom
SSakutaro:codexbar-allow-intel-macs

Conversation

@SSakutaro

Copy link
Copy Markdown
Contributor

removes the arm64 architecture requirement because the current CodexBar release ships universal macOS binaries.

Verified on Apple Silicon Mac:

  • brew audit --cask --online codexbar
  • brew audit --cask --strict --online codexbar
  • brew style codexbar.rb

Verified on Intel Mac:

  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask codexbar
  • file /Applications/CodexBar.app/Contents/MacOS/CodexBar
  • file /Applications/CodexBar.app/Contents/Helpers/CodexBarCLI
  • brew uninstall --cask codexbar

Both CodexBar and CodexBarCLI are universal binaries containing x86_64 and arm64 slices

After making any changes to a cask, existing or new, verify:

Additionally, if adding a new cask:

  • Named the cask according to the token reference.
  • Checked the cask was not already refused (add your cask's name to the end of the search field).
  • brew audit --cask --new <cask> worked successfully.
  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask> worked successfully.
  • brew uninstall --cask <cask> worked successfully.

  • AI was used to generate or assist with generating this PR. Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes, including zap stanza paths.

AI was used to help interpret Homebrew audit output and draft the PR description.
I manually verified the cask on Apple Silicon and Intel Macs using the commands listed above. No zap stanza paths were changed.


Copilot AI review requested due to automatic review settings May 27, 2026 12:35
@khipp
khipp added this pull request to the merge queue May 27, 2026
Merged via the queue into Homebrew:main with commit bbb9385 May 27, 2026
11 checks passed
@SSakutaro
SSakutaro deleted the codexbar-allow-intel-macs branch May 27, 2026 17:36
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