Skip to content

Commit

Permalink
Fixed Brave sign-matching to be a little more robust to changes in th…
Browse files Browse the repository at this point in the history
…e Brave framework (XPCServices have been removed, which broke sign-matching).
  • Loading branch information
dmarmor committed Oct 5, 2021
1 parent 9af902d commit c1659a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -861,10 +861,10 @@ build/engine_tmp/brave: build/engine_tmp/$(BRAVE_SRC) build/engine_tmp/brave_rec
echo '*** Unable to find Sparkle.framework' 1>&2 ; false ; fi
rm -rf '$(BRAVE_FRAMEWORK)/Versions/Current/Frameworks/Sparkle.framework'
xattr -cr build/engine_tmp/brave
scripts/signmatch.sh '' \
shopt -s nullglob && scripts/signmatch.sh '' \
'$(BRAVE_FRAMEWORK)/Versions/Current/Helpers/'* \
'$(BRAVE_FRAMEWORK)/Versions/Current/Libraries/'*.dylib \
'$(BRAVE_FRAMEWORK)/Versions/Current/XPCServices/AlertNotificationService.xpc' \
'$(BRAVE_FRAMEWORK)/Versions/Current/XPCServices/'* \
'$(BRAVE_FRAMEWORK)'

#flags="$${opts#*CodeDirectory}" && flags="$${flags%%Signature*}"
Expand Down

0 comments on commit c1659a8

Please sign in to comment.