mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
Replace occurrences of "Mac OS X" with "macOS" in comments
Apple's main Operating system changed their name from OS X to macOS:
https://www.engadget.com/2016/06/13/os-x-is-now-macos/
Revise source comments accordingly.
This commit is contained in:
@@ -71,7 +71,7 @@ protected:
|
||||
// write the depend rules for this target
|
||||
void WriteTargetDependRules();
|
||||
|
||||
// write rules for Mac OS X Application Bundle content.
|
||||
// write rules for macOS Application Bundle content.
|
||||
struct MacOSXContentGeneratorType
|
||||
: cmOSXBundleGenerator::MacOSXContentGeneratorType
|
||||
{
|
||||
@@ -237,7 +237,7 @@ protected:
|
||||
std::string TargetNameImport;
|
||||
std::string TargetNamePDB;
|
||||
|
||||
// Mac OS X content info.
|
||||
// macOS content info.
|
||||
std::set<std::string> MacContentFolders;
|
||||
cmOSXBundleGenerator* OSXBundleGenerator;
|
||||
MacOSXContentGeneratorType* MacOSXContentGenerator;
|
||||
|
||||
Reference in New Issue
Block a user