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

View File

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