From: https://en.wikipedia.org/wiki/Macintosh_operating_systems#Mac_OS_X.2FOS_X.2FmacOS "macOS (originally named "Mac OS X" until 2012 and then "OS X" until 2016)[11] is the current Mac operating system that officially succeeded the classic Mac OS in 2001." Our doc currently uses "OS X" in most places, and "MacOS" in some.
There are places outside of the documentation that needs to be updated as well. For example, the client-bundle folder is called "client-osx".
The documentation and website has been updated. Our code has also been updated for the most part to say "macOS" instead of "Mac OS X" or "OS X". The one main part I left out was the name of the build architecture "osx64". I have verified that the macOS client builds and works well on macOS 10.13. I will let the nightly build run tonight and test signing the client tomorrow.
Had missed a spot in the documentation (MacOS->macOS). Also note: The client-bundle folder is now called client-macos and the .iso is now called tl-client-macos.iso.
(In reply to comment #7) > I will let the nightly build run tonight and test signing the client tomorrow. This works good as well. Resolving.
Some minor things found: - The client linkkit still has a varible called OSX_LIBS - Our documentation in ctc/pki has some OS X references - Perhaps also change the code comments in tlclient? Could not find any other bad naming in the tree worth changing. I also reviewed the commits and didn't see anything strange.
(In reply to comment #12) > Some minor things found: > > - The client linkkit still has a varible called OSX_LIBS > - Our documentation in ctc/pki has some OS X references > - Perhaps also change the code comments in tlclient? All fixed now.
Looks good now.