Native3D/AppScope/app.json5
2025-11-24 23:14:38 +08:00

11 lines
210 B
Plaintext

{
"app": {
"bundleName": "com.example.native3d",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:layered_image",
"label": "$string:app_name"
}
}