Skip to content

Generic Release 1.0.1

Compare
Choose a tag to compare
@Lessica Lessica released this 17 May 14:40
· 47 commits to main since this release
bfe31c1

Package is Developer ID signed, and notarized by Apple.

No more Swift Standard Library this time.

截屏2022-05-17 22 38 07

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`