Skip to content

Commit

Permalink
Merge pull request #849 from Plant-for-the-Planet-org/hotfix/refresh-…
Browse files Browse the repository at this point in the history
…token-issue

Hotfix/refresh token issue
  • Loading branch information
norbertschuler authored Oct 23, 2024
2 parents b765278 + e2359b6 commit 2f83af5
Show file tree
Hide file tree
Showing 43 changed files with 4,790 additions and 28,611 deletions.
11 changes: 6 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "TreeMapper",
"slug": "treemapper",
"version": "2.0.0",
"version": "2.0.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -19,7 +19,7 @@
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow Tracer to use your location."
"locationAlwaysAndWhenInUsePermission": "We need access to location to be able to register trees on planted location."
}
],
[
Expand All @@ -31,7 +31,7 @@
[
"expo-camera",
{
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera"
"cameraPermission": "To take pictures of the trees you have planted, please allow access to your camera."
}
],
[
Expand All @@ -58,9 +58,10 @@
"aps-environment": "development"
},
"infoPlist": {
"NSLocationAlwaysAndWhenInUseUsageDescription": "Allows App to use location services in the foreground and background.",
"NSFaceIDUsageDescription": "Allows App to use Face ID for a simpler sign in.",
"NSLocationWhenInUseUsageDescription": "Allows App to use Face ID for a simpler sign in."
"NSLocationWhenInUseUsageDescription": "We need access to precise location to be able to register trees.",
"ITSAppUsesNonExemptEncryption": false,
"LSMinimumSystemVersion": "12.0"
}
},
"android": {
Expand Down
3 changes: 3 additions & 0 deletions assets/images/base64/sampleTree.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 2f83af5

Please sign in to comment.