Add privacy manifest to 1p macOS plugins #155564
Labels
a: plugins
Support for writing, building, and running plugin packages
fyi-ecosystem
For the attention of Ecosystem team
P1
High-priority issues at the top of the work list
package
flutter/packages repository. See also p: labels.
team-macos
Owned by the macOS platform team
Uh oh!
There was an error while loading. Please reload this page.
According to #154915, Apple will start requiring privacy manifests for macOS on November 12, 2024:
flutter/packages repo should add privacy manifest similar to #131495.
NSPrivacyTracking*
andNSPrivacyCollectedDataTypes
keys are required, but the values can be blank. macOS explicitly does not need theNSPrivacyAccessedAPITypes
(see more info in #143381)See the iOS PR flutter/packages#5846 for what work needs to be done for this.
The text was updated successfully, but these errors were encountered: