|
@@ -120,12 +120,12 @@
|
120
|
120
|
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
|
121
|
121
|
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
|
122
|
122
|
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
|
123
|
|
- 00E356EE1AD99517003FC87E /* react_native_navigation_bootstrapTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = react_native_navigation_bootstrapTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
123
|
+ 00E356EE1AD99517003FC87E /* exampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = exampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
124
|
124
|
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
125
|
125
|
00E356F21AD99517003FC87E /* react_native_navigation_bootstrapTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = react_native_navigation_bootstrapTests.m; sourceTree = "<group>"; };
|
126
|
126
|
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
|
127
|
127
|
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
|
128
|
|
- 13B07F961A680F5B00A75B9A /* react_native_navigation_bootstrap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = react_native_navigation_bootstrap.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
128
|
+ 13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
129
|
129
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = react_native_navigation_bootstrap/AppDelegate.h; sourceTree = "<group>"; };
|
130
|
130
|
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = react_native_navigation_bootstrap/AppDelegate.m; sourceTree = "<group>"; };
|
131
|
131
|
13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
|
@@ -312,8 +312,8 @@
|
312
|
312
|
83CBBA001A601CBA00E9B192 /* Products */ = {
|
313
|
313
|
isa = PBXGroup;
|
314
|
314
|
children = (
|
315
|
|
- 13B07F961A680F5B00A75B9A /* react_native_navigation_bootstrap.app */,
|
316
|
|
- 00E356EE1AD99517003FC87E /* react_native_navigation_bootstrapTests.xctest */,
|
|
315
|
+ 13B07F961A680F5B00A75B9A /* example.app */,
|
|
316
|
+ 00E356EE1AD99517003FC87E /* exampleTests.xctest */,
|
317
|
317
|
);
|
318
|
318
|
name = Products;
|
319
|
319
|
sourceTree = "<group>";
|
|
@@ -329,9 +329,9 @@
|
329
|
329
|
/* End PBXGroup section */
|
330
|
330
|
|
331
|
331
|
/* Begin PBXNativeTarget section */
|
332
|
|
- 00E356ED1AD99517003FC87E /* react_native_navigation_bootstrapTests */ = {
|
|
332
|
+ 00E356ED1AD99517003FC87E /* exampleTests */ = {
|
333
|
333
|
isa = PBXNativeTarget;
|
334
|
|
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "react_native_navigation_bootstrapTests" */;
|
|
334
|
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */;
|
335
|
335
|
buildPhases = (
|
336
|
336
|
00E356EA1AD99517003FC87E /* Sources */,
|
337
|
337
|
00E356EB1AD99517003FC87E /* Frameworks */,
|
|
@@ -342,14 +342,14 @@
|
342
|
342
|
dependencies = (
|
343
|
343
|
00E356F51AD99517003FC87E /* PBXTargetDependency */,
|
344
|
344
|
);
|
345
|
|
- name = react_native_navigation_bootstrapTests;
|
|
345
|
+ name = exampleTests;
|
346
|
346
|
productName = react_native_navigation_bootstrapTests;
|
347
|
|
- productReference = 00E356EE1AD99517003FC87E /* react_native_navigation_bootstrapTests.xctest */;
|
|
347
|
+ productReference = 00E356EE1AD99517003FC87E /* exampleTests.xctest */;
|
348
|
348
|
productType = "com.apple.product-type.bundle.unit-test";
|
349
|
349
|
};
|
350
|
|
- 13B07F861A680F5B00A75B9A /* react_native_navigation_bootstrap */ = {
|
|
350
|
+ 13B07F861A680F5B00A75B9A /* example */ = {
|
351
|
351
|
isa = PBXNativeTarget;
|
352
|
|
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "react_native_navigation_bootstrap" */;
|
|
352
|
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
|
353
|
353
|
buildPhases = (
|
354
|
354
|
13B07F871A680F5B00A75B9A /* Sources */,
|
355
|
355
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
@@ -360,9 +360,9 @@
|
360
|
360
|
);
|
361
|
361
|
dependencies = (
|
362
|
362
|
);
|
363
|
|
- name = react_native_navigation_bootstrap;
|
|
363
|
+ name = example;
|
364
|
364
|
productName = "Hello World";
|
365
|
|
- productReference = 13B07F961A680F5B00A75B9A /* react_native_navigation_bootstrap.app */;
|
|
365
|
+ productReference = 13B07F961A680F5B00A75B9A /* example.app */;
|
366
|
366
|
productType = "com.apple.product-type.application";
|
367
|
367
|
};
|
368
|
368
|
/* End PBXNativeTarget section */
|
|
@@ -380,7 +380,7 @@
|
380
|
380
|
};
|
381
|
381
|
};
|
382
|
382
|
};
|
383
|
|
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "react_native_navigation_bootstrap" */;
|
|
383
|
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */;
|
384
|
384
|
compatibilityVersion = "Xcode 3.2";
|
385
|
385
|
developmentRegion = English;
|
386
|
386
|
hasScannedForEncodings = 0;
|
|
@@ -439,8 +439,8 @@
|
439
|
439
|
);
|
440
|
440
|
projectRoot = "";
|
441
|
441
|
targets = (
|
442
|
|
- 13B07F861A680F5B00A75B9A /* react_native_navigation_bootstrap */,
|
443
|
|
- 00E356ED1AD99517003FC87E /* react_native_navigation_bootstrapTests */,
|
|
442
|
+ 13B07F861A680F5B00A75B9A /* example */,
|
|
443
|
+ 00E356ED1AD99517003FC87E /* exampleTests */,
|
444
|
444
|
);
|
445
|
445
|
};
|
446
|
446
|
/* End PBXProject section */
|
|
@@ -584,7 +584,7 @@
|
584
|
584
|
/* Begin PBXTargetDependency section */
|
585
|
585
|
00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
|
586
|
586
|
isa = PBXTargetDependency;
|
587
|
|
- target = 13B07F861A680F5B00A75B9A /* react_native_navigation_bootstrap */;
|
|
587
|
+ target = 13B07F861A680F5B00A75B9A /* example */;
|
588
|
588
|
targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
|
589
|
589
|
};
|
590
|
590
|
/* End PBXTargetDependency section */
|
|
@@ -614,7 +614,7 @@
|
614
|
614
|
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
615
|
615
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
616
|
616
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
617
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/react_native_navigation_bootstrap.app/react_native_navigation_bootstrap";
|
|
617
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
|
618
|
618
|
};
|
619
|
619
|
name = Debug;
|
620
|
620
|
};
|
|
@@ -627,7 +627,7 @@
|
627
|
627
|
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
628
|
628
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
629
|
629
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
630
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/react_native_navigation_bootstrap.app/react_native_navigation_bootstrap";
|
|
630
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
|
631
|
631
|
};
|
632
|
632
|
name = Release;
|
633
|
633
|
};
|
|
@@ -649,7 +649,7 @@
|
649
|
649
|
"-ObjC",
|
650
|
650
|
"-lc++",
|
651
|
651
|
);
|
652
|
|
- PRODUCT_NAME = react_native_navigation_bootstrap;
|
|
652
|
+ PRODUCT_NAME = example;
|
653
|
653
|
};
|
654
|
654
|
name = Debug;
|
655
|
655
|
};
|
|
@@ -670,7 +670,7 @@
|
670
|
670
|
"-ObjC",
|
671
|
671
|
"-lc++",
|
672
|
672
|
);
|
673
|
|
- PRODUCT_NAME = react_native_navigation_bootstrap;
|
|
673
|
+ PRODUCT_NAME = example;
|
674
|
674
|
};
|
675
|
675
|
name = Release;
|
676
|
676
|
};
|
|
@@ -763,7 +763,7 @@
|
763
|
763
|
/* End XCBuildConfiguration section */
|
764
|
764
|
|
765
|
765
|
/* Begin XCConfigurationList section */
|
766
|
|
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "react_native_navigation_bootstrapTests" */ = {
|
|
766
|
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */ = {
|
767
|
767
|
isa = XCConfigurationList;
|
768
|
768
|
buildConfigurations = (
|
769
|
769
|
00E356F61AD99517003FC87E /* Debug */,
|
|
@@ -772,7 +772,7 @@
|
772
|
772
|
defaultConfigurationIsVisible = 0;
|
773
|
773
|
defaultConfigurationName = Release;
|
774
|
774
|
};
|
775
|
|
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "react_native_navigation_bootstrap" */ = {
|
|
775
|
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */ = {
|
776
|
776
|
isa = XCConfigurationList;
|
777
|
777
|
buildConfigurations = (
|
778
|
778
|
13B07F941A680F5B00A75B9A /* Debug */,
|
|
@@ -781,7 +781,7 @@
|
781
|
781
|
defaultConfigurationIsVisible = 0;
|
782
|
782
|
defaultConfigurationName = Release;
|
783
|
783
|
};
|
784
|
|
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "react_native_navigation_bootstrap" */ = {
|
|
784
|
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */ = {
|
785
|
785
|
isa = XCConfigurationList;
|
786
|
786
|
buildConfigurations = (
|
787
|
787
|
83CBBA201A601CBA00E9B192 /* Debug */,
|