mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-31 13:08:17 +00:00
chore: remove temporary test file
This commit is contained in:
@@ -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)")
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user