memowake-front/app.json
jinyaqiu 828e84710f
All checks were successful
Dev Deploy / Explore-Gitea-Actions (push) Successful in 24s
feat: 个人中心
2025-07-14 10:42:59 +08:00

88 lines
2.4 KiB
JSON

{
"expo": {
"name": "memowake",
"slug": "memowake",
"version": "1.0.0",
"orientation": "portrait",
"icon": "",
"scheme": "memowake",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"infoPlist": {
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.",
"NSLocationWhenInUseUsageDescription": "Allow $(PRODUCT_NAME) to access your location to get photo location data.",
"ITSAppUsesNonExemptEncryption": false
},
"bundleIdentifier": "com.memowake.app"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "",
"backgroundColor": "#ffffff"
},
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE",
"ACCESS_MEDIA_LOCATION",
"android.permission.RECORD_AUDIO",
"android.permission.MODIFY_AUDIO_SETTINGS",
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.ACCESS_MEDIA_LOCATION"
],
"edgeToEdgeEnabled": true,
"package": "com.memowake.app"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": ""
},
"plugins": [
"expo-router",
"expo-secure-store",
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "允许 $(PRODUCT_NAME) 访问您的位置",
"locationAlwaysPermission": "允许 $(PRODUCT_NAME) 访问您的位置",
"locationWhenInUsePermission": "允许 $(PRODUCT_NAME) 访问您的位置"
}
],
[
"expo-notifications",
{
"color": "#ffffff",
"defaultChannel": "default",
"enableBackgroundRemoteNotifications": false
}
],
[
"expo-audio",
{
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone."
}
],
[
"expo-media-library",
{
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos.",
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
"isAccessMediaLocationEnabled": true
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "04721dd4-6b15-495a-b9ec-98187c613172"
}
}
}
}