We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b901a2 commit dcd8576Copy full SHA for dcd8576
1 file changed
FixCode/FixCode.m
@@ -63,6 +63,8 @@ - (void)dealloc
63
64
- (void)doItRight {
65
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/fastlane/fastlane/blob/master/docs/CodeSigning.md"]];
66
+
67
+ [self.currentCodeSigningWindowController.window close];
68
[self.currentCodeSigningWindowController close];
69
}
70
0 commit comments