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 d6006f2 commit a647101Copy full SHA for a647101
package/mac_app_sign_and_package.sh
@@ -273,7 +273,7 @@ echo
273
# Attempt to deeply codesign the app bundle
274
#
275
echo "Code signing the application bundle: ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
276
-codesign -s "$APP_IDENTITY" --deep -f -v "${DISTRIBUTION}${APP_BUNDLE}"
+codesign -s "$APP_IDENTITY" --deep -f -v --options runtime "${DISTRIBUTION}${APP_BUNDLE}"
277
if [ "$?" != "0" ]; then
278
echo "[Error] Codesigning the application bundle failed!" 1>&2
279
exit 1
0 commit comments