From 14e24859f66bcaab4b71f04ec5a212b2d33fd8bb Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Sat, 11 Oct 2025 00:34:45 -0400 Subject: [PATCH] add comment --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 056706fa..63e80ce4 100755 --- a/neofetch +++ b/neofetch @@ -6396,6 +6396,8 @@ cache_uname() { ProductVersion) osx_version=${sw_vers[i+1]} ;; ProductBuildVersion) osx_build=${sw_vers[i+1]} ;; esac + # before iOS 2, iOS didn't internally make a distiction between itself and macOS, + # so we manually set the OS type if the version is 1.x case $osx_version in 1.*) darwin_name="iPhone OS" ;; esac