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