Skip to content

Commit

Permalink
Merge pull request #33 from argyle-systems/add-camera-permission-requ…
Browse files Browse the repository at this point in the history
…est-to-demo-app

Add camera usage permission description in demo app
  • Loading branch information
viktorasl authored Apr 24, 2024
2 parents 7092bc7 + df3b7d0 commit 39eca0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 2 additions & 0 deletions example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@
<string>ymail</string>
<string>ms-outlook</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Demo app would like to access your camera to upload the docs</string>
</dict>
</plist>

0 comments on commit 39eca0e

Please sign in to comment.