diff --git a/AppleParty/AppleParty/AppListView/InAppPurchseView/APInAppPurchseVC.swift b/AppleParty/AppleParty/AppListView/InAppPurchseView/APInAppPurchseVC.swift index 1b8c69b..b290d82 100644 --- a/AppleParty/AppleParty/AppListView/InAppPurchseView/APInAppPurchseVC.swift +++ b/AppleParty/AppleParty/AppListView/InAppPurchseView/APInAppPurchseVC.swift @@ -73,7 +73,7 @@ class APInAppPurchseVC: NSViewController { let currentDate = dateFormatter.string(from: Date()) let mySave = NSSavePanel() mySave.allowedFileTypes = ["csv"] - mySave.nameFieldStringValue = "内购列表" + currentDate + currentApp!.appName.replacingOccurrences(of: " ", with: "-") + mySave.nameFieldStringValue = currentApp!.appName.replacingOccurrences(of: " ", with: "-") + "内购列表" + currentDate mySave.begin { (result) -> Void in if result == .OK { let filePath = mySave.url