3 # Helper script for the build process to apply entitlements
6 if [ "$1" = --install ]; then
16 trap 'rm "$DST.tmp"' exit
17 cp -af "$SRC" "$DST.tmp"
20 cd "$MESON_INSTALL_DESTDIR_PREFIX"
23 codesign
--entitlements "$ENTITLEMENT" --force -s - "$SRC"