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
2023-10-22 17:26:22 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6846c4dcfedbfbce4ec7376ca4e9556a45b9ad96
6846c4dc
1 parent
a31522b6
remove duplicate keys from Info.plist
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
example/ios/Runner/Info.plist
example/ios/Runner/Info.plist
View file @
6846c4d
...
...
@@ -27,9 +27,9 @@
<key>
LSRequiresIPhoneOS
</key>
<true/>
<key>
NSCameraUsageDescription
</key>
<string>
We use the camera to scan bar
codes
</string>
<string>
This app needs camera access to scan QR
codes
</string>
<key>
NSPhotoLibraryUsageDescription
</key>
<string>
We need access in order to open photos of barcodes
</string>
<string>
This app needs photos access to get QR code from photo library
</string>
<key>
UIApplicationSupportsIndirectInputEvents
</key>
<true/>
<key>
UILaunchStoryboardName
</key>
...
...
@@ -51,10 +51,5 @@
</array>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<false/>
<key>
NSCameraUsageDescription
</key>
<string>
This app needs camera access to scan QR codes
</string>
<key>
NSPhotoLibraryUsageDescription
</key>
<string>
This app needs photos access to get QR code from photo library
</string>
</dict>
</plist>
...
...
Please
register
or
login
to post a comment