From 45f3a340d6942f141ad3c06824c7130599f1856c Mon Sep 17 00:00:00 2001 From: Leonid Vilner Date: Fri, 10 Jan 2025 22:46:04 +0800 Subject: [PATCH] trello.com/c/b82n6AMp fixing files --- CommonKit/Sources/CommonKit/AdamantSecret.swift | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 CommonKit/Sources/CommonKit/AdamantSecret.swift 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" -}