From 94d87971e6f83fb46b6db3f30a0ca135d87ba2e2 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 16:25:37 +0000 Subject: mobile: First production build configs --- packages/mobile/app.json | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'packages/mobile/app.json') 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" + } + } } } -- cgit v1.2.3-70-g09d2