-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[flutter_conductor] ensure macOS arm Dart sdk is codesigned #97536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Part of #86926 |
@christopherfujino Could you give a pointer into the conductor code that has the signing logic that needs to be modified? If so, I can take a look, and ping you if I have questions. |
I've got a change ready, I just need to locally test it. |
The script is updated and I verified it on the commit: https://github.com/flutter/engine/tree/b0e6fe8e8006414b6a2c8f71ae4af8b1cb03dde4. This can be verified on a mac with: curl -lO https://storage.googleapis.com/flutter_infra_release/flutter/b0e6fe8e8006414b6a2c8f71ae4af8b1cb03dde4/dart-sdk-darwin-arm64.zip
unzip ./dart-sdk-darwin-arm64.zip
codesign -vvv ./dart-sdk/bin/dart and it should say:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
before Flutter can distribute a macOS ARM Dart SDK, it must be codesigned and notarized.
The text was updated successfully, but these errors were encountered: