Skip to content

Commit

Permalink
fix: privacy manifest (#489)
Browse files Browse the repository at this point in the history
* fix: privacy manifest

* fix: apple
  • Loading branch information
SputNikPlop committed Apr 14, 2024
1 parent a85cb95 commit decd0b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ios/Resources/PrivacyInfo.xcprivacy
@@ -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>
2 changes: 1 addition & 1 deletion ios/fluttertoast.podspec
Expand Up @@ -17,5 +17,5 @@ Toast Library for FLutter
s.dependency 'Flutter'
s.dependency 'Toast'
s.pod_target_xcconfig = {'VALID_ARCHS' => 'x86_64 armv7 arm64', 'DEFINES_MODULE' => 'YES'}
s.resource_bundles = {'fluttertoast_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
end

0 comments on commit decd0b5

Please sign in to comment.