tiefen_space_app/app.json

84 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2023-12-29 00:27:44 +08:00
{
"expo": {
"name": "铁粉空间",
"slug": "ironfans",
2024-09-09 15:31:27 +08:00
"version": "1.5.0",
2023-12-29 00:27:44 +08:00
"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,
2024-07-30 20:31:04 +08:00
"bundleIdentifier": "com.lanxing.ironfans",
2023-12-29 00:27:44 +08:00
"infoPlist": {
"NSPhotoLibraryUsageDescription": "当您授权允许访问相册后您能够在APP中浏览相册中的图片以便您选择合适的图片进行上传用于头像或其他位置",
"NSPhotoLibraryAddUsageDescription": "当您授权允许保存图片到相册后您能够将APP内容保存到本地以便您稍后在相册中继续查看"
2023-12-29 00:27:44 +08:00
}
},
"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": "允许铁粉空间使用您的相机,以便拍摄或录制您需要的内容"
2023-12-29 00:27:44 +08:00
}
],
[
"expo-media-library",
{
"photosPermission": "当您授权允许访问相册后您能够在APP中浏览相册中的图片以便您选择合适的图片进行上传用于头像或其他位置",
"savePhotosPermission": "当您授权允许保存图片到相册后您能够将APP内容保存到本地以便您稍后在相册中继续查看",
2023-12-29 00:27:44 +08:00
"isAccessMediaLocationEnabled": true
}
2024-03-23 12:46:42 +08:00
],
[
"@sentry/react-native/expo",
{
"organization": "chengdu-xinyidaole-technology",
"project": "tiefen_space_app"
}
],
[
"expo-build-properties",
{
"android": {
"useLegacyPackaging": true
}
}
2023-12-29 00:27:44 +08:00
]
],
"extra": {
"eas": {
"projectId": "4481ba3b-592f-4804-bb97-cf5e36aa135e"
2023-12-29 00:27:44 +08:00
}
},
"owner": "lanxingwangluo"
2023-12-29 00:27:44 +08:00
}
}