Skip to content

Commit 467f7ee

Browse files
author
Roustem Karimov
committed
Using NSWorkspaceLaunchDefault in gitx cli.
1 parent 883aa1a commit 467f7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitx.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void handleOpenRepository(NSURL *repositoryURL, NSMutableArray *arguments)
169169
// this allows the repository document to modify itself before it shows it's GUI
170170
BOOL didOpenURLs = [[NSWorkspace sharedWorkspace] openURLs:[NSArray arrayWithObject:repositoryURL]
171171
withAppBundleIdentifier:kGitXBundleIdentifier
172-
options:0
172+
options:NSWorkspaceLaunchDefault
173173
additionalEventParamDescriptor:recordDescriptor
174174
launchIdentifiers:NULL];
175175
if (!didOpenURLs) {

0 commit comments

Comments
 (0)