Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Casks/open-codesign.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
end

auto_updates false
depends_on macos: ">= :big_sur"
depends_on macos: :big_sur

app "Open CoDesign.app"

Expand All @@ -33,7 +33,7 @@
#{token} is not yet notarized. On first launch macOS may refuse to open
it. To bypass, either right-click the app and choose Open, or run:

xattr -d com.apple.quarantine /Applications/Open CoDesign.app
xattr -d com.apple.quarantine /Applications/Open\ CoDesign.app

You only need to do this once per install/update.
EOS
Expand Down
2 changes: 1 addition & 1 deletion Casks/open-cowork.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
desc "Desktop AI agent app with sandboxed environment"
homepage "https://github.com/OpenCoworkAI/open-cowork"

depends_on macos: ">= :ventura"
depends_on macos: :ventura
depends_on arch: :arm64

app "Open Cowork.app"
Expand Down