File tree 3 files changed +5
-3
lines changed 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 320
320
buildSettings = {
321
321
CODE_SIGN_STYLE = Manual;
322
322
COMBINE_HIDPI_IMAGES = YES;
323
- CURRENT_PROJECT_VERSION = 1.1 ;
323
+ CURRENT_PROJECT_VERSION = 1.2 ;
324
324
DEPLOYMENT_LOCATION = YES;
325
325
DEVELOPMENT_TEAM = "";
326
326
DSTROOT = "$(HOME)";
339
339
buildSettings = {
340
340
CODE_SIGN_STYLE = Manual;
341
341
COMBINE_HIDPI_IMAGES = YES;
342
- CURRENT_PROJECT_VERSION = 1.1 ;
342
+ CURRENT_PROJECT_VERSION = 1.2 ;
343
343
DEPLOYMENT_LOCATION = YES;
344
344
DEVELOPMENT_TEAM = "";
345
345
DSTROOT = "$(HOME)";
Original file line number Diff line number Diff line change 11
11
12
12
static NSString *ATUChromeBundleIdentifier = @" com.google.Chrome" ;
13
13
static NSString *ATUBraveBundleIdentifier = @" com.brave.Browser" ;
14
+ static NSString *ATUEdgeBundleIdentifier = @" com.microsoft.edgemac" ;
14
15
15
16
@implementation ATUChromeExtractor
16
17
17
18
- (NSArray <NSString *> *)supportedBundleIdentifiers {
18
- return @[ATUChromeBundleIdentifier, ATUBraveBundleIdentifier];
19
+ return @[ATUChromeBundleIdentifier, ATUBraveBundleIdentifier, ATUEdgeBundleIdentifier ];
19
20
}
20
21
21
22
- (nonnull NSString *)URLForRunningApplication : (nonnull NSRunningApplication *)runningApplication {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ A plugin to extract the URL from the browser to enhance Autotype matching in [Ma
6
6
7
7
* Chrome
8
8
* Brave
9
+ * Edge
9
10
* Safari
10
11
11
12
## Installation
You can’t perform that action at this time.
0 commit comments