Skip to content

Commit

Permalink
Remove debug value
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Oct 29, 2024
1 parent 750bef9 commit d1b30ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/sidecar/bootstrap.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ - (void)continueStartup:(BOOL)browserMode {

- (BOOL)isMacOSVersionSupported {
NSOperatingSystemVersion version = [[NSProcessInfo processInfo] operatingSystemVersion];
return version.majorVersion >= 30;
return version.majorVersion >= 11;
}

- (void)showUnsupportedVersionDialog {
Expand Down

0 comments on commit d1b30ca

Please sign in to comment.