123456789101112131415161718 |
- /*
- InfoPlist.strings
- mcare
-
- Created by kangsh on 2018. 12. 05..
- Copyright © 2016년 Databank Systems. All rights reserved.
- */
- "CFBundleName" = "모바일 EMR";
- "CFBundleDisplayName" = "모바일 EMR";
- "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";
|