-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
christopherfujino/codesign.py
#3Milestone
Description
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).
flutter/packages/flutter_tools/lib/src/build_system/targets/shader_compiler.dart
Lines 171 to 173 in 25e88cb
| 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
Asquare17
Metadata
Metadata
Assignees
Labels
No labels