chore(mobile): rebrand app.json to Netralax + cloud.netralax.app bundle ids
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user