You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would open \(AppDescriptorType.bundleId == appDescriptor.appType ?"bundleId":"")"\(appDescriptor.name)"\(openInBackground ?"application in the background":"") URL: "\(appDescriptor.url)"
88
-
"""
89
-
}else{
90
-
description ="""
91
-
Would open \(AppDescriptorType.bundleId == appDescriptor.appType ?"bundleId":"")"\(appDescriptor.name)" URL: "\(appDescriptor.url)"
Would open \(AppDescriptorType.bundleId == appDescriptor.appType ?"bundleId":"")\(appDescriptor.name)\(openInBackground ?"application in the background":"") URL: \(appDescriptor.url)
94
+
"""
95
+
}else{
96
+
description ="""
97
+
Would open \(AppDescriptorType.bundleId == appDescriptor.appType ?"bundleId":"")\(appDescriptor.name) URL: \(appDescriptor.url)
print("Finicky was unable to find the application \""+ appDescriptor.name +"\"")
143
+
letdescription="Finicky was unable to find the application \""+ appDescriptor.name +"\"";
144
+
print(description)
145
+
logToConsole(description)
142
146
showNotification(title:"Unable to find application", informativeText:"Finicky was unable to find the application \""+ appDescriptor.name +"\"", error:true)
143
147
}
144
148
}
@@ -154,27 +158,16 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
finicky.log("finicky.onUrl is no longer supported in this version of Finicky, please go to https://github.com/johnste/finicky for updated documentation");
319
+
finicky.notify("finicky.onUrl is no longer supported", "Check the Finicky website for updated documentation");
320
+
}
321
+
322
+
finicky.setDefaultBrowser = function() {
323
+
finicky.log("finicky.setDefaultBrowser is no longer supported in this version of Finicky, please go to https://github.com/johnste/finicky for updated documentation");
324
+
finicky.notify("finicky.setDefaultBrowser is no longer supported", "Check the Finicky website for updated documentation");
0 commit comments