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": { "expo": {
"name": "ChatApp", "name": "Netralax",
"slug": "chat-app", "slug": "netralax",
"version": "0.1.0", "version": "0.1.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"scheme": "chatapp", "scheme": "netralax",
"userInterfaceStyle": "automatic", "userInterfaceStyle": "automatic",
"newArchEnabled": true, "newArchEnabled": true,
"splash": { "splash": {
@@ -16,13 +16,13 @@
"assetBundlePatterns": ["**/*"], "assetBundlePatterns": ["**/*"],
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "com.meinname.chatapp", "bundleIdentifier": "cloud.netralax.app",
"infoPlist": { "infoPlist": {
"ITSAppUsesNonExemptEncryption": false "ITSAppUsesNonExemptEncryption": false
} }
}, },
"android": { "android": {
"package": "com.meinname.chatapp", "package": "cloud.netralax.app",
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0b0b0f" "backgroundColor": "#0b0b0f"