fix(mobile): sync app.json and eas.json to expo.dev project credentials
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "org.docuelevate.mobile",
|
"bundleIdentifier": "org.docuelevate.mobile",
|
||||||
|
"appleTeamId": "975U2ZESBM",
|
||||||
"infoPlist": {
|
"infoPlist": {
|
||||||
"NSCameraUsageDescription": "DocuElevate uses the camera to capture documents for upload.",
|
"NSCameraUsageDescription": "DocuElevate uses the camera to capture documents for upload.",
|
||||||
"NSPhotoLibraryUsageDescription": "DocuElevate accesses your photo library to select documents for upload.",
|
"NSPhotoLibraryUsageDescription": "DocuElevate accesses your photo library to select documents for upload.",
|
||||||
|
|||||||
+1
-1
@@ -33,7 +33,7 @@
|
|||||||
"ios": {
|
"ios": {
|
||||||
"appleId": "YOUR_APPLE_ID",
|
"appleId": "YOUR_APPLE_ID",
|
||||||
"ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID",
|
"ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID",
|
||||||
"appleTeamId": "YOUR_APPLE_TEAM_ID"
|
"appleTeamId": "975U2ZESBM"
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"serviceAccountKeyPath": "./google-play-service-account.json",
|
"serviceAccountKeyPath": "./google-play-service-account.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user