Skip to content

Commit cf0a77b

Browse files
committed
Bring in MAKVONotificationCenter
1 parent d792e38 commit cf0a77b

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "MGScopeBar"]
1111
path = External/MGScopeBar
1212
url = https://github.com/rowanj/MGScopeBar.git
13+
[submodule "External/MAKVONotificationCenter"]
14+
path = External/MAKVONotificationCenter
15+
url = https://github.com/mikeash/MAKVONotificationCenter

External/MAKVONotificationCenter

Submodule MAKVONotificationCenter added at 1f414de

GitX.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
4D843B1F1E5D27C3004C3A6F /* PBTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D843B1E1E5D27C3004C3A6F /* PBTask.m */; };
144144
4D843B401E5E3939004C3A6F /* PBGitRepository_PBGitBinarySupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D843B3F1E5E3939004C3A6F /* PBGitRepository_PBGitBinarySupport.m */; };
145145
4DECFBB21E662962004C3A6F /* ObjectiveGit+PBCategories.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DECFBB11E662962004C3A6F /* ObjectiveGit+PBCategories.m */; };
146+
4DF173E621A1A67C003CD3CE /* MAKVONotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DF173E521A1A67A003CD3CE /* MAKVONotificationCenter.m */; };
146147
50660A551FD6F48A004342B0 /* PBSidebarList.m in Sources */ = {isa = PBXBuildFile; fileRef = 50660A541FD6F48A004342B0 /* PBSidebarList.m */; };
147148
507367411FD1F54E003F73E1 /* PBGitCommitTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 507367401FD1F54E003F73E1 /* PBGitCommitTableViewCell.m */; };
148149
508E268D1FD317FC00CE9FE0 /* PBSidebarTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 508E268C1FD317FC00CE9FE0 /* PBSidebarTableViewCell.m */; };
@@ -572,6 +573,8 @@
572573
4DE23D051CF31252004C3A6F /* include */ = {isa = PBXFileReference; lastKnownFileType = folder; name = include; path = "objective-git/External/libgit2/include"; sourceTree = "<group>"; };
573574
4DECFBB01E662962004C3A6F /* ObjectiveGit+PBCategories.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ObjectiveGit+PBCategories.h"; sourceTree = "<group>"; };
574575
4DECFBB11E662962004C3A6F /* ObjectiveGit+PBCategories.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ObjectiveGit+PBCategories.m"; sourceTree = "<group>"; };
576+
4DF173E421A1A679003CD3CE /* MAKVONotificationCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MAKVONotificationCenter.h; path = MAKVONotificationCenter/MAKVONotificationCenter.h; sourceTree = "<group>"; };
577+
4DF173E521A1A67A003CD3CE /* MAKVONotificationCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MAKVONotificationCenter.m; path = MAKVONotificationCenter/MAKVONotificationCenter.m; sourceTree = "<group>"; };
575578
50660A531FD6F48A004342B0 /* PBSidebarList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PBSidebarList.h; sourceTree = "<group>"; };
576579
50660A541FD6F48A004342B0 /* PBSidebarList.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PBSidebarList.m; sourceTree = "<group>"; };
577580
5073673F1FD1F54E003F73E1 /* PBGitCommitTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PBGitCommitTableViewCell.h; sourceTree = "<group>"; };
@@ -1073,6 +1076,8 @@
10731076
4A5D773E14A9AB3A00DF6C68 /* External Sources */ = {
10741077
isa = PBXGroup;
10751078
children = (
1079+
4DF173E421A1A679003CD3CE /* MAKVONotificationCenter.h */,
1080+
4DF173E521A1A67A003CD3CE /* MAKVONotificationCenter.m */,
10761081
4DE23D061CF31258004C3A6F /* libgit2 */,
10771082
4A8F6B3B14A9B6100002F4D7 /* MGScopeBar.xcodeproj */,
10781083
4A4EF09F142CBAD5001B8CDF /* ObjectiveGitFramework.xcodeproj */,
@@ -1430,6 +1435,7 @@
14301435
buildActionMask = 2147483647;
14311436
files = (
14321437
4A5D76E114A9A9CC00DF6C68 /* ApplicationController.m in Sources */,
1438+
4DF173E621A1A67C003CD3CE /* MAKVONotificationCenter.m in Sources */,
14331439
4A5D76E214A9A9CC00DF6C68 /* DBPrefsWindowController.m in Sources */,
14341440
4A5D76E314A9A9CC00DF6C68 /* OpenRecentController.m in Sources */,
14351441
4A5D76E414A9A9CC00DF6C68 /* PBDiffWindowController.m in Sources */,

Resources/GitX_Prefix.pch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
#ifdef __OBJC__
44
#import <Cocoa/Cocoa.h>
55
#import <ObjectiveGit/ObjectiveGit.h>
6+
#import "MAKVONotificationCenter.h"
67
#import "PBMacros.h"
78
#endif

0 commit comments

Comments
 (0)