Skip to content

Commit 752981b

Browse files
committed
release 3.1
1 parent ff722a3 commit 752981b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

android/app/src/main/assets/fonts/Feather.ttf

100755100644
-6.68 KB
Binary file not shown.

ios/GSYGithubAPP.xcodeproj/project.pbxproj

+16-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
};
66
objectVersion = 46;
77
objects = {
8-
98
/* Begin PBXBuildFile section */
109
00A2BE7B06A94060825CD262 /* libRNI18n.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D4C9A30A03433C851C217D /* libRNI18n.a */; };
1110
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
@@ -74,6 +73,10 @@
7473
DDE4665A309441F5B2614D05 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = CA1BBF2E2A514CEC83B04305 /* MaterialIcons.ttf */; };
7574
EE2D8991B23748A3BFCCCC7A /* libRealmReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B13F14F65A642FF99A97D7A /* libRealmReact.a */; };
7675
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 */; };
7780
/* End PBXBuildFile section */
7881

7982
/* Begin PBXContainerItemProxy section */
@@ -576,6 +579,10 @@
576579
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>"; };
577580
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>"; };
578581
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; };
579586
/* End PBXFileReference section */
580587

581588
/* Begin PBXFrameworksBuildPhase section */
@@ -929,6 +936,10 @@
929936
E77C64C94AF34996BB5C7806 /* Octicons.ttf */,
930937
959969AB7168463BAC658DBE /* SimpleLineIcons.ttf */,
931938
446E4F0EEFEF49CBA949E535 /* Zocial.ttf */,
939+
6053FF8556FB4FFFB3B9C854 /* AntDesign.ttf */,
940+
E456229B5D934E34B05AB8AD /* FontAwesome5_Brands.ttf */,
941+
F358C632E50848AEB92411FC /* FontAwesome5_Regular.ttf */,
942+
946800A25EB64114A8242318 /* FontAwesome5_Solid.ttf */,
932943
);
933944
name = Resources;
934945
sourceTree = "<group>";
@@ -1672,6 +1683,10 @@
16721683
DCF2227B054D4EE6BAB253AB /* Octicons.ttf in Resources */,
16731684
9F991F47360A4670AD36047B /* SimpleLineIcons.ttf in Resources */,
16741685
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 */,
16751690
);
16761691
runOnlyForDeploymentPostprocessing = 0;
16771692
};

ios/GSYGithubAPP/Info.plist

+4-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@
5555
<string>Ionicons.ttf</string>
5656
<string>MaterialCommunityIcons.ttf</string>
5757
<string>MaterialIcons.ttf</string>
58-
<string>Octicons.ttf</string>
5958
<string>SimpleLineIcons.ttf</string>
6059
<string>Zocial.ttf</string>
60+
<string>AntDesign.ttf</string>
61+
<string>FontAwesome5_Brands.ttf</string>
62+
<string>FontAwesome5_Regular.ttf</string>
63+
<string>FontAwesome5_Solid.ttf</string>
6164
</array>
6265
<key>UIRequiredDeviceCapabilities</key>
6366
<array>

0 commit comments

Comments
 (0)