|
@@ -115,7 +115,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|
|
|
|
|
#if VERSION_DMG
|
|
|
// 执行相应的操作
|
|
|
- if url.scheme == "pdfmaster_DMG" {
|
|
|
+ if url.scheme == "subscriptiondmgschemes" {
|
|
|
KMPurchaseManager.manager.restorePurchases()
|
|
|
if url.path == "/open" {
|
|
|
// 执行打开操作
|
|
@@ -127,7 +127,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|
|
|
|
|
#if VERSION_FREE
|
|
|
// 执行相应的操作
|
|
|
- if url.scheme == "pdfmaster" {
|
|
|
+ if url.scheme == "subscriptionSchemes" {
|
|
|
KMPurchaseManager.manager.restorePurchases()
|
|
|
if url.path == "/open" {
|
|
|
// 执行打开操作
|