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 ++++++++++++++++++++------ packages/mobile/eas.json | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+), 6 deletions(-) create mode 100644 packages/mobile/eas.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" + } + } } } diff --git a/packages/mobile/eas.json b/packages/mobile/eas.json new file mode 100644 index 00000000..0897755d --- /dev/null +++ b/packages/mobile/eas.json @@ -0,0 +1,19 @@ +{ + "cli": { + "version": ">= 7.5.0", + "promptToConfigurePushNotifications": false + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +} -- cgit v1.2.3-70-g09d2