86 lines
2.6 KiB
JSON
86 lines
2.6 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Out Live",
|
|
"slug": "digital-pilates",
|
|
"version": "1.1.4",
|
|
"orientation": "portrait",
|
|
"scheme": "digitalpilates",
|
|
"userInterfaceStyle": "light",
|
|
"icon": "./assets/logo.png",
|
|
"newArchEnabled": true,
|
|
"jsEngine": "jsc",
|
|
"ios": {
|
|
"supportsTablet": false,
|
|
"deploymentTarget": "16.0",
|
|
"bundleIdentifier": "com.anonymous.digitalpilates",
|
|
"infoPlist": {
|
|
"ITSAppUsesNonExemptEncryption": false,
|
|
"NSCameraUsageDescription": "应用需要使用相机以拍摄您的体态照片用于AI测评。",
|
|
"NSPhotoLibraryUsageDescription": "应用需要访问相册以选择您的体态照片用于AI测评。",
|
|
"NSPhotoLibraryAddUsageDescription": "应用需要写入相册以保存拍摄的体态照片(可选)。",
|
|
"NSMicrophoneUsageDescription": "应用需要使用麦克风进行语音识别,将您的语音转换为文字记录饮食信息。",
|
|
"NSSpeechRecognitionUsageDescription": "应用需要使用语音识别功能来转换您的语音为文字,帮助您快速记录饮食信息。",
|
|
"NSUserNotificationsUsageDescription": "应用需要发送通知以提醒您喝水和站立活动。",
|
|
"BGTaskSchedulerPermittedIdentifiers": [
|
|
"com.expo.modules.backgroundtask.processing",
|
|
"com.anonymous.digitalpilates.task",
|
|
"com.anonymous.digitalpilates.processing"
|
|
],
|
|
"UIBackgroundModes": [
|
|
"processing",
|
|
"fetch",
|
|
"remote-notification"
|
|
]
|
|
},
|
|
"appleTeamId": "756WVXJ6MT"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-updates",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/logo.png",
|
|
"imageWidth": 40,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
],
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"icon": "./assets/logo.png",
|
|
"color": "#ffffff"
|
|
}
|
|
],
|
|
[
|
|
"expo-quick-actions",
|
|
{
|
|
"androidIcons": {
|
|
"drink_water": "./assets/images/icons/IconGlass.png"
|
|
},
|
|
"iosIcons": {
|
|
"drink_water": "./assets/images/icons/IconGlass.png"
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"expo-background-task"
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"runtimeVersion": {
|
|
"policy": "appVersion"
|
|
},
|
|
"android": {
|
|
"package": "com.anonymous.digitalpilates"
|
|
},
|
|
"updates": {
|
|
"enabled": true,
|
|
"checkAutomatically": "ON_LOAD",
|
|
"url": "https://pilate.richarjiang.com/api/expo-updates/manifest"
|
|
}
|
|
}
|
|
} |