aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/checkbuildosx.sh
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-02-10 13:57:56 +1100
committerNeil <nyamatongwe@gmail.com>2022-02-10 13:57:56 +1100
commit9b8ca41b15ca4f53c0f1ccd69e6135694321d854 (patch)
treef524caae34d6552e6fe3d604cafd1c37f6dd459f /cocoa/checkbuildosx.sh
parent98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff)
downloadscintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz
Replace "OS X' with "macOS".
Diffstat (limited to 'cocoa/checkbuildosx.sh')
-rwxr-xr-xcocoa/checkbuildosx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/checkbuildosx.sh b/cocoa/checkbuildosx.sh
index 6dc063bc2..f342715aa 100755
--- a/cocoa/checkbuildosx.sh
+++ b/cocoa/checkbuildosx.sh
@@ -1,4 +1,4 @@
-# Script to build Scintilla for OS X with most supported build files.
+# Script to build Scintilla for macOS with most supported build files.
# Current directory should be scintilla/cocoa before running.
cd ../..
@@ -14,7 +14,7 @@ make test
cd ../../..
# ************************************************************
-# Target 2: build framework and test app with Xcode targeting OS X 10.n with n from 9 to 5
+# Target 2: build framework and test app with Xcode targeting macOS 10.n with n from 9 to 5
# Only SDK versions that are installed will be built
# Clean both then build both -- if perform clean in ScintillaTest, also cleans ScintillaFramework
# which can cause double build