Skip to content

Commit

Permalink
iOS - Added Privacy Manifest
Browse files Browse the repository at this point in the history
Added a privacy manifest in prep. for May 1st's deadline for 3rd Party Libraries
  • Loading branch information
martin-headspace authored and sidlatau committed Apr 5, 2024
1 parent 77541b9 commit c561113
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ios/Resources/PrivacyInfo.xcprivacy
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>
1 change: 1 addition & 0 deletions ios/flutter_email_sender.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Allows send emails from flutter using native platform functionality.

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

0 comments on commit c561113

Please sign in to comment.