|
@@ -13,7 +13,10 @@
|
13
|
13
|
2636176F1E12722900D88A13 /* RNNTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2636176E1E12722900D88A13 /* RNNTabBarController.m */; };
|
14
|
14
|
2636F1611E0EC9E7007ABB09 /* RNNStyler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2636F1601E0EC9E7007ABB09 /* RNNStyler.m */; };
|
15
|
15
|
26AFF3F51D7EEE2400CBA211 /* RCCTitleViewHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */; };
|
|
16
|
+ 7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */; };
|
|
17
|
+ 7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500771E254908001B9E1B /* RNNSplashScreen.m */; };
|
16
|
18
|
7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */; };
|
|
19
|
+ 7BBFE5611E253F97002A6182 /* RNNStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5601E253F97002A6182 /* RNNStore.m */; };
|
17
|
20
|
CC84A19E1C1A0C4E00B3A6A2 /* RCCManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */; };
|
18
|
21
|
CC84A19F1C1A0C4E00B3A6A2 /* RCCManagerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1961C1A0C4E00B3A6A2 /* RCCManagerModule.m */; };
|
19
|
22
|
CC84A1A01C1A0C4E00B3A6A2 /* RCCNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1981C1A0C4E00B3A6A2 /* RCCNavigationController.m */; };
|
|
@@ -65,8 +68,14 @@
|
65
|
68
|
2636F1601E0EC9E7007ABB09 /* RNNStyler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNStyler.m; sourceTree = "<group>"; };
|
66
|
69
|
26AFF3F31D7EEE2400CBA211 /* RCCTitleViewHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCTitleViewHelper.h; sourceTree = "<group>"; };
|
67
|
70
|
26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCTitleViewHelper.m; sourceTree = "<group>"; };
|
|
71
|
+ 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativeNavigation.h; sourceTree = "<group>"; };
|
|
72
|
+ 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativeNavigation.m; sourceTree = "<group>"; };
|
|
73
|
+ 7BA500761E254908001B9E1B /* RNNSplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNSplashScreen.h; sourceTree = "<group>"; };
|
|
74
|
+ 7BA500771E254908001B9E1B /* RNNSplashScreen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNSplashScreen.m; sourceTree = "<group>"; };
|
68
|
75
|
7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNBridgeModule.h; sourceTree = "<group>"; };
|
69
|
76
|
7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNBridgeModule.m; sourceTree = "<group>"; };
|
|
77
|
+ 7BBFE55F1E253F97002A6182 /* RNNStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNStore.h; sourceTree = "<group>"; };
|
|
78
|
+ 7BBFE5601E253F97002A6182 /* RNNStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNStore.m; sourceTree = "<group>"; };
|
70
|
79
|
CC84A1931C1A0C4E00B3A6A2 /* RCCManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCManager.h; sourceTree = "<group>"; };
|
71
|
80
|
CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = RCCManager.m; sourceTree = "<group>"; tabWidth = 2; };
|
72
|
81
|
CC84A1951C1A0C4E00B3A6A2 /* RCCManagerModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCManagerModule.h; sourceTree = "<group>"; };
|
|
@@ -242,6 +251,12 @@
|
242
|
251
|
D8AFADB41BEE6F3F00A4592D = {
|
243
|
252
|
isa = PBXGroup;
|
244
|
253
|
children = (
|
|
254
|
+ 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */,
|
|
255
|
+ 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */,
|
|
256
|
+ 7BA500761E254908001B9E1B /* RNNSplashScreen.h */,
|
|
257
|
+ 7BA500771E254908001B9E1B /* RNNSplashScreen.m */,
|
|
258
|
+ 7BBFE55F1E253F97002A6182 /* RNNStore.h */,
|
|
259
|
+ 7BBFE5601E253F97002A6182 /* RNNStore.m */,
|
245
|
260
|
7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */,
|
246
|
261
|
7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */,
|
247
|
262
|
7BBFE53F1E253144002A6182 /* old */,
|
|
@@ -324,6 +339,7 @@
|
324
|
339
|
isa = PBXSourcesBuildPhase;
|
325
|
340
|
buildActionMask = 2147483647;
|
326
|
341
|
files = (
|
|
342
|
+ 7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */,
|
327
|
343
|
D85082EA1CBCF54200FDB961 /* TheSidebarController.m in Sources */,
|
328
|
344
|
CC84A1A01C1A0C4E00B3A6A2 /* RCCNavigationController.m in Sources */,
|
329
|
345
|
D83514F61D29719A00D53758 /* RCCNotification.m in Sources */,
|
|
@@ -346,10 +362,12 @@
|
346
|
362
|
CC84A1A21C1A0C4E00B3A6A2 /* RCCViewController.m in Sources */,
|
347
|
363
|
2636F1611E0EC9E7007ABB09 /* RNNStyler.m in Sources */,
|
348
|
364
|
263617541E124FA100D88A13 /* RNNNavigationController.m in Sources */,
|
|
365
|
+ 7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */,
|
349
|
366
|
2606F7DA1E0BC3FC00CC69CC /* RNNViewController.m in Sources */,
|
350
|
367
|
D85082E91CBCF54200FDB961 /* SidebarWunderlistAnimation.m in Sources */,
|
351
|
368
|
D85082E11CBCF54200FDB961 /* RCCDrawerHelper.m in Sources */,
|
352
|
369
|
D85082FE1CBCF8A800FDB961 /* MMDrawerVisualState.m in Sources */,
|
|
370
|
+ 7BBFE5611E253F97002A6182 /* RNNStore.m in Sources */,
|
353
|
371
|
D85082FD1CBCF8A800FDB961 /* MMDrawerController.m in Sources */,
|
354
|
372
|
D85082E41CBCF54200FDB961 /* SidebarAnimation.m in Sources */,
|
355
|
373
|
D8E11C571CBD1F670018B644 /* RCCDrawerController.m in Sources */,
|