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 18:00:21 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
73208816bf233608e69b69ed3839f40dcd19647a
73208816
1 parent
b5162e9d
sort Info.plist properties according to XCode preference
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
example/ios/Runner/Info.plist
example/ios/Runner/Info.plist
View file @
7320881
...
...
@@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CADisableMinimumFrameDurationOnPhone
</key>
<true/>
<key>
CFBundleDevelopmentRegion
</key>
<string>
$(DEVELOPMENT_LANGUAGE)
</string>
<key>
CFBundleDisplayName
</key>
...
...
@@ -30,8 +28,6 @@
<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>
<key>
UIApplicationSupportsIndirectInputEvents
</key>
<true/>
<key>
UILaunchStoryboardName
</key>
<string>
LaunchScreen
</string>
<key>
UIMainStoryboardFile
</key>
...
...
@@ -51,5 +47,9 @@
</array>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<false/>
<key>
CADisableMinimumFrameDurationOnPhone
</key>
<true/>
<key>
UIApplicationSupportsIndirectInputEvents
</key>
<true/>
</dict>
</plist>
...
...
Please
register
or
login
to post a comment