Skip to content

Commit a17df4e

Browse files
committed
Merge bitcoin/bitcoin#24603: macdeploy: remove unused detached-sig-apply.sh
979271a macdeploy: remove unused detached-sig-apply (fanquake) Pull request description: Signature application is now done with signapple. https://github.com/bitcoin/bitcoin/blob/8435d7f11a89bb3f93306646f62cc2179693e072/contrib/guix/libexec/codesign.sh#L84-L85 ACKs for top commit: laanwj: ACK 979271a gruve-p: ACK bitcoin/bitcoin@979271a achow101: ACK 979271a hebasto: ACK 979271a, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: ab51a609d00cead4f33bcfc5b5ff1008ee02363ab1f4c4bf9544631069c237bfa92eac4dfa231bff8a1d702bda6cc92b4151361f74f58e77b595e0cb82a8391a
2 parents e09cf64 + 979271a commit a17df4e

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ WINDOWS_PACKAGING = $(top_srcdir)/share/pixmaps/bitcoin.ico \
6464
$(top_srcdir)/doc/README_windows.txt
6565

6666
OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_INSTALLER_ICONS) \
67-
$(top_srcdir)/contrib/macdeploy/detached-sig-apply.sh \
6867
$(top_srcdir)/contrib/macdeploy/detached-sig-create.sh
6968

7069
COVERAGE_INFO = $(COV_TOOL_WRAPPER) baseline.info \

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ mkdir -p "$DISTSRC"
340340
mkdir -p "unsigned-app-${HOST}"
341341
cp --target-directory="unsigned-app-${HOST}" \
342342
osx_volname \
343-
contrib/macdeploy/detached-sig-{apply,create}.sh \
343+
contrib/macdeploy/detached-sig-create.sh \
344344
"${BASEPREFIX}/${HOST}"/native/bin/dmg
345345
mv --target-directory="unsigned-app-${HOST}" dist
346346
(

contrib/macdeploy/detached-sig-apply.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)