Additional changes from merge.
This commit is contained in:
12
app.json
12
app.json
@@ -2,9 +2,9 @@
|
|||||||
"expo": {
|
"expo": {
|
||||||
"name": "Rome Mobile",
|
"name": "Rome Mobile",
|
||||||
"slug": "rome-mobile",
|
"slug": "rome-mobile",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"extra": {
|
"extra": {
|
||||||
"expover": "4",
|
"expover": "5",
|
||||||
"eas": {
|
"eas": {
|
||||||
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
|
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
|
||||||
}
|
}
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "com.rome.mobile",
|
"bundleIdentifier": "com.rome.mobile",
|
||||||
"buildNumber": "4",
|
"buildNumber": "5",
|
||||||
"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.",
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"package": "com.rome.mobile",
|
"package": "com.rome.mobile",
|
||||||
"versionCode": 4,
|
"versionCode": 5,
|
||||||
"googleServicesFile": "./google-services.json",
|
"googleServicesFile": "./google-services.json",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"android.permission.READ_EXTERNAL_STORAGE",
|
"android.permission.READ_EXTERNAL_STORAGE",
|
||||||
@@ -44,7 +44,6 @@
|
|||||||
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
|
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
|
||||||
},
|
},
|
||||||
"assetBundlePatterns": ["**/*"],
|
"assetBundlePatterns": ["**/*"],
|
||||||
"assetBundlePatterns": ["**/*"],
|
|
||||||
"web": {
|
"web": {
|
||||||
"favicon": "./assets/RomeIcon.png",
|
"favicon": "./assets/RomeIcon.png",
|
||||||
"config": {
|
"config": {
|
||||||
@@ -79,9 +78,8 @@
|
|||||||
],
|
],
|
||||||
"expo-localization"
|
"expo-localization"
|
||||||
],
|
],
|
||||||
"owner": "romeonline",
|
|
||||||
"runtimeVersion": {
|
"runtimeVersion": {
|
||||||
"policy": "sdkVersion"
|
"policy": "appVersion"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
8
eas.json
8
eas.json
@@ -9,14 +9,10 @@
|
|||||||
"distribution": "internal"
|
"distribution": "internal"
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"releaseChannel": "test",
|
"channel": "test"
|
||||||
"channel": "test",
|
|
||||||
"env": { "API_URL": "https://api.test.romeonline.io" }
|
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
"channel": "production",
|
"channel": "production"
|
||||||
"releaseChannel": "production",
|
|
||||||
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"submit": {
|
"submit": {
|
||||||
|
|||||||
Reference in New Issue
Block a user