From 2003a26c23269fc7ed26f3c31ddd708be28a4eb2 Mon Sep 17 00:00:00 2001 From: byGalax Date: Wed, 13 May 2026 23:33:24 +0200 Subject: [PATCH] chore(mobile): rebrand app.json to Netralax + cloud.netralax.app bundle ids --- apps/mobile/app.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/mobile/app.json b/apps/mobile/app.json index fd365e5..e7d66cb 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -1,11 +1,11 @@ { "expo": { - "name": "ChatApp", - "slug": "chat-app", + "name": "Netralax", + "slug": "netralax", "version": "0.1.0", "orientation": "portrait", "icon": "./assets/icon.png", - "scheme": "chatapp", + "scheme": "netralax", "userInterfaceStyle": "automatic", "newArchEnabled": true, "splash": { @@ -16,13 +16,13 @@ "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, - "bundleIdentifier": "com.meinname.chatapp", + "bundleIdentifier": "cloud.netralax.app", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } }, "android": { - "package": "com.meinname.chatapp", + "package": "cloud.netralax.app", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#0b0b0f"