mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
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:
parent
1be652e9ee
commit
0980a671d1
1 changed files with 20 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue