aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mobile')
-rw-r--r--packages/mobile/app.json26
-rw-r--r--packages/mobile/eas.json19
2 files changed, 39 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"
+ }
+ }
}
}
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": {}
+ }
+}