|
5 | 5 | };
|
6 | 6 | objectVersion = 46;
|
7 | 7 | objects = {
|
8 |
| - |
9 | 8 | /* Begin PBXBuildFile section */
|
10 | 9 | 00A2BE7B06A94060825CD262 /* libRNI18n.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D4C9A30A03433C851C217D /* libRNI18n.a */; };
|
11 | 10 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
|
|
74 | 73 | DDE4665A309441F5B2614D05 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = CA1BBF2E2A514CEC83B04305 /* MaterialIcons.ttf */; };
|
75 | 74 | EE2D8991B23748A3BFCCCC7A /* libRealmReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B13F14F65A642FF99A97D7A /* libRealmReact.a */; };
|
76 | 75 | FCB92FCF0A5947BEBF5BBF19 /* libRNVersionNumber.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C43B353EEF942FCA9BF3C1E /* libRNVersionNumber.a */; };
|
| 76 | + C1662350E6904F60AFA2B66F /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6053FF8556FB4FFFB3B9C854 /* AntDesign.ttf */; }; |
| 77 | + 07F410480086404EA23278A5 /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E456229B5D934E34B05AB8AD /* FontAwesome5_Brands.ttf */; }; |
| 78 | + 5B3232B99AD545A7B108D0E4 /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F358C632E50848AEB92411FC /* FontAwesome5_Regular.ttf */; }; |
| 79 | + 3E69B8A40D4F4C52BF4C3431 /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 946800A25EB64114A8242318 /* FontAwesome5_Solid.ttf */; }; |
77 | 80 | /* End PBXBuildFile section */
|
78 | 81 |
|
79 | 82 | /* Begin PBXContainerItemProxy section */
|
|
576 | 579 | E77C64C94AF34996BB5C7806 /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
|
577 | 580 | EF1D63B353BB47719FC3ED6B /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
|
578 | 581 | F7F0D62E2F834033A28A1210 /* libLottie.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libLottie.a; sourceTree = "<group>"; };
|
| 582 | + 6053FF8556FB4FFFB3B9C854 /* AntDesign.ttf */ = {isa = PBXFileReference; name = "AntDesign.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; |
| 583 | + E456229B5D934E34B05AB8AD /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; name = "FontAwesome5_Brands.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; |
| 584 | + F358C632E50848AEB92411FC /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; name = "FontAwesome5_Regular.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; |
| 585 | + 946800A25EB64114A8242318 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; name = "FontAwesome5_Solid.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; |
579 | 586 | /* End PBXFileReference section */
|
580 | 587 |
|
581 | 588 | /* Begin PBXFrameworksBuildPhase section */
|
|
929 | 936 | E77C64C94AF34996BB5C7806 /* Octicons.ttf */,
|
930 | 937 | 959969AB7168463BAC658DBE /* SimpleLineIcons.ttf */,
|
931 | 938 | 446E4F0EEFEF49CBA949E535 /* Zocial.ttf */,
|
| 939 | + 6053FF8556FB4FFFB3B9C854 /* AntDesign.ttf */, |
| 940 | + E456229B5D934E34B05AB8AD /* FontAwesome5_Brands.ttf */, |
| 941 | + F358C632E50848AEB92411FC /* FontAwesome5_Regular.ttf */, |
| 942 | + 946800A25EB64114A8242318 /* FontAwesome5_Solid.ttf */, |
932 | 943 | );
|
933 | 944 | name = Resources;
|
934 | 945 | sourceTree = "<group>";
|
|
1672 | 1683 | DCF2227B054D4EE6BAB253AB /* Octicons.ttf in Resources */,
|
1673 | 1684 | 9F991F47360A4670AD36047B /* SimpleLineIcons.ttf in Resources */,
|
1674 | 1685 | CF3FCFA0522F4676A76C79E2 /* Zocial.ttf in Resources */,
|
| 1686 | + C1662350E6904F60AFA2B66F /* AntDesign.ttf in Resources */, |
| 1687 | + 07F410480086404EA23278A5 /* FontAwesome5_Brands.ttf in Resources */, |
| 1688 | + 5B3232B99AD545A7B108D0E4 /* FontAwesome5_Regular.ttf in Resources */, |
| 1689 | + 3E69B8A40D4F4C52BF4C3431 /* FontAwesome5_Solid.ttf in Resources */, |
1675 | 1690 | );
|
1676 | 1691 | runOnlyForDeploymentPostprocessing = 0;
|
1677 | 1692 | };
|
|
0 commit comments