|
@@ -11,6 +11,7 @@
|
11
|
11
|
261108801E6C495400BF5D98 /* UIViewController+Rotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2611087F1E6C495400BF5D98 /* UIViewController+Rotation.m */; };
|
12
|
12
|
26714EAC1EB0E9D3009F4D52 /* RCCCustomTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 26714EAB1EB0E9D3009F4D52 /* RCCCustomTitleView.m */; };
|
13
|
13
|
26AFF3F51D7EEE2400CBA211 /* RCCTitleViewHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */; };
|
|
14
|
+ 2DCD499A1F33AAC30035123A /* RCCCustomBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DCD49981F33AAC30035123A /* RCCCustomBarButtonItem.m */; };
|
14
|
15
|
CC84A19E1C1A0C4E00B3A6A2 /* RCCManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */; };
|
15
|
16
|
CC84A19F1C1A0C4E00B3A6A2 /* RCCManagerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1961C1A0C4E00B3A6A2 /* RCCManagerModule.m */; };
|
16
|
17
|
CC84A1A01C1A0C4E00B3A6A2 /* RCCNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1981C1A0C4E00B3A6A2 /* RCCNavigationController.m */; };
|
|
@@ -58,6 +59,8 @@
|
58
|
59
|
26714EAB1EB0E9D3009F4D52 /* RCCCustomTitleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCCustomTitleView.m; sourceTree = "<group>"; };
|
59
|
60
|
26AFF3F31D7EEE2400CBA211 /* RCCTitleViewHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCCTitleViewHelper.h; path = Helpers/RCCTitleViewHelper.h; sourceTree = "<group>"; };
|
60
|
61
|
26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCCTitleViewHelper.m; path = Helpers/RCCTitleViewHelper.m; sourceTree = "<group>"; };
|
|
62
|
+2DCD49981F33AAC30035123A /* RCCCustomBarButtonItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCCCustomBarButtonItem.m; path = RCCCustomBarButtonItem.m; sourceTree = "<group>"; };
|
|
63
|
+ 2DCD49991F33AAC30035123A /* RCCCustomBarButtonItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCCCustomBarButtonItem.h; path = RCCCustomBarButtonItem.h; sourceTree = "<group>"; };
|
61
|
64
|
CC84A1931C1A0C4E00B3A6A2 /* RCCManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCManager.h; sourceTree = "<group>"; };
|
62
|
65
|
CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = RCCManager.m; sourceTree = "<group>"; tabWidth = 2; };
|
63
|
66
|
CC84A1951C1A0C4E00B3A6A2 /* RCCManagerModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCManagerModule.h; sourceTree = "<group>"; };
|
|
@@ -204,6 +207,8 @@
|
204
|
207
|
D85082BB1CBCF42400FDB961 /* RCCDrawerController */,
|
205
|
208
|
CC84A1931C1A0C4E00B3A6A2 /* RCCManager.h */,
|
206
|
209
|
CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */,
|
|
210
|
+ 2DCD49991F33AAC30035123A /* RCCCustomBarButtonItem.h */,
|
|
211
|
+ 2DCD49981F33AAC30035123A /* RCCCustomBarButtonItem.m */,
|
207
|
212
|
26714EAA1EB0E9D3009F4D52 /* RCCCustomTitleView.h */,
|
208
|
213
|
26714EAB1EB0E9D3009F4D52 /* RCCCustomTitleView.m */,
|
209
|
214
|
26AFF3F31D7EEE2400CBA211 /* RCCTitleViewHelper.h */,
|
|
@@ -303,6 +308,7 @@
|
303
|
308
|
files = (
|
304
|
309
|
D85082EA1CBCF54200FDB961 /* TheSidebarController.m in Sources */,
|
305
|
310
|
CC84A1A01C1A0C4E00B3A6A2 /* RCCNavigationController.m in Sources */,
|
|
311
|
+ 2DCD499A1F33AAC30035123A /* RCCCustomBarButtonItem.m in Sources */,
|
306
|
312
|
D83514F61D29719A00D53758 /* RCCNotification.m in Sources */,
|
307
|
313
|
CC84A19F1C1A0C4E00B3A6A2 /* RCCManagerModule.m in Sources */,
|
308
|
314
|
26AFF3F51D7EEE2400CBA211 /* RCCTitleViewHelper.m in Sources */,
|