Add macOS GateKeeper Helper (#568)

* Add macOS GateKeeper Helper

This is a simple useful tool for users which allow you to do the following:
Show GateKeeper Status.
Enable GateKeeper.
Disable GateKeeper.
Remove app from GateKeeper quarantine.
Self-sign the app.

* Update applications.json

Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
Bahadır A. Güder 2020-07-24 13:30:42 +03:00 committed by GitHub
parent 1be652e9ee
commit 0980a671d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7930,6 +7930,25 @@
"languages": [
"swift"
]
}
},
{
"repo_url" : "https://github.com/wynioux/macOS-GateKeeper-Helper",
"official_site" : "",
"title" : "macOS GateKeeper Helper",
"icon_url": "",
"screenshots" : [
"https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png"
],
"short_description" : "Simple macOS GateKeeper script. It helps you to control your GateKeeper.",
"languages" : [
"shell"
],
"categories" : [
"system",
"utilities",
"security",
"terminal"
]
},
]
}