Added more status messages

This commit is contained in:
Kreeblah 2021-12-11 15:59:20 -08:00
parent 2c5e299140
commit 0e735f2197
No known key found for this signature in database
GPG key ID: 6074237BF1AEEDFB

View file

@ -135,6 +135,8 @@ else
fi
fi
echo "Stapling ticket to app bundle..."
xcrun stapler staple "$app_bundle_path[2]"
if [[ $? -ne 0 ]]; then
echo "Failed to staple ticket to app bundle."
@ -147,4 +149,6 @@ if [[ -f "$zip_path[2]" ]]; then
rm -f "$zip_path[2]"
fi
echo "Creating $zip_path[2]..."
/usr/bin/ditto -c -k --keepParent "$app_bundle_path[2]" "$zip_path[2]"