diff --git a/cmake-proxies/cmake-modules/AudacityCodeSigning.cmake b/cmake-proxies/cmake-modules/AudacityCodeSigning.cmake
index 4a4d4721f..9eaba40aa 100644
--- a/cmake-proxies/cmake-modules/AudacityCodeSigning.cmake
+++ b/cmake-proxies/cmake-modules/AudacityCodeSigning.cmake
@@ -26,7 +26,7 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin")
install( CODE "set( APP_IDENTIFIER \"org.tenacityaudio.tenacity\" )" )
install( CODE "get_filename_component( APP_LOCATION \${CMAKE_INSTALL_PREFIX}/Tenacity.app ABSOLUTE )" )
- install( CODE "set( APPLE_CODESIGN_ENTITLEMENTS ${CMAKE_SOURCE_DIR}/mac/Audacity.entitlements )")
+ install( CODE "set( APPLE_CODESIGN_ENTITLEMENTS ${CMAKE_SOURCE_DIR}/mac/Tenacity.entitlements )")
install( SCRIPT "scripts/build/macOS/SignMacos.cmake" )
diff --git a/cmake-proxies/cmake-modules/MacOSXBundleInfo.plist.in b/cmake-proxies/cmake-modules/MacOSXBundleInfo.plist.in
index d7f6925bb..01a32743c 100644
--- a/cmake-proxies/cmake-modules/MacOSXBundleInfo.plist.in
+++ b/cmake-proxies/cmake-modules/MacOSXBundleInfo.plist.in
@@ -19,7 +19,7 @@
application/x-audacity-project
CFBundleTypeName
- Audacity Project
+ Tenacity Audio
CFBundleTypeOSTypes
auDp
diff --git a/mac/scripts/build_dist.sh b/mac/scripts/build_dist.sh
index e40b420e0..9954b79c2 100755
--- a/mac/scripts/build_dist.sh
+++ b/mac/scripts/build_dist.sh
@@ -89,8 +89,8 @@ then
echo "Usage: ${0} srcroot dstroot"
echo
echo " srcroot path to the 'mac' subdirectory of your source tree"
- echo " dstroot path to where Audacity was built:"
- echo " legacy build = /tmp/Audacity.dst"
+ echo " dstroot path to where Tenacity was built:"
+ echo " legacy build = /tmp/Tenacity.dst"
echo " cmake build =