Revert "TUN-9886 notarize cloudflared"

This reverts commit 9abcfece66.
This commit is contained in:
João "Pisco" Fernandes 2026-01-21 13:33:53 +00:00
parent 9abcfece66
commit efd0189121
1 changed files with 4 additions and 17 deletions

View File

@ -178,13 +178,8 @@ fi
if [[ ! -z "$CODE_SIGN_NAME" ]]; then
codesign --keychain $HOME/Library/Keychains/cloudflared_build_keychain.keychain-db -s "${CODE_SIGN_NAME}" -fv --options runtime --timestamp ${BINARY_NAME}
echo "Uploading ${BINARY_NAME} to apple portal."
xcrun notarytool submit \
"${BINARY_NAME}" \
--keychain $HOME/Library/Keychains/cloudflared_build_keychain.keychain-db \
--verbose \
--wait \
--timeout 15m
# notarize the binary
# TODO: TUN-5789
fi
ARCH_TARGET_DIRECTORY="${TARGET_DIRECTORY}/${TARGET_ARCH}-build"
@ -212,16 +207,8 @@ if [[ ! -z "$PKG_SIGN_NAME" ]]; then
--sign "${PKG_SIGN_NAME}" \
${PKGNAME}
echo "Uploading ${PKG_NAME} to apple portal."
xcrun notarytool submit \
"${PKG_NAME}" \
--keychain $HOME/Library/Keychains/cloudflared_build_keychain.keychain-db \
--verbose \
--wait \
--timeout 15m
echo "Stapling ${PKG_NAME}"
xcrun stapler staple "${PKG_NAME}"
# notarize the package
# TODO: TUN-5789
else
pkgbuild --identifier com.cloudflare.${PRODUCT} \
--version ${VERSION} \