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
I noticed that you were trying to add BSD/macOS compatibility to rsfetch.
I don't know if this will help, but I went and found how other fetch tools are determining macOS version. (Pfetch) reads the SystemVersion.plist file to grab the numeric macOS version (10.15, 10.5, etc), then matches it against a big switch block to determine the marketing name
The text was updated successfully, but these errors were encountered:
I noticed that you were trying to add BSD/macOS compatibility to rsfetch.
I don't know if this will help, but I went and found how other fetch tools are determining macOS version. (Pfetch) reads the SystemVersion.plist file to grab the numeric macOS version (10.15, 10.5, etc), then matches it against a big switch block to determine the marketing name
The text was updated successfully, but these errors were encountered: