Can you share the details of how you made sure the PluginManager.framework is embedded properly into your XPC?
Our pluginkit targets use:
xattr -cr "$CODESIGNING_FOLDER_PATH" codesign --force --timestamp --options runtime --sign "${CODE_SIGN_IDENTITY}" "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/PluginManager.framework"
We're still seeing "The binary uses an SDK older than the 10.9 SDK." or "The signature algorithm used is too weak."
messages when trying to notarize the XPC.
Topic:
Code Signing
SubTopic:
General
Tags: