From a2ffe3449e4bce2ef470cf45d763917d09f0ee9c Mon Sep 17 00:00:00 2001 From: ITzTravelIntime <23339020+ITzTravelInTime@users.noreply.github.com> Date: Mon, 19 Jul 2021 17:29:31 +0200 Subject: [PATCH] Version 3.7.4 - Only on Recovery/Installer macOS systems: The property `SIP.actualStatus` is now recalculated each time it is called. --- Sources/TINURecovery/SIP.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/TINURecovery/SIP.swift b/Sources/TINURecovery/SIP.swift index 5eae418..4ccea21 100644 --- a/Sources/TINURecovery/SIP.swift +++ b/Sources/TINURecovery/SIP.swift @@ -110,7 +110,7 @@ open class SIP: SimulatableDetectable{ static var status: SIPStatus? = nil } - if MEM.status == nil{ + if MEM.status == nil || Recovery.status { //SIP wasn't a thing until OS X El Capitan if #available(OSX 10.11, *){ DispatchQueue.global(qos: .background).sync {