This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
1 changed file
with
13 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# remove-HyperSwitch-expired-dialog | ||
remove HyperSwitch error expired dialog | ||
|
||
[HyperSwitch](https://bahoom.com/hyperswitch) is a free Window Switcher App on macOS. I used it a few years ago and haven't found a perfect replacement yet. But the author stopped updating the software a few years ago. | ||
|
||
Currently the app always pops up with the error "HyperSwitch Expired!" Dialog box, and cannot turn off the auto-check for updates option, you can change the popover by replacing the executable file masking in this repo. | ||
|
||
![image](https://user-images.githubusercontent.com/16370772/170864323-6a959f16-782e-401a-a7a9-49f074fc5a40.png) | ||
|
||
|
||
## Usage | ||
|
||
``` | ||
sudo mv HyperSwitch /Applications/HyperSwitch.app/Contents/MacOS/ | ||
``` |