|
36 | 36 | 2DCD954D1E0B4F2C00145EB5 /* exampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* exampleTests.m */; };
|
37 | 37 | 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
|
38 | 38 | 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
|
| 39 | + ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; |
39 | 40 | /* End PBXBuildFile section */
|
40 | 41 |
|
41 | 42 | /* Begin PBXContainerItemProxy section */
|
|
228 | 229 | remoteGlobalIDString = 58B5119B1A9E6C1200147676;
|
229 | 230 | remoteInfo = RCTText;
|
230 | 231 | };
|
| 232 | + ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = { |
| 233 | + isa = PBXContainerItemProxy; |
| 234 | + containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; |
| 235 | + proxyType = 2; |
| 236 | + remoteGlobalIDString = 358F4ED71D1E81A9004DF814; |
| 237 | + remoteInfo = RCTBlob; |
| 238 | + }; |
231 | 239 | /* End PBXContainerItemProxy section */
|
232 | 240 |
|
233 | 241 | /* Begin PBXFileReference section */
|
|
255 | 263 | 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
|
256 | 264 | 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
|
257 | 265 | 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
|
| 266 | + ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; }; |
258 | 267 | /* End PBXFileReference section */
|
259 | 268 |
|
260 | 269 | /* Begin PBXFrameworksBuildPhase section */
|
|
270 | 279 | isa = PBXFrameworksBuildPhase;
|
271 | 280 | buildActionMask = 2147483647;
|
272 | 281 | files = (
|
| 282 | + ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, |
| 283 | + 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */, |
273 | 284 | 146834051AC3E58100842450 /* libReact.a in Frameworks */,
|
274 | 285 | 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
|
275 | 286 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
|
|
411 | 422 | 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */,
|
412 | 423 | 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */,
|
413 | 424 | 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */,
|
| 425 | + 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */, |
414 | 426 | );
|
415 | 427 | name = Products;
|
416 | 428 | sourceTree = "<group>";
|
|
439 | 451 | 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */,
|
440 | 452 | 146833FF1AC3E56700842450 /* React.xcodeproj */,
|
441 | 453 | 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
|
| 454 | + ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */, |
442 | 455 | 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
|
443 | 456 | 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
|
444 | 457 | 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
|
|
471 | 484 | indentWidth = 2;
|
472 | 485 | sourceTree = "<group>";
|
473 | 486 | tabWidth = 2;
|
| 487 | + usesTabs = 0; |
474 | 488 | };
|
475 | 489 | 83CBBA001A601CBA00E9B192 /* Products */ = {
|
476 | 490 | isa = PBXGroup;
|
|
483 | 497 | name = Products;
|
484 | 498 | sourceTree = "<group>";
|
485 | 499 | };
|
| 500 | + ADBDB9201DFEBF0600ED6528 /* Products */ = { |
| 501 | + isa = PBXGroup; |
| 502 | + children = ( |
| 503 | + ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */, |
| 504 | + ); |
| 505 | + name = Products; |
| 506 | + sourceTree = "<group>"; |
| 507 | + }; |
486 | 508 | /* End PBXGroup section */
|
487 | 509 |
|
488 | 510 | /* Begin PBXNativeTarget section */
|
|
602 | 624 | ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */;
|
603 | 625 | ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
|
604 | 626 | },
|
| 627 | + { |
| 628 | + ProductGroup = ADBDB9201DFEBF0600ED6528 /* Products */; |
| 629 | + ProjectRef = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; |
| 630 | + }, |
605 | 631 | {
|
606 | 632 | ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
|
607 | 633 | ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
|
|
748 | 774 | remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */;
|
749 | 775 | sourceTree = BUILT_PRODUCTS_DIR;
|
750 | 776 | };
|
751 |
| - 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = { |
| 777 | + 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */ = { |
752 | 778 | isa = PBXReferenceProxy;
|
753 | 779 | fileType = archive.ar;
|
754 |
| - path = libReact.a; |
| 780 | + path = "libReact-tvOS.a"; |
755 | 781 | remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */;
|
756 | 782 | sourceTree = BUILT_PRODUCTS_DIR;
|
757 | 783 | };
|
|
825 | 851 | remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
|
826 | 852 | sourceTree = BUILT_PRODUCTS_DIR;
|
827 | 853 | };
|
| 854 | + ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = { |
| 855 | + isa = PBXReferenceProxy; |
| 856 | + fileType = archive.ar; |
| 857 | + path = libRCTBlob.a; |
| 858 | + remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */; |
| 859 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 860 | + }; |
828 | 861 | /* End PBXReferenceProxy section */
|
829 | 862 |
|
830 | 863 | /* Begin PBXResourcesBuildPhase section */
|
|
874 | 907 | );
|
875 | 908 | runOnlyForDeploymentPostprocessing = 0;
|
876 | 909 | shellPath = /bin/sh;
|
877 |
| - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh"; |
| 910 | + shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; |
878 | 911 | };
|
879 | 912 | 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
|
880 | 913 | isa = PBXShellScriptBuildPhase;
|
|
888 | 921 | );
|
889 | 922 | runOnlyForDeploymentPostprocessing = 0;
|
890 | 923 | shellPath = /bin/sh;
|
891 |
| - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh"; |
| 924 | + shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; |
892 | 925 | };
|
893 | 926 | /* End PBXShellScriptBuildPhase section */
|
894 | 927 |
|
|
0 commit comments