Skip to content

Commit

Permalink
Merge (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
MertzAndreas authored Dec 16, 2024
1 parent 8597e2b commit ff80685
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
15 changes: 5 additions & 10 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,17 @@
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.girafsvenner.ugeplan"
"bundleIdentifier": "com.girafsvenner.ugeplan",
"usesBroadcastPushNotifications": false
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#ffffff"
},
"permissions": [
"android.permission.RECORD_AUDIO"
],
"permissions": ["android.permission.RECORD_AUDIO"],
"package": "com.girafsvenner.ugeplan"
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"plugins": [
"expo-router",
[
Expand All @@ -42,7 +37,7 @@
[
"expo-secure-store",
{
"faceIDPermission": "Allow $(PRODUCT_NAME) to access your Face ID biometric data."
"faceIDPermission": "Allow weekplanner to access your Face ID biometric data."
}
]
],
Expand Down
Binary file removed assets/adaptive-icon.png
Binary file not shown.
Binary file removed assets/favicon.png
Binary file not shown.
2 changes: 2 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"production": {
"autoIncrement": true,
"distribution": "store",
"environment": "production",
"credentialsSource": "remote",
"env": {
"EXPO_PUBLIC_API_URL": "https://weekpl.giraf.cs.aau.dk",
"EXPO_PUBLIC_API_PORT": "443"
Expand Down

0 comments on commit ff80685

Please sign in to comment.