Skip to content

Commit a6b8b66

Browse files
Modified original and created High Sierra (10.13-) script for proper legacy packaging.
1 parent 1679e3d commit a6b8b66

File tree

2 files changed

+429
-1
lines changed

2 files changed

+429
-1
lines changed

package/mac_app_sign_and_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ echo
272272
#
273273
# Attempt to deeply codesign the app bundle
274274
#
275-
echo "Code signing the application bundle: ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
275+
echo "Code signing the application bundle (hardened runtime with entitlements): ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
276276
codesign -s "$APP_IDENTITY" --deep -f -v --options runtime --timestamp --entitlements "./mac-resources/neededToRun.entitlements" "${DISTRIBUTION}${APP_BUNDLE}"
277277
if [ "$?" != "0" ]; then
278278
echo "[Error] Codesigning the application bundle failed!" 1>&2

0 commit comments

Comments
 (0)