From 0980a671d13c15395260b60196e23ad51669d764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20A=2E=20G=C3=BCder?= Date: Fri, 24 Jul 2020 13:30:42 +0300 Subject: [PATCH] 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 --- applications.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index b9480d0..02b0ca9 100644 --- a/applications.json +++ b/applications.json @@ -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" + ] + }, ] }