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
Good point; according to this old sw_vers and snooping on my VM, this should be extractable from the /System/Library/CoreServices/SystemVersion.plist (and/or /ServerVersion.plist beforehand, if it exists maybe? who knows) list. Sounds like an easy port for someone who's used CoreFoundation dictionaries before.
OS_Info.full_name on MacOS gives me information about the kernel (basically
uname -a
).On Linux it gives information (name and version) about the distribution, and that looks more coherent.
Shouldn't the MacOS version do something similar, like the output of the
sw_vers
command?The text was updated successfully, but these errors were encountered: