solenv/bin/macosx-codesign-app-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bd237b826f096d6b84257c1b09ce140ed3f54e25 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Oct 24 09:48:28 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Oct 24 18:14:32 2022 +0200 Fix typo Change-Id: Id974647a7e08298aa6ebd19dcc674fd4f4066b52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141720 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle index 6894329fa406..e569aef24333 100755 --- a/solenv/bin/macosx-codesign-app-bundle +++ b/solenv/bin/macosx-codesign-app-bundle @@ -126,7 +126,7 @@ done # See also https://developer.apple.com/library/mac/technotes/tn2206/ if test -n "$ENABLE_MACOSX_SANDBOX" && test -n "$application_identifier"; then - # add back the application-identfier to the entitlements + # add back the application-identifier to the entitlements # testflight/beta-testing won't work if that key is used when signing the other executables /usr/libexec/PlistBuddy -c "add com.apple.application-identifier string $application_identifier" $BUILDDIR/lo.xcent fi