From decd0b520912fa138baa0e32e64c1dd4716da69d Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 13 Apr 2024 19:03:46 -0700 Subject: [PATCH] fix: privacy manifest (#489) * fix: privacy manifest * fix: apple --- ios/Resources/PrivacyInfo.xcprivacy | 14 ++++++++++++++ ios/fluttertoast.podspec | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 ios/Resources/PrivacyInfo.xcprivacy diff --git a/ios/Resources/PrivacyInfo.xcprivacy b/ios/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 00000000..a34b7e2e --- /dev/null +++ b/ios/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + + diff --git a/ios/fluttertoast.podspec b/ios/fluttertoast.podspec index 049454ce..8984e33a 100644 --- a/ios/fluttertoast.podspec +++ b/ios/fluttertoast.podspec @@ -17,5 +17,5 @@ Toast Library for FLutter s.dependency 'Flutter' s.dependency 'Toast' s.pod_target_xcconfig = {'VALID_ARCHS' => 'x86_64 armv7 arm64', 'DEFINES_MODULE' => 'YES'} + s.resource_bundles = {'fluttertoast_privacy' => ['Resources/PrivacyInfo.xcprivacy']} end -