[INJIMOB-1552] change qr ecc and add quiet zone (#1546)

* [INJIMOB-1552] change qr ecc and add quiet zone

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>

* [INJIMOB-1552] revert .pbxproj for distribution

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>

---------

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2024-06-29 12:25:36 +05:30
committed by GitHub
parent db9b22d689
commit 6f3d0e2fc6
2 changed files with 2 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ export const GOOGLE_DRIVE_NAME = 'Google Drive';
export const GMAIL = 'gmail';
export const APPLE = 'Apple';
export const ICLOUD_DRIVE_NAME = 'iCloud';
export const DEFAULT_ECL = 'M';
export const DEFAULT_ECL = 'L';
export const DEFAULT_QR_HEADER = 'INJIQUICKSHARE://';
export const MAX_QR_DATA_LENGTH = 4296;