-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/creepymonster/GlucoseDirect
# Conflicts: # Widgets/ka.lproj/InfoPlist.strings
- Loading branch information
Showing
10 changed files
with
694 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Bundle display name */ | ||
"CFBundleDisplayName" = "Glucose Direct"; | ||
|
||
/* Bundle name */ | ||
"CFBundleName" = "Glucose Direct"; | ||
|
||
/* Privacy - NFC Scan Usage Description */ | ||
"NFCReaderUsageDescription" = "Pro načtení nastavení všech připojení před spojením Bluetooth je nutná funkce NFC."; | ||
|
||
/* Privacy - Bluetooth Always Usage Description */ | ||
"NSBluetoothAlwaysUsageDescription" = "Pro připojení k podporovaným zařízením je nutná funkce Bluetooth."; | ||
|
||
/* Privacy - Bluetooth Peripheral Usage Description */ | ||
"NSBluetoothPeripheralUsageDescription" = "Pro připojení k podporovaným zařízením je nutná funkce Bluetooth."; | ||
|
||
/* Privacy - Calendars Usage Description */ | ||
"NSCalendarsUsageDescription" = "Pro zobrazení aktuálních hodnot glukózy na hodinkách Apple Watch je nutný přístup ke kalendáři."; | ||
|
||
/* Privacy - Health Share Usage Description */ | ||
"NSHealthShareUsageDescription" = "Aby bylo možné hodnoty glykémie vyexportovat, je nutný přístup ke službě Apple Zdraví."; | ||
|
||
/* Privacy - Health Update Usage Description */ | ||
"NSHealthUpdateUsageDescription" = "Aby bylo možné hodnoty glykémie vyexportovat, je nutný přístup ke službě Apple Zdraví."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.