|
@@ -63,6 +63,7 @@
|
63
|
63
|
390AD478200F499D00A8250D /* RNNSwizzles.m in Sources */ = {isa = PBXBuildFile; fileRef = 390AD476200F499D00A8250D /* RNNSwizzles.m */; };
|
64
|
64
|
4534E72520CB6724009F8185 /* RNNLargeTitleOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4534E72320CB6724009F8185 /* RNNLargeTitleOptions.h */; };
|
65
|
65
|
4534E72620CB6724009F8185 /* RNNLargeTitleOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4534E72420CB6724009F8185 /* RNNLargeTitleOptions.m */; };
|
|
66
|
+ 501214C9217741A000435148 /* libOCMock.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 501214C8217741A000435148 /* libOCMock.a */; };
|
66
|
67
|
501223D72173590F000F5F98 /* RNNNavigationControllerPresenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 501223D52173590F000F5F98 /* RNNNavigationControllerPresenter.h */; };
|
67
|
68
|
501223D82173590F000F5F98 /* RNNNavigationControllerPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 501223D62173590F000F5F98 /* RNNNavigationControllerPresenter.m */; };
|
68
|
69
|
501224062173592D000F5F98 /* RNNTabBarPresenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 501224042173592D000F5F98 /* RNNTabBarPresenter.h */; };
|
|
@@ -98,9 +99,11 @@
|
98
|
99
|
502CB43A20CBCA180019B2FE /* RNNBridgeManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 502CB43920CBCA140019B2FE /* RNNBridgeManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
99
|
100
|
502CB46E20CD1DDA0019B2FE /* RNNBackButtonOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 502CB46C20CD1DDA0019B2FE /* RNNBackButtonOptions.h */; };
|
100
|
101
|
502CB46F20CD1DDA0019B2FE /* RNNBackButtonOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 502CB46D20CD1DDA0019B2FE /* RNNBackButtonOptions.m */; };
|
|
102
|
+ 502F0E142178CF8200367CC3 /* UIViewController+RNNOptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 502F0E132178CF8200367CC3 /* UIViewController+RNNOptionsTest.m */; };
|
|
103
|
+ 502F0E162178D09600367CC3 /* RNNBottomTabPresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 502F0E152178D09600367CC3 /* RNNBottomTabPresenterTest.m */; };
|
101
|
104
|
5038A374216CDDB6009280BC /* UIViewController+SideMenuController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5038A372216CDDB6009280BC /* UIViewController+SideMenuController.h */; };
|
102
|
105
|
5038A375216CDDB6009280BC /* UIViewController+SideMenuController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5038A373216CDDB6009280BC /* UIViewController+SideMenuController.m */; };
|
103
|
|
- 5038A377216CF252009280BC /* RNNBottomTabsOptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5038A376216CF252009280BC /* RNNBottomTabsOptionsTest.m */; };
|
|
106
|
+ 5038A377216CF252009280BC /* UITabBarController+RNNOptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5038A376216CF252009280BC /* UITabBarController+RNNOptionsTest.m */; };
|
104
|
107
|
5038A379216D01F6009280BC /* RNNBottomTabOptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5038A378216D01F6009280BC /* RNNBottomTabOptionsTest.m */; };
|
105
|
108
|
5038A3B1216DF41B009280BC /* UIViewController+RNNOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5038A3AF216DF41B009280BC /* UIViewController+RNNOptions.h */; };
|
106
|
109
|
5038A3B2216DF41B009280BC /* UIViewController+RNNOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 5038A3B0216DF41B009280BC /* UIViewController+RNNOptions.m */; };
|
|
@@ -204,6 +207,8 @@
|
204
|
207
|
50887C1620ECC5C200D06111 /* RNNButtonOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 50887C1420ECC5C200D06111 /* RNNButtonOptions.m */; };
|
205
|
208
|
50887CA920F26BFE00D06111 /* RNNOverlayWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 50887CA720F26BFD00D06111 /* RNNOverlayWindow.m */; };
|
206
|
209
|
50887CAA20F26BFE00D06111 /* RNNOverlayWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 50887CA820F26BFE00D06111 /* RNNOverlayWindow.h */; };
|
|
210
|
+ 509B2480217873FF00C83C23 /* UINavigationController+RNNOptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 509B247F217873FF00C83C23 /* UINavigationController+RNNOptionsTest.m */; };
|
|
211
|
+ 509B258F2178BE7A00C83C23 /* RNNNavigationControllerPresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 509B258E2178BE7A00C83C23 /* RNNNavigationControllerPresenterTest.m */; };
|
207
|
212
|
50A00C37200F84D6000F01A6 /* RNNOverlayOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A00C35200F84D6000F01A6 /* RNNOverlayOptions.h */; };
|
208
|
213
|
50A00C38200F84D6000F01A6 /* RNNOverlayOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 50A00C36200F84D6000F01A6 /* RNNOverlayOptions.m */; };
|
209
|
214
|
50BE951220B5A787004F5DF5 /* RNNStatusBarOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 50BE951020B5A787004F5DF5 /* RNNStatusBarOptions.m */; };
|
|
@@ -376,6 +381,7 @@
|
376
|
381
|
390AD476200F499D00A8250D /* RNNSwizzles.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNSwizzles.m; sourceTree = "<group>"; };
|
377
|
382
|
4534E72320CB6724009F8185 /* RNNLargeTitleOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNLargeTitleOptions.h; sourceTree = "<group>"; };
|
378
|
383
|
4534E72420CB6724009F8185 /* RNNLargeTitleOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNLargeTitleOptions.m; sourceTree = "<group>"; };
|
|
384
|
+ 501214C8217741A000435148 /* libOCMock.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libOCMock.a; sourceTree = "<group>"; };
|
379
|
385
|
501223D52173590F000F5F98 /* RNNNavigationControllerPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNNavigationControllerPresenter.h; sourceTree = "<group>"; };
|
380
|
386
|
501223D62173590F000F5F98 /* RNNNavigationControllerPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNNavigationControllerPresenter.m; sourceTree = "<group>"; };
|
381
|
387
|
501224042173592D000F5F98 /* RNNTabBarPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNTabBarPresenter.h; sourceTree = "<group>"; };
|
|
@@ -411,9 +417,11 @@
|
411
|
417
|
502CB43920CBCA140019B2FE /* RNNBridgeManagerDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNBridgeManagerDelegate.h; sourceTree = "<group>"; };
|
412
|
418
|
502CB46C20CD1DDA0019B2FE /* RNNBackButtonOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNBackButtonOptions.h; sourceTree = "<group>"; };
|
413
|
419
|
502CB46D20CD1DDA0019B2FE /* RNNBackButtonOptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNBackButtonOptions.m; sourceTree = "<group>"; };
|
|
420
|
+ 502F0E132178CF8200367CC3 /* UIViewController+RNNOptionsTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+RNNOptionsTest.m"; sourceTree = "<group>"; };
|
|
421
|
+ 502F0E152178D09600367CC3 /* RNNBottomTabPresenterTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNBottomTabPresenterTest.m; sourceTree = "<group>"; };
|
414
|
422
|
5038A372216CDDB6009280BC /* UIViewController+SideMenuController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIViewController+SideMenuController.h"; sourceTree = "<group>"; };
|
415
|
423
|
5038A373216CDDB6009280BC /* UIViewController+SideMenuController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+SideMenuController.m"; sourceTree = "<group>"; };
|
416
|
|
- 5038A376216CF252009280BC /* RNNBottomTabsOptionsTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNBottomTabsOptionsTest.m; sourceTree = "<group>"; };
|
|
424
|
+ 5038A376216CF252009280BC /* UITabBarController+RNNOptionsTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UITabBarController+RNNOptionsTest.m"; sourceTree = "<group>"; };
|
417
|
425
|
5038A378216D01F6009280BC /* RNNBottomTabOptionsTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNBottomTabOptionsTest.m; sourceTree = "<group>"; };
|
418
|
426
|
5038A3AF216DF41B009280BC /* UIViewController+RNNOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIViewController+RNNOptions.h"; sourceTree = "<group>"; };
|
419
|
427
|
5038A3B0216DF41B009280BC /* UIViewController+RNNOptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+RNNOptions.m"; sourceTree = "<group>"; };
|
|
@@ -517,6 +525,8 @@
|
517
|
525
|
50887C1420ECC5C200D06111 /* RNNButtonOptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNButtonOptions.m; sourceTree = "<group>"; };
|
518
|
526
|
50887CA720F26BFD00D06111 /* RNNOverlayWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNOverlayWindow.m; sourceTree = "<group>"; };
|
519
|
527
|
50887CA820F26BFE00D06111 /* RNNOverlayWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNOverlayWindow.h; sourceTree = "<group>"; };
|
|
528
|
+ 509B247F217873FF00C83C23 /* UINavigationController+RNNOptionsTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UINavigationController+RNNOptionsTest.m"; sourceTree = "<group>"; };
|
|
529
|
+ 509B258E2178BE7A00C83C23 /* RNNNavigationControllerPresenterTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNNavigationControllerPresenterTest.m; sourceTree = "<group>"; };
|
520
|
530
|
50A00C35200F84D6000F01A6 /* RNNOverlayOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNOverlayOptions.h; sourceTree = "<group>"; };
|
521
|
531
|
50A00C36200F84D6000F01A6 /* RNNOverlayOptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNOverlayOptions.m; sourceTree = "<group>"; };
|
522
|
532
|
50BE951020B5A787004F5DF5 /* RNNStatusBarOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNStatusBarOptions.m; sourceTree = "<group>"; };
|
|
@@ -633,6 +643,7 @@
|
633
|
643
|
7B49FEE91E950A7A00DEB3EA /* libRCTVibration.a in Frameworks */,
|
634
|
644
|
7B49FEEA1E950A7A00DEB3EA /* libRCTWebSocket.a in Frameworks */,
|
635
|
645
|
7B49FEEB1E950A7A00DEB3EA /* libReact.a in Frameworks */,
|
|
646
|
+ 501214C9217741A000435148 /* libOCMock.a in Frameworks */,
|
636
|
647
|
7B49FEEC1E950A7A00DEB3EA /* libyoga.a in Frameworks */,
|
637
|
648
|
7B49FEC01E95090800DEB3EA /* libReactNativeNavigation.a in Frameworks */,
|
638
|
649
|
);
|
|
@@ -989,7 +1000,8 @@
|
989
|
1000
|
505EDD31214E4BE80071C7DE /* RNNNavigationControllerTest.m */,
|
990
|
1001
|
506F630C216A599300AD0D0A /* RNNTabBarControllerTest.m */,
|
991
|
1002
|
506F630E216A5AD700AD0D0A /* RNNViewControllerPresenterTest.m */,
|
992
|
|
- 5038A376216CF252009280BC /* RNNBottomTabsOptionsTest.m */,
|
|
1003
|
+ 509B258E2178BE7A00C83C23 /* RNNNavigationControllerPresenterTest.m */,
|
|
1004
|
+ 502F0E152178D09600367CC3 /* RNNBottomTabPresenterTest.m */,
|
993
|
1005
|
5038A378216D01F6009280BC /* RNNBottomTabOptionsTest.m */,
|
994
|
1006
|
7B49FEBF1E95090800DEB3EA /* Info.plist */,
|
995
|
1007
|
E83BAD671F2734B500A9F3DD /* RNNNavigationOptionsTest.m */,
|
|
@@ -997,6 +1009,9 @@
|
997
|
1009
|
E83BAD7A1F27643000A9F3DD /* RNNTestRootViewCreator.h */,
|
998
|
1010
|
E83BAD7B1F27643000A9F3DD /* RNNTestRootViewCreator.m */,
|
999
|
1011
|
E8DA243C1F973C1900CD552B /* RNNTransitionStateHolderTest.m */,
|
|
1012
|
+ 502F0E132178CF8200367CC3 /* UIViewController+RNNOptionsTest.m */,
|
|
1013
|
+ 5038A376216CF252009280BC /* UITabBarController+RNNOptionsTest.m */,
|
|
1014
|
+ 509B247F217873FF00C83C23 /* UINavigationController+RNNOptionsTest.m */,
|
1000
|
1015
|
);
|
1001
|
1016
|
path = ReactNativeNavigationTests;
|
1002
|
1017
|
sourceTree = "<group>";
|
|
@@ -1004,6 +1019,7 @@
|
1004
|
1019
|
7B49FED01E950A7A00DEB3EA /* Frameworks */ = {
|
1005
|
1020
|
isa = PBXGroup;
|
1006
|
1021
|
children = (
|
|
1022
|
+ 501214C8217741A000435148 /* libOCMock.a */,
|
1007
|
1023
|
7B49FED11E950A7A00DEB3EA /* libcxxreact.a */,
|
1008
|
1024
|
7B49FED21E950A7A00DEB3EA /* libjschelpers.a */,
|
1009
|
1025
|
7B49FED31E950A7A00DEB3EA /* libRCTActionSheet.a */,
|
|
@@ -1346,8 +1362,10 @@
|
1346
|
1362
|
isa = PBXSourcesBuildPhase;
|
1347
|
1363
|
buildActionMask = 2147483647;
|
1348
|
1364
|
files = (
|
1349
|
|
- 5038A377216CF252009280BC /* RNNBottomTabsOptionsTest.m in Sources */,
|
|
1365
|
+ 502F0E142178CF8200367CC3 /* UIViewController+RNNOptionsTest.m in Sources */,
|
|
1366
|
+ 5038A377216CF252009280BC /* UITabBarController+RNNOptionsTest.m in Sources */,
|
1350
|
1367
|
E83BAD7C1F27643000A9F3DD /* RNNTestRootViewCreator.m in Sources */,
|
|
1368
|
+ 502F0E162178D09600367CC3 /* RNNBottomTabPresenterTest.m in Sources */,
|
1351
|
1369
|
504753782109C13C00FFFBE6 /* RNNOverlayManagerTest.m in Sources */,
|
1352
|
1370
|
506F630F216A5AD700AD0D0A /* RNNViewControllerPresenterTest.m in Sources */,
|
1353
|
1371
|
7B49FECE1E95098500DEB3EA /* RNNCommandsHandlerTest.m in Sources */,
|
|
@@ -1355,8 +1373,10 @@
|
1355
|
1373
|
E83BAD681F2734B500A9F3DD /* RNNNavigationOptionsTest.m in Sources */,
|
1356
|
1374
|
505EDD32214E4BE80071C7DE /* RNNNavigationControllerTest.m in Sources */,
|
1357
|
1375
|
7B49FECF1E95098500DEB3EA /* RNNNavigationStackManagerTest.m in Sources */,
|
|
1376
|
+ 509B2480217873FF00C83C23 /* UINavigationController+RNNOptionsTest.m in Sources */,
|
1358
|
1377
|
506F630D216A599300AD0D0A /* RNNTabBarControllerTest.m in Sources */,
|
1359
|
1378
|
7B49FECB1E95098500DEB3EA /* RNNControllerFactoryTest.m in Sources */,
|
|
1379
|
+ 509B258F2178BE7A00C83C23 /* RNNNavigationControllerPresenterTest.m in Sources */,
|
1360
|
1380
|
7B49FECD1E95098500DEB3EA /* RNNModalManagerTest.m in Sources */,
|
1361
|
1381
|
E83BAD791F27416B00A9F3DD /* RNNRootViewControllerTest.m in Sources */,
|
1362
|
1382
|
E8DA243D1F973C1900CD552B /* RNNTransitionStateHolderTest.m in Sources */,
|
|
@@ -1515,9 +1535,18 @@
|
1515
|
1535
|
CLANG_ANALYZER_NONNULL = YES;
|
1516
|
1536
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
1517
|
1537
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
1538
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
1539
|
+ "$(inherited)",
|
|
1540
|
+ "$(PROJECT_DIR)",
|
|
1541
|
+ );
|
|
1542
|
+ HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/**";
|
1518
|
1543
|
INFOPLIST_FILE = ReactNativeNavigationTests/Info.plist;
|
1519
|
1544
|
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
|
1520
|
1545
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
1546
|
+ LIBRARY_SEARCH_PATHS = (
|
|
1547
|
+ "$(inherited)",
|
|
1548
|
+ "$(PROJECT_DIR)",
|
|
1549
|
+ );
|
1521
|
1550
|
OTHER_LDFLAGS = (
|
1522
|
1551
|
"-l\"c++\"",
|
1523
|
1552
|
"-ObjC",
|
|
@@ -1533,9 +1562,18 @@
|
1533
|
1562
|
CLANG_ANALYZER_NONNULL = YES;
|
1534
|
1563
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
1535
|
1564
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
1565
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
1566
|
+ "$(inherited)",
|
|
1567
|
+ "$(PROJECT_DIR)",
|
|
1568
|
+ );
|
|
1569
|
+ HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/**";
|
1536
|
1570
|
INFOPLIST_FILE = ReactNativeNavigationTests/Info.plist;
|
1537
|
1571
|
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
|
1538
|
1572
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
1573
|
+ LIBRARY_SEARCH_PATHS = (
|
|
1574
|
+ "$(inherited)",
|
|
1575
|
+ "$(PROJECT_DIR)",
|
|
1576
|
+ );
|
1539
|
1577
|
OTHER_LDFLAGS = (
|
1540
|
1578
|
"-l\"c++\"",
|
1541
|
1579
|
"-ObjC",
|