Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
[CCE-1003] - Privacy Manifest
Browse files Browse the repository at this point in the history
- While we make a decision on what to do with this and other plugins, here it is
  • Loading branch information
martin-headspace committed Apr 4, 2024
1 parent aa8d42a commit b294f7c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ A new Flutter plugin.
s.dependency 'Flutter'

s.ios.deployment_target = '8.0'
s.resource_bundles = {'flutter_appavailability' => ['Resources/PrivacyInfo.xcprivacy']}
end

0 comments on commit b294f7c

Please sign in to comment.