From b6904835eb3de167c9620b0af91c8e097f2f2dbf Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 17 May 2023 02:27:50 -0700 Subject: [PATCH] remove 3 trailing spaces in comments --- mac_installer/notarize_boinc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mac_installer/notarize_boinc.sh b/mac_installer/notarize_boinc.sh index 99e294fe09..7417be70d8 100644 --- a/mac_installer/notarize_boinc.sh +++ b/mac_installer/notarize_boinc.sh @@ -21,7 +21,7 @@ # Notarization Script for Macintosh BOINC Manager 5/17/23 by Charlie Fenton ## -## This script will notarize and staple the release created by the script +## This script will notarize and staple the release created by the script ## mac_installer/release_boinc.sh ## ## As of MacOS 10.15 Catalina, the OS does not allow the user to run downloaded @@ -38,7 +38,7 @@ ## * Created an app-specific password by following the instructions on ## "Using app-specific passwords" at . ## NOTE: You cannot use your normal Apple ID password. -## * Created a profile named "notarycredentials" in your keychain using the +## * Created a profile named "notarycredentials" in your keychain using the ## "notarytool store-credentials" command (see "man notarytool" for details.) ## * Run the release_boinc.sh script ## @@ -61,7 +61,7 @@ if [ $? -ne 0 ]; then return 1; fi ## * REGENERATE THE DIRECTORY TREE FROM THE ZIP FILE WE SUBMITTED, ## * STAPLE THE EXECUTABLES IN THE NEW TREE ## * THEN CREATE A NEW ZIP FILE FROM THE STAPLED. -## FOR SAFETY, I FIRST RENAME THE ORIGINAL DIRECTORY TREE AND ZIP FILE RATHER THAN +## FOR SAFETY, I FIRST RENAME THE ORIGINAL DIRECTORY TREE AND ZIP FILE RATHER THAN ## TRASHING THEM *** mv "$basepath/boinc_$1.$2.$3_macOSX_universal" "$basepath/boinc_$1.$2.$3_macOSX_universal-orig"