We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0cd6c commit 34fe31eCopy full SHA for 34fe31e
packages/device_info_plus/device_info_plus/ios/PrivacyInfo.xcprivacy
@@ -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
9
+ <key>NSPrivacyCollectedDataTypes</key>
10
11
+ <key>NSPrivacyTracking</key>
12
+ <false/>
13
+</dict>
14
+</plist>
packages/device_info_plus/device_info_plus/ios/device_info_plus.podspec
@@ -19,5 +19,6 @@ Downloaded by pub (not CocoaPods).
19
s.dependency 'Flutter'
20
s.platform = :ios, '11.0'
21
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
22
+ s.resource_bundles = {'device_info_plus_privacy' => ['PrivacyInfo.xcprivacy']}
23
end
24
0 commit comments