59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Casdoor",
|
|
"slug": "casdoor-app",
|
|
"version": "1.11.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"sdkVersion": "51.0.0",
|
|
"scheme": "casdoor-app",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "org.casdoor.casdoorapp",
|
|
"buildNumber": "1.11.0"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "org.casdoor.casdoorapp",
|
|
"versionCode": 510011100
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "c02d2dfe-dd43-46ff-8a3e-e384fbc95b1d"
|
|
}
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera"
|
|
}
|
|
],
|
|
[
|
|
"expo-image-picker",
|
|
{
|
|
"photosPermission": "The app accesses your photos to add Totp account."
|
|
}
|
|
],
|
|
"expo-asset",
|
|
"expo-font"
|
|
],
|
|
"owner": "casdoor"
|
|
}
|
|
}
|