Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
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
permission_handler
Commits
3be556e6
Unverified
Commit
3be556e6
authored
Mar 18, 2024
by
Maurits van Beusekom
Committed by
GitHub
Mar 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds iOS privacy manifest. (#1291)
parent
842761c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
1 deletions
+20
-1
permission_handler_apple/CHANGELOG.md
+4
-0
permission_handler_apple/ios/Resources/PrivacyInfo.xcprivacy
+14
-0
permission_handler_apple/ios/permission_handler_apple.podspec
+1
-0
permission_handler_apple/pubspec.yaml
+1
-1
No files found.
permission_handler_apple/CHANGELOG.md
View file @
3be556e6
## 9.4.1
*
Adds privacy manifest.
## 9.4.0
*
Adds a new permission
`Permission.backgroundRefresh`
to check the background refresh permission status.
...
...
permission_handler_apple/ios/Resources/PrivacyInfo.xcprivacy
0 → 100644
View file @
3be556e6
<?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>
permission_handler_apple/ios/permission_handler_apple.podspec
View file @
3be556e6
...
...
@@ -18,5 +18,6 @@ Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Andro
s
.
ios
.
deployment_target
=
'8.0'
s
.
static_framework
=
true
s
.
resource_bundles
=
{
'permission_handler_apple_privacy'
=>
[
'Resources/PrivacyInfo.xcprivacy'
]}
end
permission_handler_apple/pubspec.yaml
View file @
3be556e6
...
...
@@ -2,7 +2,7 @@ name: permission_handler_apple
description
:
Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
repository
:
https://github.com/baseflow/flutter-permission-handler
issue_tracker
:
https://github.com/Baseflow/flutter-permission-handler/issues
version
:
9.4.
0
version
:
9.4.
1
environment
:
...
...
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