chore(mobile): rebrand app.json to Netralax + cloud.netralax.app bundle ids

This commit is contained in:
byGalax
2026-05-13 23:33:24 +02:00
parent 1e0cf67335
commit 2003a26c23
+5 -5
View File
@@ -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"