In flutter/engine#54414, we added dSYM files for physical and simulator binaries in both regular and extension-safe framework builds. In flutter/engine#54576 we added the dSYMs to the without_entitlements.txt list.
The `dev/bots/suite_runners/run_verify_binaries_codesigned_tests.dart` test was updated to reflect these changes in:
* https://github.com/flutter/flutter/pull/153787
* https://github.com/flutter/flutter/pull/154027
This cherrypicks these two changes to the release branch.
Issue: https://github.com/flutter/flutter/issues/116493