Generic Release 1.1.2
Package is Developer ID signed, and notarized by Apple.
What's Changed
- added multi language support by @onion108 in https://github.com/Lakr233/ActivateMac/pull/3
- the window will now ignore app expose gesture/feature and stay there
We are no longer providing the version with Dock Icon, to have the icon visible, comment the line doing it and compile from the source.
To stop a silently running Activate.app, considering following commands.
➜ Bootstrap ps -e | grep Activate # show the running app's pid
4440 ?? 0:00.06 /Applications/Activate.app/Contents/MacOS/Activate
➜ Bootstrap kill -9 <pid_here> # eg: 4440, after filling it this would looks like `kill -9 4440`
Source code(tar.gz)
Source code(zip)
Activate.zip(1.30 MB)