Skip to content

Commit

Permalink
Fxi Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmao committed Oct 28, 2019
1 parent b669d9e commit e4f6b90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WeChatExtension/WeChatExtension.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 2U23P5CPX2;
DEVELOPMENT_TEAM = CMN9N2C3G8;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down Expand Up @@ -1264,7 +1264,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 2U23P5CPX2;
DEVELOPMENT_TEAM = CMN9N2C3G8;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion WeChatExtension/WeChatExtension/Sources/Hook/WeChat+hook.m
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ - (void)hook_viewWillAppear {
}

- (BOOL)checkWeChatLaunched {
NSArray *ary = [[NSWorkspace sharedWorkspace] runningApplications];
NSArray *ary = [[NSWorkspace sharedWorkspace] launchedApplications];
__block BOOL isWeChatLaunched = NO;
[ary enumerateObjectsUsingBlock:^(NSDictionary * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
NSLog(@"启动微信");
Expand Down

0 comments on commit e4f6b90

Please sign in to comment.