Skip to content

Conversation

@sfshaza2
Copy link
Contributor

Also added a note that we are eventually migrating to SPM.

Fixes #10864

cc: @jmagman @sethladd

@flutter-website-bot
Copy link
Collaborator

flutter-website-bot commented Jul 18, 2024

Visit the preview URL for this PR (updated for commit e438615):

https://flutter-docs-prod--pr10920-privacy-nxn4s6tr.web.app

@jmagman jmagman requested a review from stuartmorgan-g July 18, 2024 19:14
Comment on lines 507 to 508
s.resource_bundles = {'shared_preferences_foundation_privacy' => ['shared_preferences_foundation/Sources/shared_preferences_foundation/Resources/PrivacyInfo.xcprivacy']}
```
Copy link
Member

Choose a reason for hiding this comment

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

shared_preferences_foundation_privacy is the example from shared_preferences_foundation, maybe this should be

s.resource_bundles = {'your_plugin_privacy' => ['your_plugin/Sources/your_plugin/Resources/PrivacyInfo.xcprivacy']}

or some appropriate placeholder?

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for doing this!

@sfshaza2 sfshaza2 merged commit b5dd0ce into main Jul 19, 2024
@sfshaza2 sfshaza2 deleted the privacy branch July 19, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Apple privacy manifest instructions for plugin authors

5 participants