v0.2.1 #73
michenriksen
announced in
Announcements
v0.2.1
#73
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changelog
🔐 macOS and Gatekeeper
MacOS users might encounter an issue when trying to run the gokiburi binary, with an error message indicating an “unidentified/unverified developer” or something similar. This occurs because the binary is blocked by Gatekeeper, as it has not been signed with an Apple-approved developer certificate. Unfortunately, obtaining an individual Apple Developer Account costs $99 per year, which I'm not willing to pay for at this time.
How to Allow Gokiburi to Run on macOS
spctl --add gokiburi
to add the binary to Gatekeeper's list of trusted items.gokiburi -v
. If successful, this command should display the version and build information.xattr -dr com.apple.quarantine gokiburi
to remove the quarantine file attribute. (You might need to use sudo)Alternatively, you can perform these steps using the Finder GUI:
This process adds an exception to the security settings, allowing you to run Gokiburi from the terminal in the future.
This discussion was created from the release v0.2.1.
Beta Was this translation helpful? Give feedback.
All reactions