On 4/13/2022 11:19 AM, panagiotis m via use-livecode wrote:
Hello all,

The function systemversion() returns 10.16.0 on MacOS Big Sur and above.
This is something we should fix.

As a workaround, until this is fixed, you can use this to get the system
version on MacOS:

function mySystemVersion
    get shell("sw_vers -productVersion")
    return it
end mySystemVersion

Cheers,
Panos
--

Panos (or any other LC staffer?)

Do you have a companion work-around for Window 11 which where systemVersion() reports "NT 10.0"?


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to