File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
packages/device_info_plus/device_info_plus/ios Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ Downloaded by pub (not CocoaPods).
1919 s . dependency 'Flutter'
2020 s . platform = :ios , '11.0'
2121 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
22+ s . resource_bundles = { 'device_info_plus_privacy' => [ 'PrivacyInfo.xcprivacy' ] }
2223end
2324
You can’t perform that action at this time.
0 commit comments