File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
// Copyright 2010 Nathan Kinsinger. All rights reserved.
7
7
//
8
8
9
- #define kGitXBundleIdentifier @"net.phere .GitX"
9
+ #define kGitXBundleIdentifier @"com.codebasesaga.macOS .GitX"
10
10
11
11
12
12
#define kGitXAEKeyArgumentsList 'ARGS'
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ - (void) addCommitsFromEnumerator:(GTEnumerator *)enumerator inPBRepo:(PBGitRepo
195
195
PBGitGrapher *g = [[PBGitGrapher alloc ] initWithRepository: pbRepo];
196
196
__block NSDate *lastUpdate = [NSDate date ];
197
197
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 );
200
200
dispatch_group_t loadGroup = dispatch_group_create ();
201
201
dispatch_group_t decorateGroup = dispatch_group_create ();
202
202
You can’t perform that action at this time.
0 commit comments