From b3f081b300125cfe43af38001fee392083a4b880 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 13:50:56 +0000 Subject: mobile: Give an app a proper name and an icon --- packages/mobile/app.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'packages/mobile/app.json') diff --git a/packages/mobile/app.json b/packages/mobile/app.json index cfc42f72..581f0851 100644 --- a/packages/mobile/app.json +++ b/packages/mobile/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "hoarder-mobile", - "slug": "hoarder-mobile", + "name": "Hoarder", + "slug": "hoarder", "scheme": "hoarder", "version": "1.0.0", "orientation": "portrait", @@ -17,26 +17,23 @@ ], "ios": { "supportsTablet": true, - "bundleIdentifier": "com.anonymous.hoardermobile" + "bundleIdentifier": "app.hoarder.hoardermobile" }, "android": { "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", + "foregroundImage": "./assets/icon.png", "backgroundColor": "#ffffff" }, - "package": "com.anonymous.hoardermobile" - }, - "web": { - "favicon": "./assets/favicon.png" + "package": "app.hoarder.hoardermobile" }, "plugins": [ "expo-router", ["expo-share-intent", { "iosActivationRules": { "NSExtensionActivationSupportsWebURLWithMaxCount": 1, - "NSExtensionActivationSupportsWebPageWithMaxCount": 1, - "NSExtensionActivationSupportsImageWithMaxCount": 1, - "NSExtensionActivationSupportsMovieWithMaxCount": 1 + "NSExtensionActivationSupportsWebPageWithMaxCount": 0, + "NSExtensionActivationSupportsImageWithMaxCount": 0, + "NSExtensionActivationSupportsMovieWithMaxCount": 0 } }], "expo-secure-store" -- cgit v1.2.3-70-g09d2