Remove unnecessary entitlements and comment out provisioning profile copy in codesign script

This commit is contained in:
mr. M
2025-01-08 21:30:44 +01:00
parent 6c9fb9b3bb
commit f55c534659
2 changed files with 1 additions and 11 deletions

View File

@@ -151,7 +151,7 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
codesign -vvv --deep --strict "${BUNDLE}"
# move Zen_Browser.provisionprofile to the Contents directory
cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
# cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
# Staple the ticket
xcrun stapler staple --verbose "${BUNDLE}" || exit 0