]> sigrok.org Git - libserialport.git/commitdiff
rename deprecated constant kIOMasterPortDefault
authorAndré Fonseca <redacted>
Mon, 28 Aug 2023 13:28:22 +0000 (15:28 +0200)
committerGerhard Sittig <redacted>
Thu, 2 Nov 2023 21:10:36 +0000 (22:10 +0100)
This constant is now deprecated since macOS 12.0 and a new constant
named kIOMainPortDefault is provided. There is a fallback in place
that retains compatibility for older macOS versions.

https://developer.apple.com/documentation/iokit/kiomasterportdefault

[ gsi: tweak style to match existing code base ]


No differences found