From 815498cbcf6669e088f549aee36e603bff8bab29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=BC=80=E6=9D=B0?= Date: Thu, 21 Mar 2024 07:36:41 +0800 Subject: [PATCH] Add iOS privacy manifests file --- ios/Resources/PrivacyInfo.xcprivacy | 14 ++++++++++++++ ios/fluwx.podspec | 1 + 2 files changed, 15 insertions(+) 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..aac0f74c --- /dev/null +++ b/ios/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + + diff --git a/ios/fluwx.podspec b/ios/fluwx.podspec index 8a012e5b..1fdf88f4 100644 --- a/ios/fluwx.podspec +++ b/ios/fluwx.podspec @@ -87,6 +87,7 @@ The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers ca s.dependency 'Flutter' s.platform = :ios, '11.0' s.static_framework = true + s.resource_bundles = {'fluwx_privacy' => ['Resources/PrivacyInfo.xcprivacy']} s.default_subspec = fluwx_subspec pod_target_xcconfig = {