-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
iOS,macOS: Add list of expected-unsigned binaries #154636
Merged
auto-submit
merged 1 commit into
flutter:flutter-3.24-candidate.0
from
cbracken:codesign-exclusions-stable-cp
Sep 4, 2024
Merged
iOS,macOS: Add list of expected-unsigned binaries #154636
auto-submit
merged 1 commit into
flutter:flutter-3.24-candidate.0
from
cbracken:codesign-exclusions-stable-cp
Sep 4, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cbracken
added
test: all
Runs as many post-submit tasks as possible as a pre-submit. Use judiciously!
and removed
test: all
Runs as many post-submit tasks as possible as a pre-submit. Use judiciously!
labels
Sep 4, 2024
cbracken
force-pushed
the
codesign-exclusions-stable-cp
branch
from
September 4, 2024 17:51
90eb046
to
bb7d645
Compare
This updates the codesigning test to account for iOS and macOS binaries in the artifact cache that are _expected_ to not be codesigned. In flutter/engine#54414 we started bundling dSYM (debugging symbols) within Flutter.xcframework, a requirement for App Store verification using Xcode 16. We did the same for macOS in flutter/engine#54696. Unlike the framework dylib, dSYM contents are not directly codesigned (though the xcframework containing them is). Issue: flutter#154571
cbracken
force-pushed
the
codesign-exclusions-stable-cp
branch
from
September 4, 2024 18:08
bb7d645
to
fa88dd9
Compare
christopherfujino
approved these changes
Sep 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
reidbaker
approved these changes
Sep 4, 2024
cbracken
added
the
autosubmit
Merge PR when tree becomes green via auto submit App
label
Sep 4, 2024
auto-submit
bot
merged commit Sep 4, 2024
4833e79
into
flutter:flutter-3.24-candidate.0
118 checks passed
Post submit run can be found here https://flutter-dashboard.appspot.com/#/build?repo=flutter&branch=flutter-3.24-candidate.0&hashFilter=4833e79 |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Sep 12, 2024
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Sep 13, 2024
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates the codesigning test to account for iOS and macOS binaries in the artifact cache that are expected to not be codesigned.
In flutter/engine#54414 we started bundling dSYM (debugging symbols) within Flutter.xcframework, a requirement for App Store verification using Xcode 16.
We did the same for macOS in flutter/engine#54696.
Unlike the framework dylib, dSYM contents are not directly codesigned (though the xcframework containing them is).
Issue: #154571
This is a cherry-pick of #154591 to the flutter-3.24-candidate.0 branch.
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.