Compare commits
No commits in common. "a9488b98bccbbd91a62e739073fc468863a5a256" and "5dd60027a08f0223d17bfc024079acf914ef541a" have entirely different histories.
a9488b98bc
...
5dd60027a0
22
app.json
22
app.json
@ -18,11 +18,9 @@
|
|||||||
"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": "46",
|
"buildNumber": "43",
|
||||||
"supportsTablet": false,
|
"supportsTablet": false,
|
||||||
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
||||||
"config": {
|
"config": {
|
||||||
@ -33,8 +31,7 @@
|
|||||||
"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": [
|
||||||
@ -44,12 +41,10 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"package": "jrshikokuinfo.xprocess.hrkn",
|
"package": "jrshikokuinfo.xprocess.hrkn",
|
||||||
"versionCode": 27,
|
"versionCode": 24,
|
||||||
"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": {
|
||||||
@ -69,6 +64,13 @@
|
|||||||
"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-03-06";
|
export const news = "2025-01-09";
|
||||||
|
Loading…
Reference in New Issue
Block a user