Add blocked pins build setting

This commit is contained in:
ismailgulek
2020-09-17 14:01:29 +03:00
parent 4357610b34
commit fc6e96b68a
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -168,6 +168,10 @@ final class BuildSettings: NSObject {
static let allowLocalContactsAccess: Bool = true
// MARK: - Feature Specifics
/// Blocked pin codes. User won't be able to select one of the pin in the list.
static let blockedPINs: [String] = []
// MARK: - General Settings Screen