Skip to content

Commit 8d4c20e

Browse files
authored
Merge pull request #9 from ceeyang/master
Add iOS PrivacyInfo
2 parents 08e78a9 + ea42ea2 commit 8d4c20e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

ios/PrivacyInfo.xcprivacy

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSPrivacyTrackingDomains</key>
6+
<array/>
7+
<key>NSPrivacyAccessedAPITypes</key>
8+
<array/>
9+
<key>NSPrivacyCollectedDataTypes</key>
10+
<array/>
11+
<key>NSPrivacyTracking</key>
12+
<false/>
13+
</dict>
14+
</plist>

ios/document_file_save_plus.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ A new Flutter plugin project.
2020
# Flutter.framework does not contain a i386 slice.
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2222
s.swift_version = '5.0'
23+
# Privacy manifest
24+
s.resource_bundles = {'document_file_save_plus' => ['PrivacyInfo.xcprivacy']}
2325
end

0 commit comments

Comments
 (0)