Skip to content
Snippets Groups Projects
Commit 0b23c96a authored by Marvin Scholz's avatar Marvin Scholz Committed by Felix Paul Kühne
Browse files

contrib: sparkle: do not change install_name

Changing the install name is no longer necessary since
0831e42e
and doing so breaks the ad-hoc code signing leading to a broken
bundle and pseudo-bundle on arm64 which requires ad-hoc signing.

Fix #26127
parent 939b0470
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!1155[3.0]: Fix invalid code signature due to Sparkle Framework
Pipeline #176857 passed with stages
in 18 minutes and 32 seconds
......@@ -19,7 +19,6 @@ sparkle: Sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
.sparkle: sparkle
# Build Sparkle and change the @rpath
cd $< && xcodebuild $(XCODE_FLAGS)
cd $< && install_name_tool -id @executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle build/Release/Sparkle.framework/Versions/A/Sparkle
# Install
cd $< && mkdir -p "$(PREFIX)/Frameworks" && \
rm -Rf "$(PREFIX)/Frameworks/Sparkle.framework" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment