Replace some project setup with Rome specific setup.

This commit is contained in:
Patrick Fic
2023-03-15 12:21:29 -07:00
parent acd339b4fd
commit 0f2473115b
4 changed files with 35 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
{
"expo": {
"name": "ImEX Mobile",
"slug": "imexmobile",
"version": "1.4.1",
"name": "Rome Mobile",
"slug": "romemobile",
"version": "1.5.0",
"extra": {
"expover": "1",
"eas": {
@@ -13,7 +13,7 @@
"icon": "./assets/logo192noa.png",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.imex.imexmobile",
"bundleIdentifier": "com.rome.mobile",
"buildNumber": "1",
"googleServicesFile": "./GoogleService-Info.plist",
"infoPlist": {
@@ -22,8 +22,8 @@
}
},
"android": {
"package": "com.imex.imexmobile",
"versionCode": 1100025,
"package": "com.rome.mobile",
"versionCode": 1,
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",