Skip to content

Commit

Permalink
chore: update app.json (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Nov 13, 2024
1 parent c016efe commit 9467743
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"expo": {
"name": "mobile-app-template",
"slug": "mobile-app-template",
"owner": "mobileapptemplate",
"name": "Our City Forest",
"slug": "our-city-forest",
"owner": "calblueprint",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/bp-icon.png",
Expand All @@ -13,9 +13,15 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"bundleIdentifier": "org.calblueprint.ourcityforest",
"supportsTablet": true,
"infoPlist": {
"NSCameraUsageDescription": "This app requires access to the camera to scan QR codes for tree information."
}
},
"android": {
"package": "org.calblueprint.ourcityforest",
"permissions": ["CAMERA"],
"adaptiveIcon": {
"foregroundImage": "./assets/bp-adaptive-icon.png",
"backgroundColor": "#ffffff"
Expand Down

0 comments on commit 9467743

Please sign in to comment.