diff --git a/CommonKit/Sources/CommonKit/AdamantSecret.swift b/CommonKit/Sources/CommonKit/AdamantSecret.swift deleted file mode 100644 index ef810ecb2..000000000 --- a/CommonKit/Sources/CommonKit/AdamantSecret.swift +++ /dev/null @@ -1,17 +0,0 @@ -// -// File.swift -// CommonKit -// -// Created by Leonid Vilner on 08.01.2025. -// - -import Foundation - -enum AdamantSecret { - // MARK: App data - static let appIdentifierPrefix = "J2L77FMN46" - - // MARK: Keychain - static let oldKeychainPass = "tertherherh" - static let keychainValuePassword = "wergwergwerg" -}