aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/app.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-11 16:25:37 +0000
committerMohamedBassem <me@mbassem.com>2024-03-11 16:25:37 +0000
commit94d87971e6f83fb46b6db3f30a0ca135d87ba2e2 (patch)
tree5c032bb922e891d7f83515f91254457fec73fafb /packages/mobile/app.json
parente1c511c7c27034f94b8598b44467782af346b9c1 (diff)
downloadkarakeep-94d87971e6f83fb46b6db3f30a0ca135d87ba2e2.tar.zst
mobile: First production build configs
Diffstat (limited to 'packages/mobile/app.json')
-rw-r--r--packages/mobile/app.json26
1 files changed, 20 insertions, 6 deletions
diff --git a/packages/mobile/app.json b/packages/mobile/app.json
index 581f0851..a6785eea 100644
--- a/packages/mobile/app.json
+++ b/packages/mobile/app.json
@@ -1,6 +1,6 @@
{
"expo": {
- "name": "Hoarder",
+ "name": "Hoarder App",
"slug": "hoarder",
"scheme": "hoarder",
"version": "1.0.0",
@@ -17,7 +17,10 @@
],
"ios": {
"supportsTablet": true,
- "bundleIdentifier": "app.hoarder.hoardermobile"
+ "bundleIdentifier": "app.hoarder.hoardermobile",
+ "config": {
+ "usesNonExemptEncryption": false
+ }
},
"android": {
"adaptiveIcon": {
@@ -28,15 +31,26 @@
},
"plugins": [
"expo-router",
- ["expo-share-intent", {
- "iosActivationRules": {
+ [
+ "expo-share-intent",
+ {
+ "iosActivationRules": {
"NSExtensionActivationSupportsWebURLWithMaxCount": 1,
"NSExtensionActivationSupportsWebPageWithMaxCount": 0,
"NSExtensionActivationSupportsImageWithMaxCount": 0,
"NSExtensionActivationSupportsMovieWithMaxCount": 0
}
- }],
+ }
+ ],
"expo-secure-store"
- ]
+ ],
+ "extra": {
+ "router": {
+ "origin": false
+ },
+ "eas": {
+ "projectId": "d6d14643-ad43-4cd3-902a-92c5944d5e45"
+ }
+ }
}
}