chore: remove temporary test file

This commit is contained in:
NimBold
2026-06-10 12:28:07 +03:30
parent efb4446739
commit a5828ec586
-7
View File
@@ -1,7 +0,0 @@
import Foundation
print(Bundle.main.infoDictionary ?? "No Info.plist")
let execPath = Bundle.main.executablePath
print("Exec path: \(execPath ?? "nil")")
if let path = execPath, let attr = try? FileManager.default.attributesOfItem(atPath: path), let modDate = attr[.modificationDate] as? Date {
print("Mod date: \(modDate)")
}