6.0 update init

This commit is contained in:
harukin-expo-dev-env
2025-01-22 11:34:05 +00:00
parent a5efb13506
commit 294b95967f
65 changed files with 2633 additions and 5070 deletions

View File

@@ -2,9 +2,16 @@
"expo": {
"name": "JR四国運行状況",
"slug": "jrshikoku",
"privacy": "public",
"platforms": ["ios", "android"],
"plugins": [
"expo-localization",
[
"expo-video",
{
"supportsBackgroundPlayback": true,
"supportsPictureInPicture": true
}
],
[
"react-native-android-widget",
{
@@ -34,14 +41,39 @@
{
"locationWhenInUsePermission": "この位置情報は、リンク画面で現在地側近の駅情報を取得するのに使用されます。"
}
],
[
"expo-alternate-app-icons",
[
{
"name": "EF65",
"ios": {
"light":"./assets/icons/ef65_rp0.png",
"dark":"./assets/icons/ef65_rp0.png",
"tinted":"./assets/icons/ef65_rp0.png"
},
"android": {
"foregroundImage": "./assets/icons/ef65_rp0.png",
"backgroundColor": "#001413"
}
},
{
"name": "8000NN",
"ios": "./assets/icons/s8000nn.png",
"android": {
"foregroundImage": "./assets/icons/s8000nn.png",
"backgroundColor": "#001413"
}
}
]
]
],
"version": "5.0",
"version": "6.0",
"orientation": "default",
"icon": "./assets/icon.png",
"icon": "./assets/icons/s8000nn.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"resizeMode": "vertical",
"backgroundColor": "#00b8ff"
},
"updates": {
@@ -64,13 +96,18 @@
]
},
"entitlements": {
"com.apple.developer.nfc.readersession.formats": ["TAG"]
"com.apple.developer.nfc.readersession.formats": [
"TAG"
]
}
},
"android": {
"package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 22,
"permissions": ["ACCESS_FINE_LOCATION", "NFC"],
"permissions": [
"ACCESS_FINE_LOCATION",
"NFC"
],
"googleServicesFile": "./google-services.json",
"config": {
"googleMaps": {