AppDelegate.swift 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668
  1. //
  2. // AppDelegate.swift
  3. // PDF Master
  4. //
  5. // Created by Niehaoyu on 2022/9/23.
  6. //
  7. import Cocoa
  8. @main
  9. class AppDelegate: NSObject, NSApplicationDelegate {
  10. func applicationWillFinishLaunching(_ notification: Notification) {
  11. #if VERSION_FREE
  12. CPDFKit.setLicenseKey("cdq2EJ0yq9HmBQy/AlHPtC/+pnZCKi9HaV8t+N2McjPDNTB0Z8xK+4hw4/xn55GNsnWlNbSB7RTkRMQ45T0IZ4Bhsb2wTjMKZgLHXOYCVs+y/A54hwA/v1fm5F6/mdCjqyFpy2uq7LVxNwsCbVVT+PuHmXDUuWqkErl02537Y3E=", secret: "mG0c3O3Mzeu5dkZJW3gpqh188cTuhYlGRPrbR/gfX4p9ms/F1zY6gZ1RBu8mNJH8VDCh7HQsi+BJS7RukFVBsD3jYTYlv7OHV9TgoY0SmO6Ptvguf6vCH30IoM4xINMau4aGVjtYuk+Uxs/kosIBwyxQV1SVCQFsC27oMGz5P/rBQYv0T/D0N0z+Um3U+I+tTRwFO+iE6+0emjaIlX2OMDXw8/CDEmc6oakb9zq80YfY7KtZ0LxrqSdyM0ZMT4i8IZqTxD9KkvMj3/O+zX155uoFv1BTjCeXlkEOSDvmglU=")
  13. CPDFConvertKit.setLicenseKey("HcZ7sehqdnIvgtFnAF85D2B6tQjbMAklBEZyrSKYYSY/bdNOfGvcNIKpDTUchwAtZLw1fkJ3uN49bgUVSz8UEHm2LpoXPcRK9b+laQ17UHE7qFx6twVZ2IIyEURhMClmFSDD5yAxxpndYl8mmwjIoWspgAdDGX8pixFDQUE3/9w=", secret: "mG0c3O3Mzeu5dkZJW3gpqh188cTuhYlGRPrbR/gfX4qccr16WMBclnQACarlyblNUvAm/S8uFbhXMvxwgBSgULSsrbuyF/SIZ3I+dl0qU8GohiEHQBcAOj1ste3ppDvnC1Ca6fL/tThqwHk5EkhX8DeDWXm8oYxIQxh+yoOd+MxU9avJIxe/9rGTVfLJgjbpoOXUTNa/8X/QbDtDTanKkAwWgQy2MrGRWbL6WItb270=")
  14. #endif
  15. #if VERSION_PRO
  16. CPDFKit.setLicenseKey("cdq2EJ0yq9HmBQy/AlHPtC/+pnZCKi9HaV8t+N2McjPDNTB0Z8xK+4hw4/xn55GNsnWlNbSB7RTkRMQ45T0IZ4Bhsb2wTjMKZgLHXOYCVs+y/A54hwA/v1fm5F6/mdCjqyFpy2uq7LVxNwsCbVVT+PuHmXDUuWqkErl02537Y3E=", secret: "mG0c3O3Mzeu5dkZJW3gpqh188cTuhYlGRPrbR/gfX4p9ms/F1zY6gZ1RBu8mNJH8VDCh7HQsi+BJS7RukFVBsD3jYTYlv7OHV9TgoY0SmO6Ptvguf6vCH30IoM4xINMau4aGVjtYuk+Uxs/kosIBwyxQV1SVCQFsC27oMGz5P/rBQYv0T/D0N0z+Um3U+I+tTRwFO+iE6+0emjaIlX2OMDXw8/CDEmc6oakb9zq80YfY7KtZ0LxrqSdyM0ZMT4i8IZqTxD9KkvMj3/O+zX155uoFv1BTjCeXlkEOSDvmglU=")
  17. CPDFConvertKit.setLicenseKey("HcZ7sehqdnIvgtFnAF85D2B6tQjbMAklBEZyrSKYYSY/bdNOfGvcNIKpDTUchwAtZLw1fkJ3uN49bgUVSz8UEHm2LpoXPcRK9b+laQ17UHE7qFx6twVZ2IIyEURhMClmFSDD5yAxxpndYl8mmwjIoWspgAdDGX8pixFDQUE3/9w=", secret: "mG0c3O3Mzeu5dkZJW3gpqh188cTuhYlGRPrbR/gfX4qccr16WMBclnQACarlyblNUvAm/S8uFbhXMvxwgBSgULSsrbuyF/SIZ3I+dl0qU8GohiEHQBcAOj1ste3ppDvnC1Ca6fL/tThqwHk5EkhX8DeDWXm8oYxIQxh+yoOd+MxU9avJIxe/9rGTVfLJgjbpoOXUTNa/8X/QbDtDTanKkAwWgQy2MrGRWbL6WItb270=")
  18. #endif
  19. #if VERSION_DMG
  20. CPDFKit.setLicenseKey("anWsjwnFLewcxYRZbdvBVgX9bZ2Ofz9Yy+tje+KJ6BktwciBCx51vZBUDXpFdUrDugu0t4yVSEh+yOhXXRPgiaeCh1dJX+IR7ztnArFoCS8HQDk3ROXjYWkFOmWioOljbNuORZ/zrsv8l0jRNMLUCPxPbga271sOcUVDeHNn/8c=", secret: "mG0c3O3Mzeu5dkZJW3gpqh188cTuhYlGRPrbR/gfX4rCrm/O2+fI9yUYXNZ/JY1KPbFCeKgG+lEVwrbGHrpAyXATqjrt8ApqRYhafFooQjwAFgayISwZT/pa4NjR459gu4aGVjtYuk+Uxs/kosIBw9vgMz/YdzEMZoMhFEbmUEc6H4o/0cJmYd/bLPc1WFIlJ3VN41JnIqAKG97dQtCXYUplTxrh5mQs6SZcN0B2PF/dEupdk9Zstt+VbVf6kPXvj9NGZMFeJwC3Ilgq78L0gg==")
  21. CPDFConvertKit.setLicenseKey("SVRr1XuTMVrF85Sp+DpK2q/NpcumFDTxBWajzl08eWpk7DomcFajxwMpgfhLCSCNn5jgMumR/diO8X+tZhrBuPs0UP2gYX1lstnpKPqRx8ZnHCTFMyS06zkIrVGTghH+DHNWyXfMFVGQtIVO/+X77wGOtmn5S4/uUHLJDSgLkmw=", secret: "mG0c3O3Mzeu5dkZJW3gpqh188cTuhYlGRPrbR/gfX4qccr16WMBclnQACarlyblNUvAm/S8uFbhXMvxwgBSgULSsrbuyF/SIZ3I+dl0qU8GohiEHQBcAOj1ste3ppDvnC1Ca6fL/tThqwHk5EkhX8DeDWXm8oYxIQxh+yoOd+MwekFC/LCdvQ96bASGL15ECoOXUTNa/8X/QbDtDTanKkAwWgQy2MrGRWbL6WItb270=")
  22. #endif
  23. // CDocumentAIKit.sharedInstance().setLicenseKey("1F8B081800599C640000616C7068610034413635373236463644363535393631364536370001F0010FFE33C3D4634F3E0B148EA10B8E59B57FA6B17EC34749CDBBD02D697F1A481C00666DCDDC517B4F576C4F8A9961080E556DF332DA7C816D3A3C212DCBE34749B6845E561A60C7E13BF8F84EC77FCF314333E1DFFC92E88A6CD97F65F6153452E9677F7A248FD45C98E87647367A29D678DA15EECB5E28854C674FE4DFE810740CB43F4DC1A7444B1EFA3C8C3E3F4D5859A9BAEDF1CF87917E86E6541B924A1AD0FBEC61BDFA0886A1E8FDFECCDE64FCCB645A89323F0177FE0B3CB7E3D72EA9A3DE1823FEB5D967F90751F46B6C97A1C250B669FD145747ADF6571859F78FDA05DA5B963B799DA5CC53ECE0FB8D53165EB3B0188FF8BB201D8AD7A34F01EC1BA855378F2CB8B9176EE463B1F2B1D8BD776113BAEF4C9A78EE7BC12EF192DABD2FBAB2E252A09B38A85BFCD76B4AFBEFF5A4E9FFE499A77B76E97B9C01CC7485688CD696FD1145D47AD969074FD300783583B70460617A0EC2D7579D0EC5AC33DB3F32E0CC920AC25B6D8F177D2F73FF26457534D6233844BEB4B223A37AA59EFB3D2469C8367C0CBF29C8A3E505AA53E62661FFC59771E77C3C274B51E2C066E87C796BA6AC2D2567D25560A7E9DFE3433FC5233A2C0CB4320D57EB8C0422B416CB5E25F94DB1CC0DCE1A39684827B61BCAE552A05607748113F3D6194A29A8C5C400A02FE3C69204D754550FA5E24BC3FF068B99DDF0010000")
  24. ComPDFUIConfig.initializeUIConfig();
  25. KMDesignToken.shared.parserExcel(withPath: "")
  26. }
  27. func applicationDidFinishLaunching(_ aNotification: Notification) {
  28. // Insert code here to initialize your application
  29. #if VERSION_DMG
  30. let updater = SUUpdater.shared()
  31. updater!.delegate = self
  32. updater!.automaticallyChecksForUpdates = true
  33. #else
  34. #endif
  35. // MARK: 广告数据初始化
  36. KMAdvertisementManager.manager.initConfig(appName: .PDFReaderProMac,
  37. subscribeType: .unknow,
  38. platform: .Mac)
  39. // 测试模式,默认false
  40. KMAdvertisementManager.manager.debug = true
  41. // 初版不支持暗黑模式
  42. NSApp.appearance = NSAppearance.current
  43. KMAnalytics.configure()
  44. //第一次开启app
  45. var info = UserDefaults.standard.value(forKey: "kFirstOpenAppCount")
  46. var count = 0
  47. if info != nil {
  48. count = info as? Int ?? 0
  49. }
  50. count += 1
  51. UserDefaults.standard.set(count, forKey: "kFirstOpenAppCount")
  52. UserDefaults.standard.synchronize()
  53. // //restore
  54. if KMInAppPurchaseManager.manager.state == .subscription {
  55. debugPrint("是订阅状态 需要restore")
  56. KMPurchaseManager.manager.restorePurchases { isSuccess, error in
  57. }
  58. }
  59. self.initMainMenu()
  60. /// pro
  61. // [DBClientsManager setupWithAppKeyDesktop:@"amipzwtlg9lrwyl"];
  62. DBClientsManager.setup(withAppKeyDesktop: "jxjlqfm1cfp2mjj")
  63. reopenDocument(forPaths: [])
  64. KMPreference.shared.initDataForAppLaunch()
  65. let appleEventManager = NSAppleEventManager.shared()
  66. appleEventManager.setEventHandler(self,
  67. andSelector: #selector(handleGetURLEvent(_:withReplyEvent:)),
  68. forEventClass: AEEventClass(kInternetEventClass),
  69. andEventID: AEEventID(kAEGetURL))
  70. DistributedNotificationCenter.default().addObserver(self, selector: #selector(_themeChanged), name: NSApplication.interfaceThemeChangedNotification, object: nil)
  71. }
  72. @objc func handleGetURLEvent(_ event: NSAppleEventDescriptor, withReplyEvent replyEvent: NSAppleEventDescriptor) {
  73. if let urlString = event.paramDescriptor(forKeyword: AEKeyword(keyDirectObject))?.stringValue,
  74. let url = URL(string: urlString) {
  75. // 在这里处理收到的 URL Scheme
  76. KMPrint("Received URL Scheme: \(url.scheme ?? "")")
  77. KMPrint("Path: \(url.path)")
  78. if NSApp.mainWindow == nil {
  79. let bundleIdentifier: String = Bundle.main.bundleIdentifier ?? ""
  80. launchApp(bundleIdentifier: bundleIdentifier)
  81. }
  82. DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.3) {
  83. #if VERSION_DMG
  84. // 执行相应的操作
  85. if url.scheme == "subscriptiondmgschemes" {
  86. if urlString.contains("open=expired") {
  87. KMPrint("刷新用户信息")
  88. if !KMLightMemberManager.manager.isLogin() && NSApp.mainWindow != nil {
  89. KMLoginWindowController.show(window: NSApp.mainWindow!)
  90. } else {
  91. if NSApp.mainWindow != nil && KMLightMemberManager.manager.isLogin() {
  92. KMAccountInfoWindowController.show(window: NSApp.mainWindow!)
  93. }
  94. }
  95. } else if urlString.contains("open=success") {
  96. if !KMLightMemberManager.manager.isLogin() && NSApp.mainWindow != nil {
  97. KMLoginWindowController.show(window: NSApp.mainWindow!)
  98. } else {
  99. KMPurchaseManager.manager.restorePurchases { isSuccess, error in
  100. if isSuccess {
  101. } else {
  102. KMComparativeTableViewController.purchasefailed(view: NSApp.mainWindow?.contentView, state: error)
  103. }
  104. }
  105. }
  106. }
  107. }
  108. #endif
  109. #if VERSION_FREE
  110. // 执行相应的操作
  111. if url.scheme == "subscriptionSchemes" {
  112. //刷新用户信息
  113. KMRequestServerManager.manager.getUserInfo { [weak self] success, data, error, isLocal in
  114. }
  115. if url.path == "/open" {
  116. // 执行打开操作
  117. } else if url.path == "/close" {
  118. // 执行关闭操作
  119. }
  120. }
  121. #endif
  122. }
  123. }
  124. }
  125. func launchApp(bundleIdentifier: String) {
  126. let workspace = NSWorkspace.shared
  127. // Launch the application with the specified bundle identifier
  128. if let appURL = NSWorkspace.shared.urlForApplication(withBundleIdentifier: bundleIdentifier) {
  129. do {
  130. try workspace.launchApplication(at: appURL, options: .default, configuration: [:])
  131. } catch {
  132. print("Error launching the application: \(error)")
  133. }
  134. } else {
  135. print("Application with bundle identifier '\(bundleIdentifier)' not found.")
  136. }
  137. }
  138. func application(_ application: NSApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
  139. }
  140. func application(_ application: NSApplication, didReceiveRemoteNotification userInfo: [String : Any]) {
  141. }
  142. func applicationShouldHandleReopen(_ sender: NSApplication, hasVisibleWindows flag: Bool) -> Bool {
  143. if !flag {
  144. let browser: KMBrowser = KMBrowser.init()
  145. browser.windowController = KMBrowserWindowController.init(browser: browser)
  146. browser.addHomeTabContents()
  147. browser.windowController.showWindow(self)
  148. }
  149. return flag
  150. }
  151. func applicationShouldOpenUntitledFile(_ sender: NSApplication) -> Bool {
  152. if (KMPreferenceManager.shared.openLastUnclosedDocumentWhenAppStart == false) {
  153. return false
  154. }
  155. let filepaths = KMPreferenceManager.shared.lastOpenFilepaths
  156. if (filepaths == nil || filepaths!.count == 0) {
  157. return false
  158. }
  159. DispatchQueue.main.async {
  160. for filepath in filepaths! {
  161. NSDocumentController.shared.km_safe_openDocument(withContentsOf: URL(fileURLWithPath: filepath), display: true) { _, _, _ in
  162. }
  163. }
  164. }
  165. return false
  166. }
  167. func applicationWillTerminate(_ aNotification: Notification) {
  168. if (NSApp.orderedDocuments.count > 0) {
  169. var filepaths: [String] = []
  170. for document in NSApp.orderedDocuments {
  171. // KMPrint(document.fileURL as Any)
  172. if (document.fileURL?.path != nil) {
  173. filepaths.append((document.fileURL?.path)!)
  174. }
  175. }
  176. KMPreferenceManager.shared.lastOpenFilepaths = filepaths
  177. } else {
  178. KMPreferenceManager.shared.lastOpenFilepaths = nil
  179. }
  180. }
  181. func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
  182. return true
  183. }
  184. // MARK: private
  185. func reopenDocument(forPaths paths: [String]) -> Void {
  186. let browser = KMBrowser.init() as KMBrowser
  187. browser.windowController = KMBrowserWindowController.init(browser: browser)
  188. browser.addHomeTabContents()
  189. browser.windowController.showWindow(self)
  190. }
  191. @objc private func _themeChanged(_ sender: Notification) {
  192. if let data = NSApp.appearance?.name, data == .darkAqua {
  193. NSApp.appearance = .init(named: .aqua)
  194. } else {
  195. NSApp.appearance = .init(named: .darkAqua)
  196. }
  197. NotificationCenter.default.post(name: Notification.Name(rawValue: "kEffectiveAppearance"), object: nil)
  198. }
  199. // MARK: Menu
  200. func initMainMenu() {
  201. // 处理菜单栏多语
  202. let mainMenu = NSApp.mainMenu
  203. if (mainMenu == nil) {
  204. return
  205. }
  206. for menu in mainMenu!.items {
  207. let subMenu = menu.submenu
  208. for item in subMenu!.items {
  209. item.title = NSLocalizedString(item.title, comment: "")
  210. let itemSubMenu = item.submenu
  211. if (itemSubMenu == nil) {
  212. continue
  213. }
  214. for item in itemSubMenu!.items {
  215. item.title = NSLocalizedString(item.title, comment: "")
  216. }
  217. }
  218. }
  219. let PDFOfficeMenu = mainMenu?.item(at: 0)?.submenu
  220. #if VERSION_DMG
  221. PDFOfficeMenu?.insertItem(withTitle: NSLocalizedString("Check for Updates", comment: ""), action: #selector(checkForUpdates), target: self, at: 1)
  222. let accountRefreshItem = PDFOfficeMenu?.insertItem(withTitle: NSLocalizedString("Account Refresh", comment: ""), action: #selector(accountRefreshAction), target: self, at: 8)
  223. accountRefreshItem?.tag = kKMMainMenuAccountRefreshItemTag
  224. #endif
  225. #if VERSION_FREE
  226. _ = PDFOfficeMenu?.insertItem(withTitle: NSLocalizedString("Restore Previous Purchase ", comment: ""), action: #selector(restoreSubscriptions), target: self, at: 1)
  227. #endif
  228. if let items = PDFOfficeMenu?.items {
  229. for menu in items {
  230. let ranges = menu.title.ranges(of: "PDF Master")
  231. if let _range = ranges.range.first {
  232. menu.title.replaceSubrange(_range, with: KMTools.getAppName())
  233. }
  234. }
  235. }
  236. let fileMenu = mainMenu?.item(at: 1)?.submenu
  237. var shareItem: NSMenuItem?
  238. if let item = fileMenu?.item(withTitle: NSLocalizedString("Save Archive…", comment: "")) {
  239. shareItem = NSMenuItem(title: NSLocalizedString("Share", comment: ""), action: nil, target: nil)
  240. fileMenu?.insertItem(shareItem!, at: item.index)
  241. fileMenu?.insertItem(.separator(), at: item.index)
  242. } else {
  243. shareItem = NSMenuItem(title: NSLocalizedString("Share", comment: ""), action: nil, target: nil)
  244. fileMenu?.insertItem(shareItem!, at: (fileMenu?.items.count)!-1)
  245. }
  246. shareItem?.submenu = NSSharingServicePicker.menu(forSharingItems: [""], subjectContext: "", withTarget: self, selector: #selector(sharePageItemAction), serviceDelegate: nil)
  247. let deviceCameraMenuItem = NSMenuItem(title: NSLocalizedString("Import From Camera", comment: ""), action: #selector(deviceCameraMenuItemAciton), target: self)
  248. let deviceScannerMenuItem = NSMenuItem(title: NSLocalizedString("Import From Scanner", comment: ""), action: #selector(deviceScannerMenuItemAciton), target: self)
  249. fileMenu?.insertItem(deviceCameraMenuItem, at: (fileMenu?.items.count)!-1)
  250. fileMenu?.insertItem(deviceScannerMenuItem, at: (fileMenu?.items.count)!-1)
  251. fileMenu?.insertItem(.separator(), at: (fileMenu?.items.count)!-1)
  252. let viewMenu = mainMenu?.item(at: 3)?.submenu
  253. var zoomMenu: NSMenu?
  254. for item in viewMenu!.items {
  255. if (item.title == NSLocalizedString("Zoom", comment: "")) {
  256. zoomMenu = item.submenu
  257. break
  258. }
  259. }
  260. if (zoomMenu != nil) {
  261. for item in zoomMenu!.items {
  262. if (item.title == NSLocalizedString("Zoom In", comment: "")) {
  263. item.keyEquivalent = "+"
  264. item.keyEquivalentModifierMask = [.command]
  265. break
  266. }
  267. }
  268. }
  269. }
  270. @objc func sharePageItemAction(sender: NSMenuItem) {
  271. if ((NSApp.mainWindow?.windowController is KMBrowserWindowController) == false) {
  272. return
  273. }
  274. let windowControler = NSApp.mainWindow?.windowController as! KMBrowserWindowController
  275. let model: CTTabStripModel = windowControler.browser.tabStripModel
  276. if (model.count() <= 0) {
  277. return
  278. }
  279. if (model.activeTabContents().isHome) {
  280. return
  281. }
  282. let document: KMMainDocument = model.activeTabContents() as! KMMainDocument
  283. if let data = document.mainViewController?.saveWatermarkFlag, !data {
  284. let represent : NSSharingService = sender.representedObject as! NSSharingService
  285. represent.perform(withItems: [document.fileURL as Any])
  286. return
  287. }
  288. // 有使用付费功能
  289. Task { @MainActor in
  290. if await (KMLightMemberManager.manager.canPayFunction() == false) {
  291. let _ = KMSubscribeWaterMarkWindowController.show(window: NSApp.mainWindow!, isContinue: true) { isSubscribeSuccess, isWaterMarkExport, isClose in
  292. if (isClose) {
  293. return
  294. }
  295. if (isSubscribeSuccess) {
  296. let represent : NSSharingService = sender.representedObject as! NSSharingService
  297. represent.perform(withItems: [document.fileURL as Any])
  298. return
  299. }
  300. if (isWaterMarkExport) {
  301. let doucumentURL = document.fileURL
  302. let docDir = NSTemporaryDirectory()
  303. let documentName : String = doucumentURL!.path.lastPathComponent
  304. let path = docDir.stringByAppendingPathComponent(documentName)
  305. let data = KMTools.saveWatermarkDocument(document: document.mainViewController!.document!, to: URL(fileURLWithPath: path), secureOptions: document.mainViewController!.secureOptions, removePWD: document.mainViewController!.removeSecureFlag)
  306. let writeSuccess = data != nil
  307. if writeSuccess == false {
  308. __NSBeep()
  309. return;
  310. }
  311. let represent : NSSharingService = sender.representedObject as! NSSharingService
  312. represent.perform(withItems: [data as Any])
  313. return
  314. }
  315. }
  316. return
  317. }
  318. let represent : NSSharingService = sender.representedObject as! NSSharingService
  319. represent.perform(withItems: [document.fileURL as Any])
  320. }
  321. }
  322. @objc func deviceCameraMenuItemAciton(sender: NSMenuItem) {
  323. KMPrint("deviceCameraMenuItemAciton")
  324. }
  325. @objc func deviceScannerMenuItemAciton(sender: NSMenuItem) {
  326. KMPrint("deviceScannerMenuItemAciton")
  327. }
  328. // MARK: PDF Master Menu
  329. @IBAction func openPreferenceWindow(_ sender: Any) {
  330. // KMPreferenceWindowController.shared.showWindow(nil)
  331. KMPreferenceController.shared.showWindow(self)
  332. }
  333. @objc @IBAction func manageAcctounMenuAction(_ sender: Any) {
  334. if KMLightMemberManager.manager.isLogin() {
  335. KMAccountInfoWindowController.show(window: NSApp.mainWindow!)
  336. }
  337. }
  338. @IBAction func loginMenuItemAction(_ sender: Any) {
  339. // Login & Logout
  340. if KMLightMemberManager.manager.isLogin() {
  341. } else {
  342. KMLoginWindowController.show(window: NSApp.mainWindow!)
  343. }
  344. }
  345. @IBAction func logoutMenuItemAction(_ sender: Any) {
  346. // Login & Logout
  347. if KMLightMemberManager.manager.isLogin() {
  348. KMRequestServerManager.manager.logout { success, result in
  349. if success {
  350. KMPrint("登出成功")
  351. }
  352. }
  353. }
  354. }
  355. @IBAction func restoreMenuItemAction(_ sender: Any) {
  356. KMPurchaseManager.manager.restorePurchases { isSuccess, error in
  357. if isSuccess {
  358. } else {
  359. if error != .restoreSuccess {
  360. KMComparativeTableViewController.purchasefailed(view: NSApp.mainWindow?.contentView, state: error)
  361. }
  362. }
  363. }
  364. }
  365. @objc func accountRefreshAction() {
  366. KMLightMemberManager.manager.updateNetworkingUserInfo { isDidLogout in
  367. }
  368. }
  369. @objc func showAccount() {
  370. }
  371. @objc func resumePurchase() {
  372. }
  373. // MARK: help Menu
  374. @IBAction func menuItemAction_quickStudy(_ sender: NSMenuItem) -> Void {
  375. KMTools.openQuickStartStudy()
  376. }
  377. @IBAction func menuItemAction_onlineHelp(_ sender: NSMenuItem) -> Void {
  378. KMTools.openFAQWebsite()
  379. }
  380. @IBAction func menuItemAction_morePudact(_ sender: NSMenuItem) -> Void {
  381. KMTools.openMoreProductWebsite()
  382. }
  383. @IBAction func menuItemAction_freePDFTemplate(_ sender: NSMenuItem) -> Void {
  384. KMTools.openFreePDFTemplatesWebsite()
  385. }
  386. @IBAction func menuItemAction_payEmail(_ sender: NSMenuItem) -> Void {
  387. KMEmailSubWindowController().showWindow(nil)
  388. }
  389. @IBAction func menuItemAction_poweredByComPDFKit(_ sender: NSMenuItem) -> Void {
  390. KMTools.openComPDFKitPowerWebsite()
  391. }
  392. @IBAction func menuItemAction_feekback(_ sender: NSMenuItem) -> Void {
  393. KMTools.feekback()
  394. }
  395. @IBAction func menuItemAction_giveFiveStar(_ sender: NSMenuItem) -> Void {
  396. KMPrint("menuItemAction_giveFiveStar ...")
  397. }
  398. @objc func restoreSubscriptions(_ sender: NSMenuItem) {
  399. #if VERSION_FREE
  400. KMPrint("restoreSubscriptions ...")
  401. #endif
  402. }
  403. // MARK:- DMG
  404. @objc func checkForUpdates(_ sender: NSMenuItem) {
  405. #if VERSION_DMG
  406. SUUpdater.shared().checkForUpdates(sender)
  407. #endif
  408. }
  409. @IBAction func volumeDiscount(_ sender: NSMenuItem) {
  410. let tStrHttpUrl = "https://www.pdfreaderpro.com/vpp-purchase-program"
  411. guard let url = URL(string: tStrHttpUrl) else {
  412. return
  413. }
  414. let tWorkSpace = NSWorkspace.shared
  415. if tWorkSpace.open(url) == false {
  416. tWorkSpace.open(url)
  417. }
  418. }
  419. @IBAction func crossPlatformAction(_ sender: NSMenuItem) {
  420. let tStrHttpUrl = "https://www.pdfreaderpro.com/store/pdf-pro-permanent-cross-platform-package?utm_source=pdf_pro_dmgs&utm_medium=toptbr_help&utm_campaign=cross_platform"
  421. // if ([SKInspectPublicTool currentisLanguageHans]) {
  422. // tStrHttpUrl = @"https://www.pdfreaderpro.com/zh-cn/store/pdf-pro-permanent-cross-platform-package?utm_source=pdf_pro_dmg&utm_medium=toptbr_help_cn&utm_campaign=cross_platform";
  423. // }
  424. guard let url = URL(string: tStrHttpUrl) else {
  425. return
  426. }
  427. let tWorkSpace = NSWorkspace.shared
  428. if tWorkSpace.open(url) == false {
  429. tWorkSpace.open(url)
  430. }
  431. // #if VERSION_DMG
  432. // [[FMTrackEventManager manager] trackEvent:@"Menubar" withProperties:@{@"Menubar_Btn":@"Menubar_Btn_Help_CrossPlatform"}];
  433. // #endif
  434. }
  435. @IBAction func EducationDiscountAction(_ sender: NSMenuItem) {
  436. let tStrHttpUrl = KMLocalizedString("https://www.pdfreaderpro.com/store?mode=edu#utm_source=mac_app&utm_medium=pdf_pro_dmg&utm_content=menu_bar_click", nil)
  437. guard let url = URL(string: tStrHttpUrl) else {
  438. return
  439. }
  440. let tWorkSpace = NSWorkspace.shared
  441. if tWorkSpace.open(url) == false {
  442. tWorkSpace.open(url)
  443. }
  444. // #if VERSION_DMG
  445. // [[FMTrackEventManager manager] trackEvent:@"Menubar" withProperties:@{@"Menubar_Btn":@"Menubar_Btn_Help_EduDiscount"}];
  446. // #endif
  447. }
  448. @IBAction func orderFrontLineInspector(_ sender: Any?) {
  449. if let win = KMLineInspector.shared.window {
  450. if win.isVisible {
  451. win.orderOut(sender)
  452. } else {
  453. win.orderFront(sender)
  454. }
  455. }
  456. }
  457. @IBAction func showDownloads(_ sender: NSMenuItem) -> Void {
  458. KMPrint("showDownloads ...")
  459. }
  460. @IBAction func showWelcomeWindow(_ sender: NSMenuItem) -> Void {
  461. KMPrint("showWelcomeWindow ...")
  462. }
  463. @IBAction func newsletter(_ sender: NSMenuItem) -> Void {
  464. KMPrint("newsletter ...")
  465. }
  466. @IBAction func feedback(_ sender: NSMenuItem) -> Void {
  467. KMPrint("feedback ...")
  468. }
  469. @IBAction func reportBug(_ sender: NSMenuItem) -> Void {
  470. KMPrint("reportBug ...")
  471. }
  472. @IBAction func reportGeneralQuestions(_ sender: NSMenuItem) -> Void {
  473. KMPrint("reportGeneralQuestions ...")
  474. }
  475. }
  476. extension AppDelegate : NSMenuDelegate,NSMenuItemValidation {
  477. func validateMenuItem(_ menuItem: NSMenuItem) -> Bool {
  478. let action = menuItem.action
  479. if action == #selector(manageAcctounMenuAction) {
  480. self.updateLoginMenuItem()
  481. return KMLightMemberManager.manager.isLogin()
  482. }
  483. if action == #selector(loginMenuItemAction) {
  484. self.updateLoginMenuItem()
  485. return !KMLightMemberManager.manager.isLogin()
  486. }
  487. if action == #selector(logoutMenuItemAction) {
  488. self.updateLoginMenuItem()
  489. return KMLightMemberManager.manager.isLogin()
  490. }
  491. if (action == #selector(sharePageItemAction)) {
  492. guard let _windowC = NSApp.mainWindow?.windowController as? KMBrowserWindowController else {
  493. return false
  494. }
  495. return !_windowC.browser.activeTabContents().isHome
  496. }
  497. return true
  498. }
  499. func updateLoginMenuItem() {
  500. let firstItem = NSApp.mainMenu?.item(at: 0)?.submenu
  501. if firstItem != nil {
  502. let item1 = firstItem?.item(withTag: 11)
  503. let item2 = firstItem?.item(withTag: 12)
  504. let item3 = firstItem?.item(withTag: 13)
  505. let item4 = firstItem?.item(withTag: 14)
  506. // let item5 = firstItem?.item(withTag: 15)
  507. let item6 = firstItem?.item(withTag: kKMMainMenuAccountRefreshItemTag)
  508. // if KMLightMemberManager.manager.isLogin() {
  509. // item1?.title = KMLightMemberManager.manager.info.email
  510. // item1?.isHidden = false
  511. // item2?.isHidden = true
  512. // item3?.isHidden = false
  513. // item4?.isHidden = false
  514. //// item5?.isHidden = false
  515. // item6?.isHidden = false
  516. // } else {
  517. // item1?.isHidden = true
  518. // item2?.isHidden = false
  519. // item3?.isHidden = true
  520. // item4?.isHidden = true
  521. //// item5?.isHidden = true
  522. // item6?.isHidden = true
  523. // }
  524. item1?.isHidden = true
  525. item2?.isHidden = true
  526. item3?.isHidden = true
  527. item4?.isHidden = true
  528. // item5?.isHidden = true
  529. item6?.isHidden = true
  530. }
  531. }
  532. @objc func clickOutline(menuItem: NSMenuItem) {
  533. KMPrint("更新菜单栏")
  534. }
  535. func menu(_ menu: NSMenu, update item: NSMenuItem, at index: Int, shouldCancel: Bool) -> Bool {
  536. return true
  537. }
  538. }
  539. #if VERSION_DMG
  540. extension AppDelegate : SUUpdaterDelegate {
  541. func updaterWillRelaunchApplication(_ updater: SUUpdater) {
  542. }
  543. func feedURLString(for updater: SUUpdater) -> String? {
  544. #if DEBUG
  545. return "http://test-pdf-pro.kdan.cn:3021/downloads/pdfmasterprocast.xml"
  546. #else
  547. return "https://www.pdfreaderpro.com/downloads/pdfmasterprocast.xml"
  548. #endif
  549. }
  550. func updaterShouldPromptForPermissionToCheck(forUpdates updater: SUUpdater) -> Bool {
  551. return false
  552. }
  553. func upgradeAPP(with updater: SUUpdater) {
  554. let string = "macappstore://apps.apple.com/cn/app/pdf-master-ai-pdf/id6446781258?mt=12"
  555. let url: URL = URL(string: string)!
  556. NSWorkspace.shared.open(url)
  557. }
  558. func upgradeButtonString(for updater: SUUpdater) -> String {
  559. return NSLocalizedString("PDF Master", comment: "")
  560. }
  561. }
  562. #endif