1234567891011121314151617181920 |
- /*
- InfoPlist.strings
- mcare
-
- Created by kangsh on 2018. 12. 05..
- Copyright © 2016년 Databank Systems. All rights reserved.
- */
- "CFBundleName" = "모바일 EMR DEV";
- "CFBundleDisplayName" = "모바일 EMR DEV";
- "NSBluetoothPeripheralUsageDescription" = "A hospital navigation function is provided using Beacon technologies (based on Bluetooth).";
- "NSBluetoothAlwaysUsageDescription" = "A hospital navigation function is provided using Beacon technologies (based on Bluetooth).";
- "NSCalendarsUsageDescription" = "The calendar is accessed to share hospital appointment dates.";
- "NSLocationAlwaysUsageDescription" = "Use your location information to confirm your arrival and can issue a number ticket. Its purpose what can quickly treatment without waiting.";
- "NSLocationWhenInUseUsageDescription" = "Use your location information to confirm your arrival and can issue a number ticket. Its purpose what can quickly treatment without waiting.";
- "NSMicrophoneUsageDescription" = "Use your voice to FIDO login";
- "NSCameraUsageDescription" = "Use your faceId to FIDO login";
- "NSFaceIDUsageDescription" = "Use your faceId to FIDO login";
- "NSPhotoLibraryAddUsageDescription" = "You need to access your photo library to save the image.";
|