We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
connectivity_plus
Add the following code to connectivity_plus.podspec?
connectivity_plus.podspec
s.osx.resource_bundles = {'connectivity_plus_privacy' => ['PrivacyInfoMac.xcprivacy']}
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
?Checklist before submitting a question
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: