Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2024-04-10 09:24:52 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8dbf1c15abf8fe1aa7fbf3a327ab323e4980a1a6
8dbf1c15
1 parent
8d162c1e
add iOS Privacy Manifest
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
CHANGELOG.md
ios/Resources/PrivacyInfo.xcprivacy
ios/mobile_scanner.podspec
CHANGELOG.md
View file @
8dbf1c1
...
...
@@ -4,6 +4,7 @@
*
Flutter 3.19.0 is now required.
*
[
iOS
]
iOS 12.0 is now the minimum supported iOS version.
*
[
iOS
]
Adds a Privacy Manifest.
Bugs fixed:
*
Fixed an issue where the camera preview and barcode scanner did not work the second time on web.
...
...
ios/Resources/PrivacyInfo.xcprivacy
0 → 100644
View file @
8dbf1c1
<?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>
NSPrivacyAccessedAPITypes
</key>
<array/>
<key>
NSPrivacyCollectedDataTypes
</key>
<array/>
<key>
NSPrivacyTrackingDomains
</key>
<array/>
<key>
NSPrivacyTracking
</key>
<false/>
</dict>
</plist>
...
...
ios/mobile_scanner.podspec
View file @
8dbf1c1
...
...
@@ -21,4 +21,5 @@ An universal scanner for Flutter based on MLKit.
# Flutter.framework does not contain a i386 slice.
s
.
pod_target_xcconfig
=
{
'DEFINES_MODULE'
=>
'YES'
,
'EXCLUDED_ARCHS[sdk=iphonesimulator*]'
=>
'i386'
}
s
.
swift_version
=
'5.0'
s
.
resource_bundles
=
{
'mobile_scanner_privacy'
=>
[
'Resources/PrivacyInfo.xcprivacy'
]
}
end
...
...
Please
register
or
login
to post a comment