From abad2f568eb84550e5cdb764c2f094005d661cff Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Mon, 8 Jul 2024 11:12:35 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c3a0b6b..0032392 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@


+> [!NOTE] +> Sentinel is now signed/notarized with an Apple Developer account. +> +> ### Updating Sentinel to the signed/notarized version +> Any app on version `v1.4 and below` that used the old unsigned certificate had its authorization revoked when I switched to signing/notarizing the app with a valid apple certificate. With this in mind, the auto-updater built-in to the app and homebrew updating will likely not work. This will require you to manually remove the old app and download the latest version from GitHub to get to the signed version successfully. + + + A GUI for controlling Gatekeeper and more, written in SwiftUI. Using this as a learning opportunity for Swift as I'm new to it.