Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft catalyst browse #194579

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
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
25 changes: 25 additions & 0 deletions Casks/c/catalyst-browse.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "catalyst-browse" do
version ""
sha256 :no_check
url "https://support.d-imaging.sony.co.jp/disoft_DL/CatalystBrowse_DL/mac?fm=eu",

Check failure on line 4 in Casks/c/catalyst-browse.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line
verified: "support.d-imaging.sony.co.jp/disoft_DL/"
name "Catalyst Browse"
desc "Efficient, fast, and precise video production application using camera logs and metadata"

Check failure on line 7 in Casks/c/catalyst-browse.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

Cask/Desc: Description is too long. It should be less than 80 characters. The current length is 88.
homepage "https://creatorscloud.sony.net/catalog/en-us/catalyst/index.html"

livecheck do
url "https://support.d-imaging.sony.co.jp/disoft_DL/CatalystBrowse_DL/mac?fm=eu"
strategy :header_match
end

Check failure on line 14 in Casks/c/catalyst-browse.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line

Check failure on line 14 in Casks/c/catalyst-browse.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

Layout/TrailingWhitespace: Trailing whitespace detected.

depends_on macos: ">= :mojave"

app "Catalyst Browse.app"

zap trash: [
"~/Library/Application Support/Catalyst Browse",
"~/Library/Preferences/com.sony.CatalystBrowse.plist",
"~/Library/Saved Application State/com.sony.CatalystBrowse.savedState"

Check failure on line 23 in Casks/c/catalyst-browse.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array.
]
end

Check failure on line 25 in Casks/c/catalyst-browse.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

Layout/TrailingEmptyLines: Final newline missing.
Loading