From c7066c9dc25bc4cafdd7bd8057ce34457a86ee65 Mon Sep 17 00:00:00 2001 From: Arttu Tarkiainen Date: Wed, 7 Aug 2019 14:51:12 +0300 Subject: Update usage of Apple-related terminology Replace deprecated Q_OS_OSX macro used in several places with the newer Q_OS_MACOS. Old style reference of Apple's desktop operating system name as "OS X" in documentation and files are also replaced with "macOS" where applicable. Task-number: QTIFW-1406 Change-Id: I0561d5e0d964917ac4fca0702d58a06b85d30e57 Reviewed-by: Katja Marttila --- tools/binarycreator/resources/copylibsintobundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/binarycreator/resources/copylibsintobundle.sh') diff --git a/tools/binarycreator/resources/copylibsintobundle.sh b/tools/binarycreator/resources/copylibsintobundle.sh index c6765364e..1ad5da4db 100644 --- a/tools/binarycreator/resources/copylibsintobundle.sh +++ b/tools/binarycreator/resources/copylibsintobundle.sh @@ -71,7 +71,7 @@ function handleFile() if [ `basename $FILE` != $NAME ]; then - # this part handles libraries which are Mac OS X frameworks + # this part handles libraries which are macOS frameworks if echo $lib | grep '\.framework' >/dev/null; then local FRAMEWORKPATH=`echo $lib | sed -ne 's,\(.*\.framework\).*,\1,p'` local FRAMEWORKNAME=`basename $FRAMEWORKPATH` -- cgit v1.2.3