feat: Remove unused code
This commit is contained in:
parent
40b3f52113
commit
6dd1593e01
|
|
@ -1,18 +0,0 @@
|
|||
import Foundation
|
||||
import KeychainAccess
|
||||
|
||||
extension Bundle {
|
||||
var mirBundleId: String {
|
||||
Bundle.main.bundleIdentifier ?? .empty
|
||||
}
|
||||
}
|
||||
|
||||
extension Keychain {
|
||||
static var mirKeychain: Keychain {
|
||||
.init(service: Bundle.main.mirBundleId)
|
||||
}
|
||||
}
|
||||
|
||||
private extension String {
|
||||
static let empty = ""
|
||||
}
|
||||
Loading…
Reference in New Issue