Rename project from "iso-test-app" to "mcbeno" in app.json and package.json

This commit is contained in:
2025-08-20 18:41:02 +02:00
parent c2014b2176
commit 925dc6e0c0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"expo": { "expo": {
"name": "iso-test-app", "name": "mcbeno",
"slug": "mcbeno", "slug": "mcbeno",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
@@ -10,7 +10,7 @@
"newArchEnabled": true, "newArchEnabled": true,
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "com.anonymous.iso-test-app" "bundleIdentifier": "com.devbeni.mcbeno"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {

View File

@@ -1,5 +1,5 @@
{ {
"name": "iso-test-app", "name": "mcbeno",
"main": "expo-router/entry", "main": "expo-router/entry",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {