From b3cbff3e4e80aac25f922d7fec4e198c6dde95b3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 17 Aug 2020 17:56:52 -0400 Subject: Updated some documentation and use macOS instead of Mac OSX. --- scripts/gen_plist.lua | 2 +- scripts/osx/textadept_osx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/gen_plist.lua b/scripts/gen_plist.lua index 63f967d1..d43da45c 100755 --- a/scripts/gen_plist.lua +++ b/scripts/gen_plist.lua @@ -1,7 +1,7 @@ #!/usr/bin/lua -- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. --- This script generates the "Info.plist" file for the Mac OSX App bundle. +-- This script generates the "Info.plist" file for the macOS App bundle. local lang, exts local languages, extensions = {}, {} diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx index 3ab1d4ad..78a09679 100755 --- a/scripts/osx/textadept_osx +++ b/scripts/osx/textadept_osx @@ -15,7 +15,7 @@ export PANGO_LIBDIR="$bundle_res/lib" export PANGO_SYSCONFDIR="$bundle_res/etc" export CHARSETALIASDIR="$bundle_res/lib" -# Strip out the argument added by OSX. +# Strip out the argument added by macOS. if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then shift 1; fi # Source '~/.textadept/osx_env.sh' to set variables like $PATH when opening -- cgit v1.2.3