Skip to content

Instantly share code, notes, and snippets.

View ShichenLiu's full-sized avatar

Shichen Liu ShichenLiu

View GitHub Profile
#!/usr/bin/swift
import Foundation
let path = NSString(string: "~/Library/Application Support/.ffuserdata").expandingTildeInPath
let data = NSKeyedUnarchiver.unarchiveObject(withFile: path) as! NSDictionary
let mutableData = data.mutableCopy() as! NSMutableDictionary
for (key, value) in mutableData {
if value is NSDate {