Files
sub2api-mobile/app.json

50 lines
1.2 KiB
JSON
Raw Normal View History

{
"expo": {
"name": "sub2api-mobile",
"slug": "sub2api-mobile",
"owner": "ckken",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./icons/ios/AppIcon.appiconset/icon-1024.png",
"userInterfaceStyle": "light",
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/acaedd05-5a2a-4843-a648-e025c08ce7b3"
},
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"icon": "./icons/ios/AppIcon.appiconset/icon-1024.png",
"bundleIdentifier": "com.ppx.sub2apimobile"
},
"android": {
"icon": "./icons/android/playstore-icon.png",
"package": "com.ppx.sub2apimobile",
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./icons/android/playstore-icon.png"
},
"predictiveBackGestureEnabled": false
},
"web": {
"favicon": "./icons/ios/AppIcon.appiconset/icon-1024.png"
2026-03-07 18:12:39 +08:00
},
"plugins": [
"expo-router",
"expo-secure-store"
],
"extra": {
"router": {},
"eas": {
"projectId": "acaedd05-5a2a-4843-a648-e025c08ce7b3"
}
}
}
}