fix(mobile): use org.docuelevate.mobile as app identifier
Update iOS bundleIdentifier and Android package from com.christianlouis.docuelevatemobile to org.docuelevate.mobile. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
+4
-4
@@ -14,7 +14,7 @@
|
|||||||
"assetBundlePatterns": ["**/*"],
|
"assetBundlePatterns": ["**/*"],
|
||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "com.docuelevate.app",
|
"bundleIdentifier": "org.docuelevate.mobile",
|
||||||
"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.",
|
||||||
@@ -22,14 +22,14 @@
|
|||||||
"UIBackgroundModes": ["fetch", "remote-notification"],
|
"UIBackgroundModes": ["fetch", "remote-notification"],
|
||||||
"ITSAppUsesNonExemptEncryption": false
|
"ITSAppUsesNonExemptEncryption": false
|
||||||
},
|
},
|
||||||
"buildNumber": "1"
|
"buildNumber": "3"
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
"foregroundImage": "./assets/adaptive-icon.png",
|
"foregroundImage": "./assets/adaptive-icon.png",
|
||||||
"backgroundColor": "#1e40af"
|
"backgroundColor": "#1e40af"
|
||||||
},
|
},
|
||||||
"package": "com.docuelevate.app",
|
"package": "org.docuelevate.mobile",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"CAMERA",
|
"CAMERA",
|
||||||
"READ_EXTERNAL_STORAGE",
|
"READ_EXTERNAL_STORAGE",
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
"owner": "christian-krakau-louis",
|
"owner": "christian-krakau-louis",
|
||||||
"extra": {
|
"extra": {
|
||||||
"eas": {
|
"eas": {
|
||||||
"projectId": "8455f39d-ef0d-4850-98e4-f79e388642c1"
|
"projectId": "16925679-cb94-411c-83b5-a62c9addb872"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user