mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-02 22:42:14 +08:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"infoPlist": {
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-secure-store"
|
|
],
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "acaedd05-5a2a-4843-a648-e025c08ce7b3"
|
|
}
|
|
}
|
|
}
|
|
}
|