|
@@ -60,6 +60,8 @@
|
60
|
60
|
7B1126A61E2D2B6C00F9B03B /* RNNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */; };
|
61
|
61
|
7B1126A71E2D2B6C00F9B03B /* RNNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */; };
|
62
|
62
|
7B1126A91E2D2B6C00F9B03B /* RNNControllerFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */; };
|
|
63
|
+ 7B4928081E70415400555040 /* RNNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4928061E70415400555040 /* RNNCommandsHandler.h */; };
|
|
64
|
+ 7B4928091E70415400555040 /* RNNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B4928071E70415400555040 /* RNNCommandsHandler.m */; };
|
63
|
65
|
7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */; };
|
64
|
66
|
7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500771E254908001B9E1B /* RNNSplashScreen.m */; };
|
65
|
67
|
7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */; };
|
|
@@ -133,6 +135,8 @@
|
133
|
135
|
26916C971E4B9E7700D13680 /* RNNReactRootViewCreator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNReactRootViewCreator.m; sourceTree = "<group>"; };
|
134
|
136
|
7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNEventEmitter.h; sourceTree = "<group>"; };
|
135
|
137
|
7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNEventEmitter.m; sourceTree = "<group>"; };
|
|
138
|
+ 7B4928061E70415400555040 /* RNNCommandsHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNCommandsHandler.h; sourceTree = "<group>"; };
|
|
139
|
+ 7B4928071E70415400555040 /* RNNCommandsHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNCommandsHandler.m; sourceTree = "<group>"; };
|
136
|
140
|
7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativeNavigation.h; sourceTree = "<group>"; };
|
137
|
141
|
7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativeNavigation.m; sourceTree = "<group>"; };
|
138
|
142
|
7BA500761E254908001B9E1B /* RNNSplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNSplashScreen.h; sourceTree = "<group>"; };
|
|
@@ -272,6 +276,8 @@
|
272
|
276
|
7BBFE5601E253F97002A6182 /* RNN.m */,
|
273
|
277
|
268692801E5054F800E2C612 /* RNNStore.h */,
|
274
|
278
|
268692811E5054F800E2C612 /* RNNStore.m */,
|
|
279
|
+ 7B4928061E70415400555040 /* RNNCommandsHandler.h */,
|
|
280
|
+ 7B4928071E70415400555040 /* RNNCommandsHandler.m */,
|
275
|
281
|
7BD721F31E2D3AA100724059 /* Bridge */,
|
276
|
282
|
7B1E4C4B1E2D173700C3A525 /* Controllers */,
|
277
|
283
|
263905881E4C6F440023D7D3 /* RNNSideMenu */,
|
|
@@ -304,6 +310,7 @@
|
304
|
310
|
263905B71E4C6F440023D7D3 /* UIViewController+MMDrawerController.h in Headers */,
|
305
|
311
|
263905BB1E4C6F440023D7D3 /* RCCDrawerHelper.h in Headers */,
|
306
|
312
|
263905CC1E4C6F440023D7D3 /* SidebarWunderlistAnimation.h in Headers */,
|
|
313
|
+ 7B4928081E70415400555040 /* RNNCommandsHandler.h in Headers */,
|
307
|
314
|
263905AE1E4C6F440023D7D3 /* MMDrawerBarButtonItem.h in Headers */,
|
308
|
315
|
263905BD1E4C6F440023D7D3 /* RCCDrawerProtocol.h in Headers */,
|
309
|
316
|
263905C21E4C6F440023D7D3 /* SidebarAnimation.h in Headers */,
|
|
@@ -414,6 +421,7 @@
|
414
|
421
|
263905CD1E4C6F440023D7D3 /* SidebarWunderlistAnimation.m in Sources */,
|
415
|
422
|
263905CF1E4C6F440023D7D3 /* TheSidebarController.m in Sources */,
|
416
|
423
|
263905AF1E4C6F440023D7D3 /* MMDrawerBarButtonItem.m in Sources */,
|
|
424
|
+ 7B4928091E70415400555040 /* RNNCommandsHandler.m in Sources */,
|
417
|
425
|
7BBFE5611E253F97002A6182 /* RNN.m in Sources */,
|
418
|
426
|
268692831E5054F800E2C612 /* RNNStore.m in Sources */,
|
419
|
427
|
7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */,
|