Skip to content

fix: resolve app not launching on macOS 26.4 beta#47

Open
jviehhauser wants to merge 1 commit intosteipete:mainfrom
jviehhauser:fix/macos-26-menu-bar-compatibility
Open

fix: resolve app not launching on macOS 26.4 beta#47
jviehhauser wants to merge 1 commit intosteipete:mainfrom
jviehhauser:fix/macos-26-menu-bar-compatibility

Conversation

@jviehhauser
Copy link
Copy Markdown

Summary

  • Update MenuBarExtraAccess from pinned 1.2.2 to 1.3.0, which improves status item discovery reliability on macOS 26
  • Reorder scene modifiers so .menuBarExtraAccess() is applied before .menuBarExtraStyle() as required by MenuBarExtraAccess 1.3.0

Context

The app failed to launch on macOS 26.4 beta. MenuBarExtraAccess 1.2.2 was only tested against macOS 26 beta 4, and the internal NSSceneStatusItem / NSStatusBarWindow hierarchy changed in later betas. Version 1.3.0 includes improved status item discovery that handles these changes.

Test plan

  • Verified app builds successfully (swift build -c release)
  • Verified app launches and menu bar icon appears on macOS 26.4 beta
  • Verified menu opens and functions correctly on click

🤖 Generated with Claude Code

Update MenuBarExtraAccess from pinned 1.2.2 to 1.3.0 which improves
status item discovery reliability on macOS 26. Reorder scene modifiers
so .menuBarExtraAccess() is applied before .menuBarExtraStyle() as
required by the new version.
@jviehhauser jviehhauser marked this pull request as ready for review March 22, 2026 23:07
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.

1 participant