plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Question]: Add macOS privacy manifest to connectivity_plus

Open kjxbyz opened this issue 1 year ago • 0 comments

What is your question?

In the connectivity_plus package, iOS and macOS plug-ins share source code, but the privacy manifests are different. Do they need to be separated?

Add the following code to connectivity_plus.podspec?

s.osx.resource_bundles = {'connectivity_plus_privacy' => ['PrivacyInfoMac.xcprivacy']}

Checklist before submitting a question

  • [X] I searched issues in this repository and couldn't find such bug/problem
  • [X] I Google'd a solution and I couldn't find it
  • [X] I searched on StackOverflow for a solution and I couldn't find it
  • [X] I read the README.md file of the plugin
  • [X] I am using the latest version of the plugin
  • [X] All dependencies are up to date with flutter pub upgrade
  • [X] I did a flutter clean
  • [X] I tried running the example project

kjxbyz avatar Oct 01 '24 08:10 kjxbyz