-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fce0f9
commit d2cfa70
Showing
2 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"name": "ever-cloc-mobile", | ||
"displayName": "Ever Cloc Mobile", | ||
"expo": { | ||
"name": "Ever Cloc Mobile", | ||
"slug": "ever-cloc-mobile", | ||
"version": "0.1.0", | ||
"orientation": "portrait", | ||
"icon": "./assets/images/ever-teams-logo.png", | ||
"splash": { | ||
"image": "./assets/images/splash-ever-teams.png", | ||
"resizeMode": "cover", | ||
"backgroundColor": "#ffffff" | ||
}, | ||
"owner": "everco", | ||
"updates": { | ||
"fallbackToCacheTimeout": 0, | ||
"url": "https://u.expo.dev/540994c7-edcb-4c17-8d00-849fa3b4759a" | ||
}, | ||
"jsEngine": "hermes", | ||
"assetBundlePatterns": ["**/*"], | ||
"plugins": [ | ||
[ | ||
"expo-media-library", | ||
{ | ||
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos.", | ||
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.", | ||
"isAccessMediaLocationEnabled": true | ||
} | ||
], | ||
"sentry-expo", | ||
[ | ||
"expo-build-properties", | ||
{ | ||
"android": { | ||
"enableProguardInReleaseBuilds": true, | ||
"extraProguardRules": "-keep public class com.horcrux.svg.** {*;}", | ||
"allowBackup": false, | ||
"minSdkVersion": 23, | ||
"targetSdkVersion": 34 | ||
} | ||
} | ||
] | ||
], | ||
"android": { | ||
"icon": "./assets/images/app-icon-android-legacy-ever-teams.png", | ||
"package": "ever.cloc", | ||
"adaptiveIcon": { | ||
"foregroundImage": "./assets/images/app-icon-android-adaptive-foreground-ever.png", | ||
"backgroundImage": "./assets/images/app-icon-android-adaptive-background.png" | ||
}, | ||
"splash": { | ||
"image": "./assets/images/splash-ever-teams.png", | ||
"resizeMode": "cover", | ||
"backgroundColor": "#ffffff" | ||
}, | ||
"permissions": [ | ||
"android.permission.READ_EXTERNAL_STORAGE", | ||
"android.permission.WRITE_EXTERNAL_STORAGE", | ||
"android.permission.ACCESS_MEDIA_LOCATION" | ||
] | ||
}, | ||
"ios": { | ||
"icon": "./assets/images/app-icon-ios-ever-teams.png", | ||
"supportsTablet": true, | ||
"bundleIdentifier": "ever.cloc", | ||
"splash": { | ||
"image": "./assets/images/splash-ever-teams.png", | ||
"tabletImage": "./assets/images/splash-logo-ever-teams-ios-tablet.png", | ||
"resizeMode": "cover", | ||
"backgroundColor": "#ffffff" | ||
}, | ||
"infoPlist": { | ||
"NSCameraUsageDescription": "This app uses the camera to scan barcodes on event tickets.", | ||
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.", | ||
"NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save photos." | ||
} | ||
}, | ||
"web": { | ||
"favicon": "./assets/images/app-icon-web-favicon.png", | ||
"splash": { | ||
"image": "./assets/images/splash-logo-web-ever-teams.png", | ||
"resizeMode": "contain", | ||
"backgroundColor": "#ffffff" | ||
} | ||
}, | ||
"extra": { | ||
"eas": { | ||
"projectId": "540994c7-edcb-4c17-8d00-849fa3b4759a" | ||
} | ||
}, | ||
"runtimeVersion": "exposdk:48.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters