Files
ppc_amnet/amnet-native/app.json
T
2024-08-13 15:58:19 +01:00

15 lines
281 B
JSON

{
"name": "AimeNet",
"slug": "amnet-native",
"icon": "./assets/icon.png",
"ios": {
"bundleIdentifier": "moe.ppc.amnet",
"infoPlist": {
"UIUserInterfaceStyle": "Automatic",
"UIViewControllerBasedStatusBarAppearance": "NO"
}
},
"plugins": [
]
}