mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments
Apple's desktop operating system was formerly called "Mac OS X" and "OS X", but since 2016 it has been called "macOS" (starting with version 10.12). Changing across all comments and documentation to use this current terminology, except in cases where the historical versions are explicitly referenced. No code changes are made; we should consider changing those in future PRs.
This commit is contained in:
committed by
Paweł Kołodziejski
parent
1c52c5de5f
commit
fd129ebc0c
@@ -523,7 +523,7 @@ Common::String parseCommandLine(Common::StringMap &settings, int argc, const cha
|
||||
// We defer checking whether this is a valid target to a later point.
|
||||
return s;
|
||||
} else {
|
||||
// On MacOS X prior to 10.9 the OS is sometimes adding a -psn_X_XXXXXX argument (where X are digits)
|
||||
// On macOS prior to 10.9 the OS is sometimes adding a -psn_X_XXXXXX argument (where X are digits)
|
||||
// to pass the process serial number. We need to ignore it to avoid an error.
|
||||
// When using XCode it also adds -NSDocumentRevisionsDebugMode YES argument if XCode option
|
||||
// "Allow debugging when using document Versions Browser" is on (which is the default).
|
||||
|
||||
Reference in New Issue
Block a user