Skip to content

Commit dcd8576

Browse files
committed
Make sure the dialog comes up the second time. 🎉
1 parent 1b901a2 commit dcd8576

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FixCode/FixCode.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ - (void)dealloc
6363

6464
- (void)doItRight {
6565
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/fastlane/fastlane/blob/master/docs/CodeSigning.md"]];
66+
67+
[self.currentCodeSigningWindowController.window close];
6668
[self.currentCodeSigningWindowController close];
6769
}
6870

0 commit comments

Comments
 (0)