We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d08cc commit f3ec770Copy full SHA for f3ec770
Makefile
@@ -25,6 +25,7 @@ all: frontend pob
25
sign:
26
echo 'Signing with the first available identity'; \
27
rm -rf PathOfBuilding.app/Contents/MacOS/spec/TestBuilds/3.13; \
28
+ codesign --force --deep --sign $$(security find-identity -v -p codesigning | awk 'FNR == 1 {print $$2}') PathOfBuilding.app/Contents/MacOS/lcurl.so PathOfBuilding.app/Contents/libs/*; \
29
codesign --force --deep --sign $$(security find-identity -v -p codesigning | awk 'FNR == 1 {print $$2}') PathOfBuilding.app; \
30
codesign -d -v PathOfBuilding.app
31
0 commit comments