From a5828ec5868261a6a71ec78f7030e7548ab5f4d0 Mon Sep 17 00:00:00 2001 From: NimBold Date: Wed, 10 Jun 2026 12:28:07 +0330 Subject: [PATCH] chore: remove temporary test file --- test.swift | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test.swift diff --git a/test.swift b/test.swift deleted file mode 100644 index dbea284..0000000 --- a/test.swift +++ /dev/null @@ -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)") -}