Add SpaceId.app v1.4 (#115250)

* Add SpaceId.app v1.4

* Update spaceid.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Fuad Saud 2021-12-07 00:42:40 -03:00 committed by GitHub
parent 03f07d86be
commit 22b0cd0d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
Casks/spaceid.rb Normal file
View File

@ -0,0 +1,19 @@
cask "spaceid" do
version "1.4"
sha256 "6b867f758b2037f2c5f908ec0311d73a7e47f4da179cdde952c914fd2b33528e"
url "https://github.com/dshnkao/SpaceId/releases/download/v#{version}/SpaceId.app.zip"
name "SpaceId"
desc "Menu bar indicator showing the currently selected space"
homepage "https://github.com/dshnkao/SpaceId/"
app "SpaceId.app"
preflight do
set_permissions "#{staged_path}/SpaceId.app", "0755"
end
uninstall login_item: "SpaceId"
zap trash: "~/Library/Preferences/com.dshnkao.SpaceId.plist"
end