Skip to content

Commit

Permalink
- Version 3.7.2
Browse files Browse the repository at this point in the history
- Fixed a small mistake with `SIP.SIPStatus.statusString()`
  • Loading branch information
ITzTravelInTime committed Jul 18, 2021
1 parent 84fd794 commit 54d9b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TINURecovery/SIPUserDescriptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public extension SIP.SIPStatus{
}

if self & SIP.SIPBits.CSR_ALLOW_APPLE_INTERNAL.rawValue != 0{
ret += "(Apple Internal)"
ret += " (Apple Internal)"
}else{
ret += self.usesCustomConfiguration ? " (custom config.)" : ""
}
Expand Down

0 comments on commit 54d9b42

Please sign in to comment.