Skip to content

Commit 6fdcdb8

Browse files
BWA
1 parent f589de2 commit 6fdcdb8

File tree

16 files changed

+19
-261
lines changed

16 files changed

+19
-261
lines changed

AuthenticatorShared/Core/Platform/Models/Enum/AppTheme.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import BitwardenKit
12
import BitwardenResources
23
import UIKit
34

@@ -23,10 +24,10 @@ public enum AppTheme: String, Menuable {
2324
// MARK: Properties
2425

2526
/// Specify the text for the default option.
26-
static var defaultValueLocalizedName: String { Localizations.defaultSystem }
27+
public static var defaultValueLocalizedName: String { Localizations.defaultSystem }
2728

2829
/// The name of the type to display in the dropdown menu.
29-
var localizedName: String {
30+
public var localizedName: String {
3031
switch self {
3132
case .dark:
3233
Localizations.dark

AuthenticatorShared/Core/Platform/Models/Enum/ClearClipboardValue.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import BitwardenKit
12
import BitwardenResources
23
import Foundation
34

AuthenticatorShared/Core/Platform/Models/Enum/DefaultSaveOption.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import BitwardenKit
12
import BitwardenResources
23
import Foundation
34

AuthenticatorShared/Core/Platform/Models/Enum/SessionTimeoutValue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extension SessionTimeoutValue: @retroactive CaseIterable, Menuable {
2121
]
2222

2323
/// The localized string representation of a `SessionTimeoutValue`.
24-
var localizedName: String {
24+
public var localizedName: String {
2525
switch self {
2626
case .immediately:
2727
Localizations.immediately

AuthenticatorShared/Core/Vault/Models/Enum/ExportFormatType.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import BitwardenKit
2+
13
// MARK: - ExportFormatType
24

35
/// An enum describing the format of the items export.

AuthenticatorShared/Core/Vault/Models/Enum/ImportFormatType.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import BitwardenKit
2+
13
// MARK: - ImportFormatType
24

35
/// An enum describing the format of the imported items file by provider.

AuthenticatorShared/Core/Vault/Services/TOTP/TOTPCryptoHashAlgorithm.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import BitwardenKit
2+
13
/// Defines the hash algorithms supported for TOTP.
24
///
35
enum TOTPCryptoHashAlgorithm: String, Menuable, CaseIterable {

AuthenticatorShared/UI/Platform/Application/Views/BitwardenMenuField.swift

Lines changed: 0 additions & 200 deletions
This file was deleted.

AuthenticatorShared/UI/Platform/Application/Views/BitwardenMenuFieldTests.swift

Lines changed: 0 additions & 57 deletions
This file was deleted.

AuthenticatorShared/UI/Platform/Application/Views/FormFields/FormMenuFieldView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import BitwardenKit
12
import SwiftUI
23

34
// MARK: - FormMenuField

0 commit comments

Comments
 (0)