75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"expo": {
|
|
"name": "铁粉空间",
|
|
"slug": "ironfans",
|
|
"version": "1.2.7",
|
|
"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.jueweijue.ironfans",
|
|
"infoPlist": {
|
|
"NSPhotoLibraryUsageDescription": "允许铁粉空间访问您的相册",
|
|
"NSPhotoLibraryAddUsageDescription": "允许铁粉空间保存图片到相册"
|
|
}
|
|
},
|
|
"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": "允许铁粉空间访问您的相册",
|
|
"savePhotosPermission": "允许铁粉空间保存图片到相册",
|
|
"isAccessMediaLocationEnabled": true
|
|
}
|
|
],
|
|
[
|
|
"@sentry/react-native/expo",
|
|
{
|
|
"organization": "chengdu-xinyidaole-technology",
|
|
"project": "tiefen_space_app"
|
|
}
|
|
]
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "630ead99-fefe-4c52-b249-8f7489b14566"
|
|
}
|
|
}
|
|
}
|
|
}
|