Additional Expo deployment fixes.
This commit is contained in:
18
app.json
18
app.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
11
eas.json
11
eas.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user