|
53 | 53 | 192F69B91E82409A008692C7 /* RCTConvert_YGValueTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 192F69B61E82409A008692C7 /* RCTConvert_YGValueTests.m */; };
|
54 | 54 | 192F69BA1E82409A008692C7 /* RCTNativeAnimatedNodesManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 192F69B71E82409A008692C7 /* RCTNativeAnimatedNodesManagerTests.m */; };
|
55 | 55 | 192F69DA1E8240E2008692C7 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 13E501A31D07A502005F35D8 /* libRCTAnimation.a */; };
|
| 56 | + 19BA88D51F84344F00741C5A /* RCTBlobManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 19BA88D41F84344F00741C5A /* RCTBlobManagerTests.m */; }; |
| 57 | + 19BA89031F8439A700741C5A /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5281CA511EEAC9A700AC40CD /* libRCTBlob.a */; }; |
56 | 58 | 272E6B3F1BEA849E001FCF37 /* UpdatePropertiesExampleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 272E6B3C1BEA849E001FCF37 /* UpdatePropertiesExampleView.m */; };
|
57 | 59 | 27B885561BED29AF00008352 /* RCTRootViewIntegrationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B885551BED29AF00008352 /* RCTRootViewIntegrationTests.m */; };
|
58 | 60 | 27F441EC1BEBE5030039B79C /* FlexibleSizeExampleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F441E81BEBE5030039B79C /* FlexibleSizeExampleView.m */; };
|
|
515 | 517 | 192F69B51E82409A008692C7 /* RCTAnimationUtilsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtilsTests.m; sourceTree = "<group>"; };
|
516 | 518 | 192F69B61E82409A008692C7 /* RCTConvert_YGValueTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTConvert_YGValueTests.m; sourceTree = "<group>"; };
|
517 | 519 | 192F69B71E82409A008692C7 /* RCTNativeAnimatedNodesManagerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManagerTests.m; sourceTree = "<group>"; };
|
| 520 | + 19BA88D41F84344F00741C5A /* RCTBlobManagerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTBlobManagerTests.m; sourceTree = "<group>"; }; |
518 | 521 | 272E6B3B1BEA849E001FCF37 /* UpdatePropertiesExampleView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UpdatePropertiesExampleView.h; path = RNTester/NativeExampleViews/UpdatePropertiesExampleView.h; sourceTree = "<group>"; };
|
519 | 522 | 272E6B3C1BEA849E001FCF37 /* UpdatePropertiesExampleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UpdatePropertiesExampleView.m; path = RNTester/NativeExampleViews/UpdatePropertiesExampleView.m; sourceTree = "<group>"; };
|
520 | 523 | 27B885551BED29AF00008352 /* RCTRootViewIntegrationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTRootViewIntegrationTests.m; sourceTree = "<group>"; };
|
|
553 | 556 | isa = PBXFrameworksBuildPhase;
|
554 | 557 | buildActionMask = 2147483647;
|
555 | 558 | files = (
|
| 559 | + 19BA89031F8439A700741C5A /* libRCTBlob.a in Frameworks */, |
556 | 560 | 192F69DA1E8240E2008692C7 /* libRCTAnimation.a in Frameworks */,
|
557 | 561 | 14D6D71E1B2222EF001FB087 /* libRCTActionSheet.a in Frameworks */,
|
558 | 562 | 14D6D7201B2222EF001FB087 /* libRCTGeolocation.a in Frameworks */,
|
|
767 | 771 | isa = PBXGroup;
|
768 | 772 | children = (
|
769 | 773 | 192F69B51E82409A008692C7 /* RCTAnimationUtilsTests.m */,
|
| 774 | + 19BA88D41F84344F00741C5A /* RCTBlobManagerTests.m */, |
770 | 775 | 192F69B61E82409A008692C7 /* RCTConvert_YGValueTests.m */,
|
771 | 776 | 192F69B71E82409A008692C7 /* RCTNativeAnimatedNodesManagerTests.m */,
|
772 | 777 | 13B6C1A21C34225900D3FAF5 /* RCTURLUtilsTests.m */,
|
|
884 | 889 | name = Products;
|
885 | 890 | sourceTree = "<group>";
|
886 | 891 | };
|
| 892 | + 19BA89021F8439A700741C5A /* Frameworks */ = { |
| 893 | + isa = PBXGroup; |
| 894 | + children = ( |
| 895 | + ); |
| 896 | + name = Frameworks; |
| 897 | + sourceTree = "<group>"; |
| 898 | + }; |
887 | 899 | 272E6B3A1BEA846C001FCF37 /* NativeExampleViews */ = {
|
888 | 900 | isa = PBXGroup;
|
889 | 901 | children = (
|
|
1683 | 1695 | 8385CF041B87479200C6273E /* RCTImageLoaderHelpers.m in Sources */,
|
1684 | 1696 | 192F69B91E82409A008692C7 /* RCTConvert_YGValueTests.m in Sources */,
|
1685 | 1697 | BC9C03401DC9F1D600B1C635 /* RCTDevMenuTests.m in Sources */,
|
| 1698 | + 19BA88D51F84344F00741C5A /* RCTBlobManagerTests.m in Sources */, |
1686 | 1699 | 68FF44381CF6111500720EFD /* RCTBundleURLProviderTests.m in Sources */,
|
1687 | 1700 | 8385CEF51B873B5C00C6273E /* RCTImageLoaderTests.m in Sources */,
|
1688 | 1701 | );
|
|
0 commit comments