[SR-11795] Replace OSX with macOS pretty much everywhere #54205
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
good first issue
Good for newcomers
Additional Detail from JIRA
md5: 01b356d7a526d3a65852312ab839b033
Issue Description:
The codebase still has quite a few places where we use the spelling OSX instead of macOS, especially in API availability stuff. While not all usages of OS X are incorrect - in particular, it is not correct to simply find-and-replace all the usages of "OS X" and "OSX" with "macOS", it's still probably a good idea to scrub the codebase of the non-essential ones. Graydon has already done most of the heavy lifting, so the end result is just responding to the feedback on #12674 rebasing it, and running the tests to verify the changes.
The text was updated successfully, but these errors were encountered: