You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogManager.notice("Assessing macOS version range for recalculation: \(minorVersions)", logger: sofaLog)
286
289
letsafeIndex=max(0, minorVersions.count -(OSVersionRequirementVariables.minorVersionRecalculationThreshold +1)) // Ensure the index is within bounds
287
290
lettargetVersion=minorVersions[safeIndex]
288
291
varfoundVersion=false
289
292
LogManager.notice("minorVersionRecalculationThreshold is set to \(OSVersionRequirementVariables.minorVersionRecalculationThreshold) - Current Version: \(currentInstalledVersion) - Targeting version \(targetVersion) requiredInstallationDate via SOFA", logger: sofaLog)
LogManager.notice("Found target macOS version \(targetVersion) - releaseDate is \(securityRelease.releaseDate!), slaExtension is \(LoggerUtilities().printTimeInterval(slaExtension))", logger: sofaLog)
0 commit comments