From e939e2196b81e34ecb41fb19352d912d7a7a0e71 Mon Sep 17 00:00:00 2001 From: JohnSmith0922 Date: Mon, 11 Mar 2024 18:00:55 +0900 Subject: [PATCH] add: iOS privacy manifests file --- ios/PrivacyInfo.xcprivacy | 14 ++++++++++++++ ios/image_gallery_saver.podspec | 1 + 2 files changed, 15 insertions(+) create mode 100644 ios/PrivacyInfo.xcprivacy diff --git a/ios/PrivacyInfo.xcprivacy b/ios/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..0eca193 --- /dev/null +++ b/ios/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + + \ No newline at end of file diff --git a/ios/image_gallery_saver.podspec b/ios/image_gallery_saver.podspec index e27e6d1..0420c2f 100644 --- a/ios/image_gallery_saver.podspec +++ b/ios/image_gallery_saver.podspec @@ -18,6 +18,7 @@ A new flutter plugin project. s.ios.deployment_target = '8.0' s.swift_version = '5.0' + s.resource_bundles = {'image_gallery_saver_privacy' => ['PrivacyInfo.xcprivacy']} s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } end