Skip to content

Commit 3ba36c5

Browse files
committed
Update bundle IDs
1 parent 0c8ec85 commit 3ba36c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Classes/GitXScriptingConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright 2010 Nathan Kinsinger. All rights reserved.
77
//
88

9-
#define kGitXBundleIdentifier @"net.phere.GitX"
9+
#define kGitXBundleIdentifier @"com.codebasesaga.macOS.GitX"
1010

1111

1212
#define kGitXAEKeyArgumentsList 'ARGS'

Classes/git/PBGitRevList.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ - (void) addCommitsFromEnumerator:(GTEnumerator *)enumerator inPBRepo:(PBGitRepo
195195
PBGitGrapher *g = [[PBGitGrapher alloc] initWithRepository:pbRepo];
196196
__block NSDate *lastUpdate = [NSDate date];
197197

198-
dispatch_queue_t loadQueue = dispatch_queue_create("net.phere.gitx.loadQueue", 0);
199-
dispatch_queue_t decorateQueue = dispatch_queue_create("net.phere.gitx.decorateQueue", 0);
198+
dispatch_queue_t loadQueue = dispatch_queue_create("com.codebasesaga.macOS.GitX.loadQueue", 0);
199+
dispatch_queue_t decorateQueue = dispatch_queue_create("com.codebasesaga.macOS.GitX.decorateQueue", 0);
200200
dispatch_group_t loadGroup = dispatch_group_create();
201201
dispatch_group_t decorateGroup = dispatch_group_create();
202202

0 commit comments

Comments
 (0)