ls -R before signing too

This commit is contained in:
2024-09-07 23:28:13 -05:00
parent 755c4bdfe0
commit 2ced39ccb5
2 changed files with 1 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ sign() {
# We finally codesign our app bundle, specifying the Hardened runtime option
/usr/bin/codesign --force -s "$PROD_MACOS_CERTIFICATE_NAME" --options runtime "$APP_PATH"/Contents/Frameworks/*.dylib -v
ls -R "$APP_PATH"/Contents/Frameworks/*.framework
(cd "$APP_PATH" && frameworks=Contents/Frameworks/*.framework/Versions/A/* && \
for framework in $frameworks; do
if [ -f "$framework" ]; then