Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fluttertoast
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
fluttertoast
Commits
decd0b52
Unverified
Commit
decd0b52
authored
Apr 13, 2024
by
SputNikPlop
Committed by
GitHub
Apr 14, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: privacy manifest (#489)
* fix: privacy manifest * fix: apple
parent
a85cb951
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
ios/Resources/PrivacyInfo.xcprivacy
+14
-0
ios/fluttertoast.podspec
+1
-1
No files found.
ios/Resources/PrivacyInfo.xcprivacy
0 → 100644
View file @
decd0b52
<?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>
ios/fluttertoast.podspec
View file @
decd0b52
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment