File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -293,9 +293,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
293
293
}
294
294
}
295
295
if !foundVersion {
296
- requiredInstallationDate = selectedOS!. releaseDate? . addingTimeInterval ( slaExtension) ?? DateManager ( ) . getCurrentDate ( ) . addingTimeInterval ( TimeInterval ( 90 * 86400 ) )
297
296
LogManager . warning ( " Could not find requiredInstallationDate from target macOS \( targetVersion) " , logger: sofaLog)
298
- LogManager . notice ( " Setting requiredInstallationDate via SOFA to \( requiredInstallationDate ) " , logger : sofaLog )
297
+ requiredInstallationDate = selectedOS! . releaseDate ? . addingTimeInterval ( slaExtension ) ?? DateManager ( ) . getCurrentDate ( ) . addingTimeInterval ( TimeInterval ( 90 * 86400 ) )
299
298
}
300
299
} else {
301
300
requiredInstallationDate = selectedOS!. releaseDate? . addingTimeInterval ( slaExtension) ?? DateManager ( ) . getCurrentDate ( ) . addingTimeInterval ( TimeInterval ( 90 * 86400 ) )
You can’t perform that action at this time.
0 commit comments