| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "expo": {
- "name": "叮咚外卖骑手端",
- "slug": "DingdongRider",
- "version": "1.0.0",
- "orientation": "portrait",
- "icon": "./assets/images/icon.png",
- "scheme": "myapp",
- "userInterfaceStyle": "automatic",
- "splash": {
- "image": "./assets/images/splash.png",
- "resizeMode": "contain",
- "backgroundColor": "#FFC21C"
- },
- "updates": {
- "fallbackToCacheTimeout": 0
- },
- "assetBundlePatterns": [
- "**/*"
- ],
- "ios": {
- "supportsTablet": true,
- "bundleIdentifier": "com.izouma.dingdongRider",
- "buildNumber": "1.0.0",
- "infoPlist": {
- "UIBackgroundModes": [
- "audio",
- "location",
- "fetch"
- ]
- }
- },
- "android": {
- "package": "com.izouma.dingdongRider",
- "versionCode": 1,
- "permissions": [
- "ACCESS_COARSE_LOCATION",
- "ACCESS_FINE_LOCATION",
- "CAMERA",
- "READ_EXTERNAL_STORAGE",
- "WRITE_EXTERNAL_STORAGE"
- ],
- "useNextNotificationsApi": true
- },
- "web": {
- "favicon": "./assets/images/favicon.png"
- },
- "description": "叮咚外卖骑手端"
- }
- }
|