This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
[gn + codesign] mac code sign configuration for FlutterMacOS.framework.zip #35707
Merged
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
864119c
embed codesign config in macos framework
XilaiZhang d65a90f
Merge remote-tracking branch 'upstream/main' into xilaizhang-macos-1
XilaiZhang 2198a07
format files
XilaiZhang 78895ec
Merge remote-tracking branch 'upstream/main' into xilaizhang-macos-1
XilaiZhang a8deeed
update path
XilaiZhang 0c14ba7
Merge remote-tracking branch 'upstream/main' into xilaizhang-macos-1
XilaiZhang d42b961
Merge remote-tracking branch 'upstream/main' into xilaizhang-macos-1
XilaiZhang c705283
Merge remote-tracking branch 'upstream/main' into xilaizhang-macos-1
XilaiZhang e459033
y flag for outer layer zip
XilaiZhang 330d147
Merge remote-tracking branch 'upstream/main' into xilaizhang-macos-1
XilaiZhang a565154
simplify structure
XilaiZhang f55c612
format files
XilaiZhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
format files
- Loading branch information
commit 2198a078017d569f18bf6854498083fbf76d4ea2
There are no files selected for viewing
This file contains hidden or 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
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.
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.
Is this the resolution for #35623 that was reverted here #35680, because it was expected to not have entitlements? I'm not sure how these
without_entitlementsfiles work.https://github.com/flutter/flutter/blob/fefb2b00bab8548e66aa09849dbd51c4b9c357d1/dev/conductor/core/lib/src/codesign.dart#L188
@christopherfujino
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.
Sorry didn't realize there is an engine PR review on Thursday. These
without_entiltementsand 'entitlements.txt` are just text files embedded in the zip artifacts, not going to affect the correctness of anything.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.
Inspecting locally, looks like the symlinks are dropped in the build process. Current assumption is based on #35673.
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.
Is this ready for review?