-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6441fa0
commit cdffc10
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
cask "airdash" do | ||
version "2.0.155" | ||
sha256 "2a71c165ea8e5ddacc790730d2d87df64e66f9fb64d8ed88e2f69187d84d7913" | ||
|
||
url "https://github.com/simonbengtsson/airdash/releases/download/v#{version}/airdash.dmg", | ||
Check failure on line 5 in Casks/a/airdash.rb GitHub Actions / test airdash (macos-13, intel)
Check failure on line 5 in Casks/a/airdash.rb GitHub Actions / test airdash (macos-14, arm)
|
||
verified: "github.com/simonbengtsson/airdash/" | ||
name "AirDash" | ||
desc "Transfer photos and files to any device" | ||
homepage "https://airdash-project.web.app/" | ||
|
||
depends_on macos: ">= :big_sur" | ||
|
||
app "AirDash.app" | ||
|
||
zap trash: [ | ||
"~/Library/Application Scripts/io.flown.airdashn", | ||
"~/Library/Containers/io.flown.airdashn", | ||
] | ||
end |