Merge pull request #229 from idpass/fix/mosip-119-ios-faceid

fix: missing Face ID usage description
This commit is contained in:
Paolo Miguel de Leon
2022-09-22 17:27:20 +08:00
committed by GitHub
5 changed files with 7 additions and 5 deletions

View File

@@ -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;

View File

@@ -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>

View File

@@ -42,7 +42,7 @@
}
},
"BiometricScreen": {
"unlock": "Unlock with fingerprint"
"unlock": "Unlock with biometrics"
},
"HistoryTab": {
"noHistory": "No history available yet",

View File

@@ -37,7 +37,7 @@
}
},
"BiometricScreen": {
"unlock": "I-unlock gamit ang fingerprint"
"unlock": "I-unlock gamit ang biometrics"
},
"HistoryTab": {
"noHistory": "Wala pang kasaysayan",

View File

@@ -1,3 +1,3 @@
{
"unlock": "Unlock with fingerprint"
"unlock": "Unlock with biometrics"
}