|
@@ -65,6 +65,7 @@
|
65
|
65
|
5016E8F020209690009D4F7C /* RNNCustomTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5016E8EE2020968F009D4F7C /* RNNCustomTitleView.m */; };
|
66
|
66
|
50175CD1207A2AA1004FE91B /* RNNComponentOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 50175CCF207A2AA1004FE91B /* RNNComponentOptions.h */; };
|
67
|
67
|
50175CD2207A2AA1004FE91B /* RNNComponentOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 50175CD0207A2AA1004FE91B /* RNNComponentOptions.m */; };
|
|
68
|
+ 502CB43A20CBCA180019B2FE /* RNNBridgeManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 502CB43920CBCA140019B2FE /* RNNBridgeManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
68
|
69
|
50415CBA20553B8E00BB682E /* RNNScreenTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 50415CB820553B8E00BB682E /* RNNScreenTransition.h */; };
|
69
|
70
|
50415CBB20553B8E00BB682E /* RNNScreenTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 50415CB920553B8E00BB682E /* RNNScreenTransition.m */; };
|
70
|
71
|
50451D052042DAEB00695F00 /* RNNPushAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 50451D032042DAEB00695F00 /* RNNPushAnimation.h */; };
|
|
@@ -270,6 +271,7 @@
|
270
|
271
|
5016E8EE2020968F009D4F7C /* RNNCustomTitleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNCustomTitleView.m; sourceTree = "<group>"; };
|
271
|
272
|
50175CCF207A2AA1004FE91B /* RNNComponentOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNComponentOptions.h; sourceTree = "<group>"; };
|
272
|
273
|
50175CD0207A2AA1004FE91B /* RNNComponentOptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNComponentOptions.m; sourceTree = "<group>"; };
|
|
274
|
+ 502CB43920CBCA140019B2FE /* RNNBridgeManagerDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNBridgeManagerDelegate.h; sourceTree = "<group>"; };
|
273
|
275
|
50415CB820553B8E00BB682E /* RNNScreenTransition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNScreenTransition.h; sourceTree = "<group>"; };
|
274
|
276
|
50415CB920553B8E00BB682E /* RNNScreenTransition.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNScreenTransition.m; sourceTree = "<group>"; };
|
275
|
277
|
50451D032042DAEB00695F00 /* RNNPushAnimation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNPushAnimation.h; sourceTree = "<group>"; };
|
|
@@ -692,6 +694,7 @@
|
692
|
694
|
268692811E5054F800E2C612 /* RNNStore.m */,
|
693
|
695
|
7B4928061E70415400555040 /* RNNCommandsHandler.h */,
|
694
|
696
|
7B4928071E70415400555040 /* RNNCommandsHandler.m */,
|
|
697
|
+ 502CB43920CBCA140019B2FE /* RNNBridgeManagerDelegate.h */,
|
695
|
698
|
7BD721F31E2D3AA100724059 /* Bridge */,
|
696
|
699
|
7B1E4C4B1E2D173700C3A525 /* Controllers */,
|
697
|
700
|
263905881E4C6F440023D7D3 /* RNNSideMenu */,
|
|
@@ -825,6 +828,7 @@
|
825
|
828
|
504AFE641FFE53070076E904 /* RNNOptions.h in Headers */,
|
826
|
829
|
263905B91E4C6F440023D7D3 /* RCCDrawerController.h in Headers */,
|
827
|
830
|
263905B31E4C6F440023D7D3 /* MMDrawerVisualState.h in Headers */,
|
|
831
|
+ 502CB43A20CBCA180019B2FE /* RNNBridgeManagerDelegate.h in Headers */,
|
828
|
832
|
50451D092042E20600695F00 /* RNNTransitionsOptions.h in Headers */,
|
829
|
833
|
5048862D20BE976D000908DE /* RNNLayoutOptions.h in Headers */,
|
830
|
834
|
E8A5CD621F49114F00E89D0D /* RNNElement.h in Headers */,
|