Skip to content

Commit

Permalink
Modify app.json for newest build for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tsh22 committed Dec 22, 2021
1 parent e591e2a commit 29b504e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.tsh22.gozerowaste"
"bundleIdentifier": "com.tsh22.gozerowaste",
"infoPlist": {
"NSCameraUsageDescription": "This app uses the camera to scan QR codes to allow users to borrow reusables and earn rewards from bringing their own reusables."
}
},
"android": {
"adaptiveIcon": {
Expand Down

0 comments on commit 29b504e

Please sign in to comment.