mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -95,12 +95,12 @@ final class PinCodePreferences: NSObject {
|
||||
|
||||
/// Setting to force protection by pin code
|
||||
var forcePinProtection: Bool {
|
||||
return BwiBuildSettings.forcedPinProtection
|
||||
return BWIBuildSettings.shared.forcePinProtection
|
||||
}
|
||||
|
||||
/// Not allowed pin codes. User won't be able to select one of the pin in the list.
|
||||
var notAllowedPINs: [String] {
|
||||
return BuildSettings.notAllowedPINs
|
||||
return BWIBuildSettings.shared.notAllowedPINs
|
||||
}
|
||||
|
||||
/// Maximum number of allowed pin failures when unlocking, before force logging out the user
|
||||
@@ -136,7 +136,7 @@ final class PinCodePreferences: NSObject {
|
||||
|
||||
/// Max allowed time to continue using the app without prompting PIN
|
||||
var graceTimeInSeconds: TimeInterval {
|
||||
return BuildSettings.pinCodeGraceTimeInSeconds
|
||||
return BWIBuildSettings.shared.pinCodeGraceTimeInSeconds
|
||||
}
|
||||
|
||||
/// Number of digits for the PIN
|
||||
|
||||
Reference in New Issue
Block a user