|
12 | 12 | 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
|
13 | 13 | 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
|
14 | 14 | 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
|
15 |
| - 00E356F31AD99517003FC87E /* ExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ExampleTests.m */; }; |
| 15 | + 00E356F31AD99517003FC87E /* ListViewTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ListViewTests.m */; }; |
16 | 16 | 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
|
17 | 17 | 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
|
18 | 18 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
|
|
65 | 65 | containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
66 | 66 | proxyType = 1;
|
67 | 67 | remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
|
68 |
| - remoteInfo = Example; |
| 68 | + remoteInfo = ListView; |
69 | 69 | };
|
70 | 70 | 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
|
71 | 71 | isa = PBXContainerItemProxy;
|
|
111 | 111 | 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = ../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj; sourceTree = "<group>"; };
|
112 | 112 | 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = ../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj; sourceTree = "<group>"; };
|
113 | 113 | 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = ../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj; sourceTree = "<group>"; };
|
114 |
| - 00E356EE1AD99517003FC87E /* ExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 114 | + 00E356EE1AD99517003FC87E /* ListViewTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ListViewTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
115 | 115 | 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
116 |
| - 00E356F21AD99517003FC87E /* ExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExampleTests.m; sourceTree = "<group>"; }; |
| 116 | + 00E356F21AD99517003FC87E /* ListViewTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ListViewTests.m; sourceTree = "<group>"; }; |
117 | 117 | 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = ../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj; sourceTree = "<group>"; };
|
118 | 118 | 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = ../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj; sourceTree = "<group>"; };
|
119 |
| - 13B07F961A680F5B00A75B9A /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
120 |
| - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Example/AppDelegate.h; sourceTree = "<group>"; }; |
121 |
| - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Example/AppDelegate.m; sourceTree = "<group>"; }; |
| 119 | + 13B07F961A680F5B00A75B9A /* ListView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ListView.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 120 | + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ListView/AppDelegate.h; sourceTree = "<group>"; }; |
| 121 | + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = ListView/AppDelegate.m; sourceTree = "<group>"; }; |
122 | 122 | 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
123 |
| - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Example/Images.xcassets; sourceTree = "<group>"; }; |
124 |
| - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Example/Info.plist; sourceTree = "<group>"; }; |
125 |
| - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Example/main.m; sourceTree = "<group>"; }; |
| 123 | + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ListView/Images.xcassets; sourceTree = "<group>"; }; |
| 124 | + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ListView/Info.plist; sourceTree = "<group>"; }; |
| 125 | + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ListView/main.m; sourceTree = "<group>"; }; |
126 | 126 | 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = ../node_modules/react-native/React/React.xcodeproj; sourceTree = "<group>"; };
|
127 | 127 | 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = ../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj; sourceTree = "<group>"; };
|
128 | 128 | 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = ../node_modules/react-native/Libraries/Text/RCTText.xcodeproj; sourceTree = "<group>"; };
|
|
196 | 196 | name = Products;
|
197 | 197 | sourceTree = "<group>";
|
198 | 198 | };
|
199 |
| - 00E356EF1AD99517003FC87E /* ExampleTests */ = { |
| 199 | + 00E356EF1AD99517003FC87E /* ListViewTests */ = { |
200 | 200 | isa = PBXGroup;
|
201 | 201 | children = (
|
202 |
| - 00E356F21AD99517003FC87E /* ExampleTests.m */, |
| 202 | + 00E356F21AD99517003FC87E /* ListViewTests.m */, |
203 | 203 | 00E356F01AD99517003FC87E /* Supporting Files */,
|
204 | 204 | );
|
205 |
| - path = ExampleTests; |
| 205 | + path = ListViewTests; |
206 | 206 | sourceTree = "<group>";
|
207 | 207 | };
|
208 | 208 | 00E356F01AD99517003FC87E /* Supporting Files */ = {
|
|
229 | 229 | name = Products;
|
230 | 230 | sourceTree = "<group>";
|
231 | 231 | };
|
232 |
| - 13B07FAE1A68108700A75B9A /* Example */ = { |
| 232 | + 13B07FAE1A68108700A75B9A /* ListView */ = { |
233 | 233 | isa = PBXGroup;
|
234 | 234 | children = (
|
235 | 235 | 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
|
|
240 | 240 | 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
|
241 | 241 | 13B07FB71A68108700A75B9A /* main.m */,
|
242 | 242 | );
|
243 |
| - name = Example; |
| 243 | + name = ListView; |
244 | 244 | sourceTree = "<group>";
|
245 | 245 | };
|
246 | 246 | 146834001AC3E56700842450 /* Products */ = {
|
|
287 | 287 | 83CBB9F61A601CBA00E9B192 = {
|
288 | 288 | isa = PBXGroup;
|
289 | 289 | children = (
|
290 |
| - 13B07FAE1A68108700A75B9A /* Example */, |
| 290 | + 13B07FAE1A68108700A75B9A /* ListView */, |
291 | 291 | 832341AE1AAA6A7D00B99B32 /* Libraries */,
|
292 |
| - 00E356EF1AD99517003FC87E /* ExampleTests */, |
| 292 | + 00E356EF1AD99517003FC87E /* ListViewTests */, |
293 | 293 | 83CBBA001A601CBA00E9B192 /* Products */,
|
294 | 294 | );
|
295 | 295 | indentWidth = 2;
|
|
299 | 299 | 83CBBA001A601CBA00E9B192 /* Products */ = {
|
300 | 300 | isa = PBXGroup;
|
301 | 301 | children = (
|
302 |
| - 13B07F961A680F5B00A75B9A /* Example.app */, |
303 |
| - 00E356EE1AD99517003FC87E /* ExampleTests.xctest */, |
| 302 | + 13B07F961A680F5B00A75B9A /* ListView.app */, |
| 303 | + 00E356EE1AD99517003FC87E /* ListViewTests.xctest */, |
304 | 304 | );
|
305 | 305 | name = Products;
|
306 | 306 | sourceTree = "<group>";
|
307 | 307 | };
|
308 | 308 | /* End PBXGroup section */
|
309 | 309 |
|
310 | 310 | /* Begin PBXNativeTarget section */
|
311 |
| - 00E356ED1AD99517003FC87E /* ExampleTests */ = { |
| 311 | + 00E356ED1AD99517003FC87E /* ListViewTests */ = { |
312 | 312 | isa = PBXNativeTarget;
|
313 |
| - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ExampleTests" */; |
| 313 | + buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ListViewTests" */; |
314 | 314 | buildPhases = (
|
315 | 315 | 00E356EA1AD99517003FC87E /* Sources */,
|
316 | 316 | 00E356EB1AD99517003FC87E /* Frameworks */,
|
|
321 | 321 | dependencies = (
|
322 | 322 | 00E356F51AD99517003FC87E /* PBXTargetDependency */,
|
323 | 323 | );
|
324 |
| - name = ExampleTests; |
325 |
| - productName = ExampleTests; |
326 |
| - productReference = 00E356EE1AD99517003FC87E /* ExampleTests.xctest */; |
| 324 | + name = ListViewTests; |
| 325 | + productName = ListViewTests; |
| 326 | + productReference = 00E356EE1AD99517003FC87E /* ListViewTests.xctest */; |
327 | 327 | productType = "com.apple.product-type.bundle.unit-test";
|
328 | 328 | };
|
329 |
| - 13B07F861A680F5B00A75B9A /* Example */ = { |
| 329 | + 13B07F861A680F5B00A75B9A /* ListView */ = { |
330 | 330 | isa = PBXNativeTarget;
|
331 |
| - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Example" */; |
| 331 | + buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ListView" */; |
332 | 332 | buildPhases = (
|
333 | 333 | 13B07F871A680F5B00A75B9A /* Sources */,
|
334 | 334 | 13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
339 | 339 | );
|
340 | 340 | dependencies = (
|
341 | 341 | );
|
342 |
| - name = Example; |
| 342 | + name = ListView; |
343 | 343 | productName = "Hello World";
|
344 |
| - productReference = 13B07F961A680F5B00A75B9A /* Example.app */; |
| 344 | + productReference = 13B07F961A680F5B00A75B9A /* ListView.app */; |
345 | 345 | productType = "com.apple.product-type.application";
|
346 | 346 | };
|
347 | 347 | /* End PBXNativeTarget section */
|
|
359 | 359 | };
|
360 | 360 | };
|
361 | 361 | };
|
362 |
| - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Example" */; |
| 362 | + buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ListView" */; |
363 | 363 | compatibilityVersion = "Xcode 3.2";
|
364 | 364 | developmentRegion = English;
|
365 | 365 | hasScannedForEncodings = 0;
|
|
414 | 414 | );
|
415 | 415 | projectRoot = "";
|
416 | 416 | targets = (
|
417 |
| - 13B07F861A680F5B00A75B9A /* Example */, |
418 |
| - 00E356ED1AD99517003FC87E /* ExampleTests */, |
| 417 | + 13B07F861A680F5B00A75B9A /* ListView */, |
| 418 | + 00E356ED1AD99517003FC87E /* ListViewTests */, |
419 | 419 | );
|
420 | 420 | };
|
421 | 421 | /* End PBXProject section */
|
|
535 | 535 | isa = PBXSourcesBuildPhase;
|
536 | 536 | buildActionMask = 2147483647;
|
537 | 537 | files = (
|
538 |
| - 00E356F31AD99517003FC87E /* ExampleTests.m in Sources */, |
| 538 | + 00E356F31AD99517003FC87E /* ListViewTests.m in Sources */, |
539 | 539 | );
|
540 | 540 | runOnlyForDeploymentPostprocessing = 0;
|
541 | 541 | };
|
|
553 | 553 | /* Begin PBXTargetDependency section */
|
554 | 554 | 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
|
555 | 555 | isa = PBXTargetDependency;
|
556 |
| - target = 13B07F861A680F5B00A75B9A /* Example */; |
| 556 | + target = 13B07F861A680F5B00A75B9A /* ListView */; |
557 | 557 | targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
|
558 | 558 | };
|
559 | 559 | /* End PBXTargetDependency section */
|
|
565 | 565 | 13B07FB21A68108700A75B9A /* Base */,
|
566 | 566 | );
|
567 | 567 | name = LaunchScreen.xib;
|
568 |
| - path = Example; |
| 568 | + path = ListView; |
569 | 569 | sourceTree = "<group>";
|
570 | 570 | };
|
571 | 571 | /* End PBXVariantGroup section */
|
|
583 | 583 | "DEBUG=1",
|
584 | 584 | "$(inherited)",
|
585 | 585 | );
|
586 |
| - INFOPLIST_FILE = ExampleTests/Info.plist; |
| 586 | + INFOPLIST_FILE = ListViewTests/Info.plist; |
587 | 587 | IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
588 | 588 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
589 | 589 | PRODUCT_NAME = "$(TARGET_NAME)";
|
590 |
| - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example"; |
| 590 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListView.app/ListView"; |
591 | 591 | };
|
592 | 592 | name = Debug;
|
593 | 593 | };
|
|
600 | 600 | "$(SDKROOT)/Developer/Library/Frameworks",
|
601 | 601 | "$(inherited)",
|
602 | 602 | );
|
603 |
| - INFOPLIST_FILE = ExampleTests/Info.plist; |
| 603 | + INFOPLIST_FILE = ListViewTests/Info.plist; |
604 | 604 | IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
605 | 605 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
606 | 606 | PRODUCT_NAME = "$(TARGET_NAME)";
|
607 |
| - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example"; |
| 607 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListView.app/ListView"; |
608 | 608 | };
|
609 | 609 | name = Release;
|
610 | 610 | };
|
|
618 | 618 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
619 | 619 | "$(SRCROOT)/../node_modules/react-native/React/**",
|
620 | 620 | );
|
621 |
| - INFOPLIST_FILE = "Example/Info.plist"; |
| 621 | + INFOPLIST_FILE = "ListView/Info.plist"; |
622 | 622 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
623 | 623 | OTHER_LDFLAGS = "-ObjC";
|
624 |
| - PRODUCT_NAME = Example; |
| 624 | + PRODUCT_NAME = ListView; |
625 | 625 | };
|
626 | 626 | name = Debug;
|
627 | 627 | };
|
|
634 | 634 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
635 | 635 | "$(SRCROOT)/../node_modules/react-native/React/**",
|
636 | 636 | );
|
637 |
| - INFOPLIST_FILE = "Example/Info.plist"; |
| 637 | + INFOPLIST_FILE = "ListView/Info.plist"; |
638 | 638 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
639 | 639 | OTHER_LDFLAGS = "-ObjC";
|
640 |
| - PRODUCT_NAME = Example; |
| 640 | + PRODUCT_NAME = ListView; |
641 | 641 | };
|
642 | 642 | name = Release;
|
643 | 643 | };
|
|
730 | 730 | /* End XCBuildConfiguration section */
|
731 | 731 |
|
732 | 732 | /* Begin XCConfigurationList section */
|
733 |
| - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ExampleTests" */ = { |
| 733 | + 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ListViewTests" */ = { |
734 | 734 | isa = XCConfigurationList;
|
735 | 735 | buildConfigurations = (
|
736 | 736 | 00E356F61AD99517003FC87E /* Debug */,
|
|
739 | 739 | defaultConfigurationIsVisible = 0;
|
740 | 740 | defaultConfigurationName = Release;
|
741 | 741 | };
|
742 |
| - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Example" */ = { |
| 742 | + 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ListView" */ = { |
743 | 743 | isa = XCConfigurationList;
|
744 | 744 | buildConfigurations = (
|
745 | 745 | 13B07F941A680F5B00A75B9A /* Debug */,
|
|
748 | 748 | defaultConfigurationIsVisible = 0;
|
749 | 749 | defaultConfigurationName = Release;
|
750 | 750 | };
|
751 |
| - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Example" */ = { |
| 751 | + 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ListView" */ = { |
752 | 752 | isa = XCConfigurationList;
|
753 | 753 | buildConfigurations = (
|
754 | 754 | 83CBBA201A601CBA00E9B192 /* Debug */,
|
|
0 commit comments