Skip to content

Commit

Permalink
just ls what's in there
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Sep 8, 2024
1 parent 7f82681 commit 92480e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/mac/sign-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ sign() {
/usr/bin/codesign --force -s "$PROD_MACOS_CERTIFICATE_NAME" --options runtime "$framework" -v
fi
done)
ls -R "$APP_PATH"/Contents/Frameworks/*.framework
/usr/bin/codesign --force -s "$PROD_MACOS_CERTIFICATE_NAME" --options runtime "$APP_PATH"/Contents/Frameworks/*.framework/Versions/A/Resources/Info.plist -v
/usr/bin/codesign --force -s "$PROD_MACOS_CERTIFICATE_NAME" --options runtime "$APP_PATH/Contents/Info.plist" -v

Expand Down

0 comments on commit 92480e5

Please # to comment.