Additional Expo deployment fixes.

This commit is contained in:
Patrick Fic
2023-08-04 11:00:15 -07:00
parent 3671a7f45d
commit 31735b947a
2 changed files with 20 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
{
"expo": {
"name": "Rome Mobile",
"slug": "romemobile",
"slug": "rome-mobile",
"version": "1.5.0",
"extra": {
"expover": "1",
"expover": "2",
"eas": {
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
}
@@ -14,7 +14,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.rome.mobile",
"buildNumber": "1",
"buildNumber": "2",
"googleServicesFile": "./GoogleService-Info.plist",
"infoPlist": {
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.",
@@ -39,9 +39,12 @@
"icon": "./assets/RomeIcon.png"
},
"updates": {
"fallbackToCacheTimeout": 0
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"web": {
"favicon": "./assets/RomeIcon.png",
"config": {
@@ -73,6 +76,9 @@
],
"expo-localization"
],
"owner": "romeonline"
"owner": "romeonline",
"runtimeVersion": {
"policy": "sdkVersion"
}
}
}

View File

@@ -5,15 +5,20 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"channel": "development"
},
"test": {
"releaseChannel": "test",
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}
},
"production": {
"releaseChannel": "production",
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}
}
},
"submit": {