feat: Remove unused code

This commit is contained in:
Boyko Mihail 2021-04-28 16:47:27 +03:00
parent 40b3f52113
commit 6dd1593e01
1 changed files with 0 additions and 18 deletions

View File

@ -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 = ""
}