FeliCa仮対応

This commit is contained in:
harukin-expo-dev-env
2024-03-08 03:07:47 +00:00
parent 5d5cf23773
commit 810ae35c7b
4 changed files with 69 additions and 3 deletions

View File

@@ -41,12 +41,22 @@
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
"config": {
"googleMapsApiKey": "AIzaSyAVGDTjBkR_0wkQiNkoo5WDLhqXCjrjk8Y"
},
"infoPlist": {
"NFCReaderUsageDescription": "To read FeliCa card",
"com.apple.developer.nfc.readersession.felica.systemcodes": [
"0003",
"FE00"
]
},
"entitlements": {
"com.apple.developer.nfc.readersession.formats": ["TAG"]
}
},
"android": {
"package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 20,
"permissions": ["ACCESS_FINE_LOCATION"],
"permissions": ["ACCESS_FINE_LOCATION", "NFC"],
"googleServicesFile": "./google-services.json",
"config": {
"googleMaps": {