This script detects apps with not yet updated versions of Electron.
Repo: https://github.com/tkafka/detect-electron-apps-on-mac
See:
This script detects apps with not yet updated versions of Electron.
Repo: https://github.com/tkafka/detect-electron-apps-on-mac
See:
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git$ nano ~/.zshrcpath=('/path/to/depot_tools' $path)| #define kBrowserPref @"browserPref" | |
| - (IBAction)openInBrowserButtonPressed:(id)sender { | |
| NSString *myURL = nil; // put however you get the URL here | |
| // can we open in Chrome? | |
| if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"googlechrome:"]]) { | |
| // let's check the preference |