|
@@ -57,6 +57,8 @@
|
57
|
57
|
268692831E5054F800E2C612 /* RNNStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 268692811E5054F800E2C612 /* RNNStore.m */; };
|
58
|
58
|
26916C981E4B9E7700D13680 /* RNNReactRootViewCreator.h in Headers */ = {isa = PBXBuildFile; fileRef = 26916C961E4B9E7700D13680 /* RNNReactRootViewCreator.h */; };
|
59
|
59
|
26916C991E4B9E7700D13680 /* RNNReactRootViewCreator.m in Sources */ = {isa = PBXBuildFile; fileRef = 26916C971E4B9E7700D13680 /* RNNReactRootViewCreator.m */; };
|
|
60
|
+ 50CB3B691FDE911400AA153B /* RNNSideMenuOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CB3B671FDE911400AA153B /* RNNSideMenuOptions.h */; };
|
|
61
|
+ 50CB3B6A1FDE911400AA153B /* RNNSideMenuOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 50CB3B681FDE911400AA153B /* RNNSideMenuOptions.m */; };
|
60
|
62
|
50F5DFC11F407A8C001A00BC /* RNNTabBarController.h in Headers */ = {isa = PBXBuildFile; fileRef = 50F5DFBF1F407A8C001A00BC /* RNNTabBarController.h */; };
|
61
|
63
|
50F5DFC21F407A8C001A00BC /* RNNTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50F5DFC01F407A8C001A00BC /* RNNTabBarController.m */; };
|
62
|
64
|
50F5DFC51F407AA0001A00BC /* RNNNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 50F5DFC31F407AA0001A00BC /* RNNNavigationController.h */; };
|
|
@@ -203,6 +205,8 @@
|
203
|
205
|
26916C941E4B9CCC00D13680 /* RNNRootViewCreator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNRootViewCreator.h; sourceTree = "<group>"; };
|
204
|
206
|
26916C961E4B9E7700D13680 /* RNNReactRootViewCreator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNReactRootViewCreator.h; sourceTree = "<group>"; };
|
205
|
207
|
26916C971E4B9E7700D13680 /* RNNReactRootViewCreator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNReactRootViewCreator.m; sourceTree = "<group>"; };
|
|
208
|
+ 50CB3B671FDE911400AA153B /* RNNSideMenuOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNSideMenuOptions.h; sourceTree = "<group>"; };
|
|
209
|
+ 50CB3B681FDE911400AA153B /* RNNSideMenuOptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNSideMenuOptions.m; sourceTree = "<group>"; };
|
206
|
210
|
50F5DFBF1F407A8C001A00BC /* RNNTabBarController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNTabBarController.h; sourceTree = "<group>"; };
|
207
|
211
|
50F5DFC01F407A8C001A00BC /* RNNTabBarController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNTabBarController.m; sourceTree = "<group>"; };
|
208
|
212
|
50F5DFC31F407AA0001A00BC /* RNNNavigationController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNNavigationController.h; sourceTree = "<group>"; };
|
|
@@ -411,9 +415,9 @@
|
411
|
415
|
50F5DFC31F407AA0001A00BC /* RNNNavigationController.h */,
|
412
|
416
|
50F5DFC41F407AA0001A00BC /* RNNNavigationController.m */,
|
413
|
417
|
263905D41E4C94970023D7D3 /* RNNSideMenuController.h */,
|
|
418
|
+ 263905D51E4C94970023D7D3 /* RNNSideMenuController.m */,
|
414
|
419
|
7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */,
|
415
|
420
|
7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */,
|
416
|
|
- 263905D51E4C94970023D7D3 /* RNNSideMenuController.m */,
|
417
|
421
|
263905E41E4CAC950023D7D3 /* RNNSideMenuChildVC.h */,
|
418
|
422
|
263905E51E4CAC950023D7D3 /* RNNSideMenuChildVC.m */,
|
419
|
423
|
E83BAD691F27362500A9F3DD /* RNNNavigationOptions.h */,
|
|
@@ -422,10 +426,12 @@
|
422
|
426
|
21B85E5C1F44480200B314B5 /* RNNNavigationButtons.m */,
|
423
|
427
|
214545261F4DC164006E8DA1 /* RNNUIBarButtonItem.h */,
|
424
|
428
|
214545241F4DC125006E8DA1 /* RNNUIBarButtonItem.m */,
|
425
|
|
- A7626BFC1FC2FB2C00492FB8 /* RNNTopBarOptions.m */,
|
426
|
429
|
A7626BFE1FC2FB6700492FB8 /* RNNTopBarOptions.h */,
|
|
430
|
+ A7626BFC1FC2FB2C00492FB8 /* RNNTopBarOptions.m */,
|
427
|
431
|
A7626BFF1FC578AB00492FB8 /* RNNTabBarOptions.h */,
|
428
|
432
|
A7626C001FC5796200492FB8 /* RNNTabBarOptions.m */,
|
|
433
|
+ 50CB3B671FDE911400AA153B /* RNNSideMenuOptions.h */,
|
|
434
|
+ 50CB3B681FDE911400AA153B /* RNNSideMenuOptions.m */,
|
429
|
435
|
);
|
430
|
436
|
name = Controllers;
|
431
|
437
|
sourceTree = "<group>";
|
|
@@ -570,6 +576,7 @@
|
570
|
576
|
7B4928081E70415400555040 /* RNNCommandsHandler.h in Headers */,
|
571
|
577
|
263905AE1E4C6F440023D7D3 /* MMDrawerBarButtonItem.h in Headers */,
|
572
|
578
|
50F5DFC11F407A8C001A00BC /* RNNTabBarController.h in Headers */,
|
|
579
|
+ 50CB3B691FDE911400AA153B /* RNNSideMenuOptions.h in Headers */,
|
573
|
580
|
263905BD1E4C6F440023D7D3 /* RCCDrawerProtocol.h in Headers */,
|
574
|
581
|
263905C21E4C6F440023D7D3 /* SidebarAnimation.h in Headers */,
|
575
|
582
|
E8E518361F83B94A000467AC /* RNNViewLocation.h in Headers */,
|
|
@@ -721,6 +728,7 @@
|
721
|
728
|
7BEF0D191E437684003E96B0 /* RNNRootViewController.m in Sources */,
|
722
|
729
|
263905C31E4C6F440023D7D3 /* SidebarAnimation.m in Sources */,
|
723
|
730
|
E8A5CD531F464F0400E89D0D /* RNNAnimator.m in Sources */,
|
|
731
|
+ 50CB3B6A1FDE911400AA153B /* RNNSideMenuOptions.m in Sources */,
|
724
|
732
|
261F0E6B1E6F028A00989DE2 /* RNNNavigationStackManager.m in Sources */,
|
725
|
733
|
E8DA24411F97459B00CD552B /* RNNElementFinder.m in Sources */,
|
726
|
734
|
263905BF1E4C6F440023D7D3 /* RCCTheSideBarManagerViewController.m in Sources */,
|