I want a logo that is conditional on the operating system version, not just the operating system:
if os (darwin) && os-version() >= 10.7 or
if os-version(>=10.7) Or something with that
I want a logo that is conditional on the operating system version, not just the operating system:
if os (darwin) && os-version() >= 10.7 or
if os-version(>=10.7) Or something with that