Skip to content
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

Conversation

cbracken
Copy link
Member

@cbracken cbracken commented Sep 4, 2024

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.

@cbracken 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 cbracken force-pushed the codesign-exclusions-stable-cp branch from 90eb046 to bb7d645 Compare September 4, 2024 17:51
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
Copy link
Member

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cbracken cbracken added the autosubmit Merge PR when tree becomes green via auto submit App label Sep 4, 2024
@auto-submit auto-submit bot merged commit 4833e79 into flutter:flutter-3.24-candidate.0 Sep 4, 2024
118 checks passed
@cbracken cbracken deleted the codesign-exclusions-stable-cp branch September 4, 2024 19:17
@reidbaker
Copy link
Contributor

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
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants