Cask ireadfast: 32-bit macOS dependency add depends_on (#118911)

* 32-bit macOS dependency add depends_on

Mojave was the last version of macOS to support 32-bit applications. Unfortunately, this application doesn’t have a 64-bit version for either Intel or Apple Silicon.
So I have added a dependency for Mojave or below.

"Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS.” - Apple

* Update ireadfast.rb

* 32-bit macOS dependency add depends_on

Mojave was the last version of macOS to support 32-bit applications. Unfortunately, this application doesn’t have a 64-bit version for either Intel or Apple Silicon.
So I have added a dependency for Mojave or below.

"Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS.” - Apple

From Discussion 2935
This commit is contained in:
andrewcrook 2022-02-09 15:22:16 +00:00 committed by GitHub
parent d2a705cdda
commit 6b863629a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@ cask "ireadfast" do
regex(%r{href=.*?/iReadFast\s*v?(\d+(?:\.\d+)+)\.dmg}i)
end
depends_on macos: "<= :mojave"
app "iReadFast.app"
end