Compare commits
10 Commits
5dd60027a0
...
a9488b98bc
Author | SHA1 | Date | |
---|---|---|---|
|
a9488b98bc | ||
|
26cf84705a | ||
|
55f4a79eef | ||
|
046a8dbfb2 | ||
|
fa882223d4 | ||
|
bb7b474006 | ||
|
ede2884c4a | ||
|
098cae5053 | ||
|
7cddc657fd | ||
|
adee63b549 |
22
app.json
22
app.json
@ -18,9 +18,11 @@
|
|||||||
"fallbackToCacheTimeout": 0,
|
"fallbackToCacheTimeout": 0,
|
||||||
"url": "https://u.expo.dev/398abf60-57a7-11e9-970c-8f04356d08bf"
|
"url": "https://u.expo.dev/398abf60-57a7-11e9-970c-8f04356d08bf"
|
||||||
},
|
},
|
||||||
"assetBundlePatterns": ["**/*"],
|
"assetBundlePatterns": [
|
||||||
|
"**/*"
|
||||||
|
],
|
||||||
"ios": {
|
"ios": {
|
||||||
"buildNumber": "43",
|
"buildNumber": "46",
|
||||||
"supportsTablet": false,
|
"supportsTablet": false,
|
||||||
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
||||||
"config": {
|
"config": {
|
||||||
@ -31,7 +33,8 @@
|
|||||||
"com.apple.developer.nfc.readersession.felica.systemcodes": [
|
"com.apple.developer.nfc.readersession.felica.systemcodes": [
|
||||||
"0003",
|
"0003",
|
||||||
"FE00"
|
"FE00"
|
||||||
]
|
],
|
||||||
|
"ITSAppUsesNonExemptEncryption": false
|
||||||
},
|
},
|
||||||
"entitlements": {
|
"entitlements": {
|
||||||
"com.apple.developer.nfc.readersession.formats": [
|
"com.apple.developer.nfc.readersession.formats": [
|
||||||
@ -41,10 +44,12 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"package": "jrshikokuinfo.xprocess.hrkn",
|
"package": "jrshikokuinfo.xprocess.hrkn",
|
||||||
"versionCode": 24,
|
"versionCode": 27,
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"ACCESS_FINE_LOCATION",
|
"ACCESS_FINE_LOCATION",
|
||||||
"NFC"
|
"NFC",
|
||||||
|
"android.permission.ACCESS_COARSE_LOCATION",
|
||||||
|
"android.permission.ACCESS_FINE_LOCATION"
|
||||||
],
|
],
|
||||||
"googleServicesFile": "./google-services.json",
|
"googleServicesFile": "./google-services.json",
|
||||||
"config": {
|
"config": {
|
||||||
@ -64,13 +69,6 @@
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
"expo-font",
|
"expo-font",
|
||||||
"expo-localization",
|
"expo-localization",
|
||||||
[
|
|
||||||
"expo-video",
|
|
||||||
{
|
|
||||||
"supportsBackgroundPlayback": true,
|
|
||||||
"supportsPictureInPicture": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"expo-screen-orientation",
|
"expo-screen-orientation",
|
||||||
{
|
{
|
||||||
|
@ -1 +1 @@
|
|||||||
export const news = "2025-01-09";
|
export const news = "2025-03-06";
|
||||||
|
Loading…
Reference in New Issue
Block a user