Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Coder-Desktop/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ packages:
# - Set onAppear/disappear handlers.
# The upstream repo has a purposefully limited API
url: https://github.com/coder/fluid-menu-bar-extra
revision: b0d5438
revision: 0138cb3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep the dependency buildable on current Xcode

In the CI/release environments I inspected, .github/workflows/ci.yml and .github/workflows/release.yml still switch to Xcode 16.4.0; pinning FluidMenuBarExtra to 0138cb3 brings in NSGlassEffectView, which is a macOS 26 SDK symbol. On those current runners the Swift compiler cannot resolve that type before the #available(macOS 26.0, *) runtime check can help, so make test/release builds will fail as soon as SwiftPM resolves this revision. Please update the runner SDK/Xcode in the same change or keep the package revision compatible with Xcode 16.4.

Useful? React with 👍 / 👎.

KeychainAccess:
url: https://github.com/kishikawakatsumi/KeychainAccess
branch: e0c7eebc5a4465a3c4680764f26b7a61f567cdaf
Expand Down
Loading