]> git.r.bdr.sh - rbdr/junction/blobdiff - safari/Junction/ViewController.swift
Address issues with App Store Review
[rbdr/junction] / safari / Junction / ViewController.swift
index 91f45960ea0167bb663b198e5860de3d0588b158..91786953d642ea0bdaddd635a93594fce6261d67 100644 (file)
@@ -1,10 +1,3 @@
-//
-//  ViewController.swift
-//  Junction
-//
-//  Created by Ruben Beltran del Rio on 9/13/23.
-//
-
 import Cocoa
 import SafariServices
 import WebKit
 import Cocoa
 import SafariServices
 import WebKit
@@ -49,7 +42,7 @@ class ViewController: NSViewController, WKNavigationDelegate, WKScriptMessageHan
 
         SFSafariApplication.showPreferencesForExtension(withIdentifier: extensionBundleIdentifier) { error in
             DispatchQueue.main.async {
 
         SFSafariApplication.showPreferencesForExtension(withIdentifier: extensionBundleIdentifier) { error in
             DispatchQueue.main.async {
-                NSApplication.shared.terminate(nil)
+                // NSApplication.shared.terminate(nil)
             }
         }
     }
             }
         }
     }