mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 14:07:59 -05:00
Merge pull request #229 from idpass/fix/mosip-119-ios-faceid
fix: missing Face ID usage description
This commit is contained in:
@@ -345,7 +345,7 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = MOSIPResidentApp/MOSIPResidentApp.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 7.0;
|
||||
CURRENT_PROJECT_VERSION = 7.2;
|
||||
DEVELOPMENT_TEAM = 9L83VVTX8B;
|
||||
ENABLE_BITCODE = NO;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
@@ -378,7 +378,7 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = MOSIPResidentApp/MOSIPResidentApp.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 7.0;
|
||||
CURRENT_PROJECT_VERSION = 7.2;
|
||||
DEVELOPMENT_TEAM = 9L83VVTX8B;
|
||||
INFOPLIST_FILE = MOSIPResidentApp/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||
|
||||
@@ -52,6 +52,8 @@
|
||||
<string>Bluetooth is used to allow sharing VCs with another device</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Allow $(PRODUCT_NAME) to access your camera</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>Resident app can be unlocked using Face ID</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Allow $(PRODUCT_NAME) to access your microphone</string>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
}
|
||||
},
|
||||
"BiometricScreen": {
|
||||
"unlock": "Unlock with fingerprint"
|
||||
"unlock": "Unlock with biometrics"
|
||||
},
|
||||
"HistoryTab": {
|
||||
"noHistory": "No history available yet",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
}
|
||||
},
|
||||
"BiometricScreen": {
|
||||
"unlock": "I-unlock gamit ang fingerprint"
|
||||
"unlock": "I-unlock gamit ang biometrics"
|
||||
},
|
||||
"HistoryTab": {
|
||||
"noHistory": "Wala pang kasaysayan",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"unlock": "Unlock with fingerprint"
|
||||
"unlock": "Unlock with biometrics"
|
||||
}
|
||||
Reference in New Issue
Block a user