Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[CP-stable]Fixes incorrect read/write permissions on Flutter.framework and FlutterMacOS.framework #148717

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

Conversation

flutteractionsbot
Copy link

@flutteractionsbot flutteractionsbot commented May 20, 2024

This pull request is created by automatic cherry pick workflow
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.

Issue Link:

What is the link to the issue this cherry-pick is addressing?
#148354
#147142

Changelog Description:

Correct read/write permisions for FlutterMacOS.framework to allow MacOS developers to publish to the app store

Impact Description:

MacOS developers.

Workaround:

Is there a workaround for this issue?

Run chmod locally after building #148354 (comment)

Risk:

What is the risk level of this cherry-pick?

  • Low
  • Medium
  • High

Test Coverage:

Are you confident that your fix is well-tested by automated tests?

  • Yes
  • No

Validation Steps:

What are the steps to validate that this fix works?

  1. flutter build macos --release any macos project
  2. ls -la macos/Build/Products/Release/test_create.app/Contents/Frameworks/
  3. Note that the permissions for FlutterMacOS.framework is drwxr-xr-x, NOT dr-------
    (note that this is validated to work here MacOS: Codemagic - The installer package includes files that are only readable by the root user (3.22.0) #148354 (comment))

…erMacOS.framework (flutter#148580)

Fixes flutter#148354

Fixes flutter#147142
Closes flutter#147144

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
@flutteractionsbot flutteractionsbot added the cp: review Cherry-picks in the review queue label May 20, 2024
@flutteractionsbot
Copy link
Author

@LouiseHsu please fill out the PR description above, afterwards the release team will review this request.

@github-actions github-actions bot added the tool Affects the "flutter" command-line tool. See also t: labels. label May 20, 2024
@itsjustkevin itsjustkevin added cp: approved Approved cherry-pick request autosubmit Merge PR when tree becomes green via auto submit App labels May 20, 2024
@auto-submit auto-submit bot merged commit ec6611b into flutter:flutter-3.22-candidate.0 May 21, 2024
125 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 23, 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 cp: approved Approved cherry-pick request cp: review Cherry-picks in the review queue tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants