tiefen_space_app/app.json

84 lines
2.5 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"expo": {
"name": "铁粉空间",
"slug": "ironfans",
"version": "1.5.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#07050A"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/3d853b59-c9c3-493b-aa60-769d96a7d719"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.lanxing.ironfans",
"infoPlist": {
"NSPhotoLibraryUsageDescription": "当您授权允许访问相册后您能够在APP中浏览相册中的图片以便您选择合适的图片进行上传用于头像或其他位置",
"NSPhotoLibraryAddUsageDescription": "当您授权允许保存图片到相册后您能够将APP内容保存到本地以便您稍后在相册中继续查看"
}
},
"android": {
"package": "com.jueweijue.ironfans",
"permissions": [
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO",
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.ACCESS_MEDIA_LOCATION",
"android.permission.REQUEST_INSTALL_PACKAGES"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"plugins": [
[
"expo-camera",
{
"cameraPermission": "允许铁粉空间使用您的相机,以便拍摄或录制您需要的内容"
}
],
[
"expo-media-library",
{
"photosPermission": "当您授权允许访问相册后您能够在APP中浏览相册中的图片以便您选择合适的图片进行上传用于头像或其他位置",
"savePhotosPermission": "当您授权允许保存图片到相册后您能够将APP内容保存到本地以便您稍后在相册中继续查看",
"isAccessMediaLocationEnabled": true
}
],
[
"@sentry/react-native/expo",
{
"organization": "chengdu-xinyidaole-technology",
"project": "tiefen_space_app"
}
],
[
"expo-build-properties",
{
"android": {
"useLegacyPackaging": true
}
}
]
],
"extra": {
"eas": {
"projectId": "4481ba3b-592f-4804-bb97-cf5e36aa135e"
}
},
"owner": "lanxingwangluo"
}
}