Skip to content

Commit

Permalink
Version 3.7.4
Browse files Browse the repository at this point in the history
- Only on Recovery/Installer macOS systems: The property `SIP.actualStatus` is now recalculated each time it is called.
  • Loading branch information
ITzTravelInTime committed Jul 19, 2021
1 parent 91f7cd0 commit a2ffe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TINURecovery/SIP.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a2ffe34

Please sign in to comment.