Skip to content
Snippets Groups Projects

Features 12647m

Merged Konstantin Kuharenko requested to merge features-12647m into develop
Files
2
+ 1
12
@@ -105,24 +105,12 @@ PACK()
sed -i "s/CellframeNode/${BRAND}/g" ${PAYLOAD_BUILD}/${BRAND}.app/Contents/Resources/com.demlabs.cellframe-node.plist
#code-sign binaries
#code-sign binaries
if [ "$PKG_SIGN_POSSIBLE" -eq "1" ]; then
echo "Code-signig binaries"
#add runtime flag to bypass notarization warnings about hardened runtime.
rcodesign sign --code-signature-flags runtime \
--p12-file ${OSX_PKEY_INSTALLER} --p12-password ${OSX_PKEY_INSTALLER_PASS} \
${PAYLOAD_BUILD}/${BRAND}.app/Contents/MacOS/Cellframe-DashboardService
rcodesign sign --code-signature-flags runtime \
--p12-file ${OSX_PKEY_INSTALLER} --p12-password ${OSX_PKEY_INSTALLER_PASS} \
${PAYLOAD_BUILD}/${BRAND}.app/Contents/MacOS/Cellframe-Dashboard
rcodesign sign --code-signature-flags runtime --p12-file ${OSX_PKEY_APPLICATION} --p12-password ${OSX_PKEY_APPLICATION_PASS} ${PAYLOAD_BUILD}/${BRAND}.app
fi
# create bom file
mkbom -u 0 -g 80 ${PAYLOAD_BUILD} ${OSX_PKG_DIR}/Bom
@@ -159,3 +147,4 @@ PACK()
}
Loading