|
@@ -755,8 +755,10 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
|
|
|
- (void)verificationBuy {
|
|
|
#if VERSION_DMG
|
|
|
- NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@?utm_source=MacAppDmg&utm_campaign=StoreLink&utm_medium=PdfStore", Swift_oc_Tool.Store_Link_OC]];
|
|
|
- [[NSWorkspace sharedWorkspace] openURL:url];
|
|
|
+// NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@?utm_source=MacAppDmg&utm_campaign=StoreLink&utm_medium=PdfStore", Swift_oc_Tool.Store_Link_OC]];
|
|
|
+// [[NSWorkspace sharedWorkspace] openURL:url];
|
|
|
+ KMPurchaseCompareDMGWindowController *singleTon = [[KMPurchaseCompareDMGWindowController alloc] init];
|
|
|
+ [singleTon showWindow:nil];
|
|
|
#endif
|
|
|
|
|
|
}
|