Skip to content

Commit

Permalink
Modified original and created High Sierra (10.13-) script for proper …
Browse files Browse the repository at this point in the history
…legacy packaging.
  • Loading branch information
GitHub-Obex-Bot committed Mar 26, 2020
1 parent 1679e3d commit a6b8b66
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/mac_app_sign_and_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ echo
#
# Attempt to deeply codesign the app bundle
#
echo "Code signing the application bundle: ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
echo "Code signing the application bundle (hardened runtime with entitlements): ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
codesign -s "$APP_IDENTITY" --deep -f -v --options runtime --timestamp --entitlements "./mac-resources/neededToRun.entitlements" "${DISTRIBUTION}${APP_BUNDLE}"
if [ "$?" != "0" ]; then
echo "[Error] Codesigning the application bundle failed!" 1>&2
Expand Down
Loading

0 comments on commit a6b8b66

Please sign in to comment.