-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
cp: approvedApproved cherry-pick requestApproved cherry-pick request
Description
issue_link
Commit Hash
Target
beta
pr_link
Impacted Users
All devs targeting macOS
Impact Description
Incorrect file permissions cause failures on uploading macOS apps to Apple App Store. This will affect all app uploads since all apps bundle the ink_sparkle shader.
Workaround
Yes users can run:
$ chmod 0644 build/macos/Build/Products/Release/AppName.app/Contents/Frameworks/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag
however, the thought that this is difficult to document and error prone.
Risk
low
Test Coverage
yes
Validation Steps
Build an iOS app and check that access permissions on build/macos/Build/Products/Release/AppName.app/Contents/Frameworks/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag are 0644.
Tested in #109190.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cp: approvedApproved cherry-pick requestApproved cherry-pick request