Skip to content

impellerc should be codesigned for macOS #111764

@jmagman

Description

@jmagman

impellerc is being executed on the host machine, so should be codesigned/notarized on macOS to avoid the "Developer unknown" popup when the SDK is downloaded from the website (because it is quarantined).

final List<String> cmd = <String>[
impellerc.path,
target.target,

Instead of being in

Future<List<String>> get binariesWithoutEntitlements async {

it should be in
Future<List<String>> get binariesWithEntitlements async {

Introduced in #102551

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions