Skip to content

Commit

Permalink
chore: add fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed Apr 20, 2024
1 parent 41605c9 commit 7fcd227
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 18 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file not shown.
52 changes: 36 additions & 16 deletions ios/bitkit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
5E1C536219A941E196AF124A /* InterTight-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 338D293EB40E4E389FBC7C23 /* InterTight-ExtraBold.ttf */; };
6D0C0A12EC09012FC2C7B093 /* libPods-bitkit-bitkitTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 11679ABA5E5432F056AD0BAB /* libPods-bitkit-bitkitTests.a */; };
777F5BE129EDEB75005E0E4B /* InterTight-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 777F5BDD29EDEB75005E0E4B /* InterTight-Bold.ttf */; };
777F5BE229EDEB75005E0E4B /* InterTight-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 777F5BDE29EDEB75005E0E4B /* InterTight-Regular.ttf */; };
777F5BE329EDEB75005E0E4B /* InterTight-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 777F5BDF29EDEB75005E0E4B /* InterTight-SemiBold.ttf */; };
777F5BE429EDEB75005E0E4B /* InterTight-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 777F5BE029EDEB75005E0E4B /* InterTight-Medium.ttf */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
870270AFD12441219FD50B68 /* InterTight-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2A039179F5C6418E83E3B050 /* InterTight-SemiBold.ttf */; };
87D3B5EA079D4FA68C386BF5 /* InterTight-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 64168E7029894EF19ADE6131 /* InterTight-Regular.ttf */; };
91D4B675A3AF425F8B9362F5 /* Damion-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 16210A6AB70D43599C92D081 /* Damion-Regular.ttf */; };
AB17D8738D684468B1BC33B2 /* InterTight-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 080D43BB997F438B883D9FFD /* InterTight-Bold.ttf */; };
D5B830BFE7D349C3A21BC3AC /* InterTight-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A20E0DC9D96148FD89698CC8 /* InterTight-Black.ttf */; };
E6601C06D5E54D3BA3DDF5BB /* InterTight-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 519344D8B75642659374C008 /* InterTight-Medium.ttf */; };
ED47B6FC01ED219648939E4A /* libPods-bitkit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DA86E416E5DED8B397FC4C1 /* libPods-bitkit.a */; };
/* End PBXBuildFile section */

Expand All @@ -34,6 +37,7 @@
00E356EE1AD99517003FC87E /* bitkitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = bitkitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
00E356F21AD99517003FC87E /* bitkitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = bitkitTests.m; sourceTree = "<group>"; };
080D43BB997F438B883D9FFD /* InterTight-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-Bold.ttf"; path = "../src/assets/fonts/InterTight-Bold.ttf"; sourceTree = "<group>"; };
1073FC6711B80DA599F1CD10 /* Pods-bitkit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bitkit.debug.xcconfig"; path = "Target Support Files/Pods-bitkit/Pods-bitkit.debug.xcconfig"; sourceTree = "<group>"; };
11679ABA5E5432F056AD0BAB /* libPods-bitkit-bitkitTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-bitkit-bitkitTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
13B07F961A680F5B00A75B9A /* bitkit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bitkit.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -42,15 +46,17 @@
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = bitkit/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = bitkit/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = bitkit/main.m; sourceTree = "<group>"; };
16210A6AB70D43599C92D081 /* Damion-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Damion-Regular.ttf"; path = "../src/assets/fonts/Damion-Regular.ttf"; sourceTree = "<group>"; };
1B1154C81634DBBF100D0F29 /* Pods-bitkit-bitkitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bitkit-bitkitTests.release.xcconfig"; path = "Target Support Files/Pods-bitkit-bitkitTests/Pods-bitkit-bitkitTests.release.xcconfig"; sourceTree = "<group>"; };
1DA86E416E5DED8B397FC4C1 /* libPods-bitkit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-bitkit.a"; sourceTree = BUILT_PRODUCTS_DIR; };
2A039179F5C6418E83E3B050 /* InterTight-SemiBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-SemiBold.ttf"; path = "../src/assets/fonts/InterTight-SemiBold.ttf"; sourceTree = "<group>"; };
338D293EB40E4E389FBC7C23 /* InterTight-ExtraBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-ExtraBold.ttf"; path = "../src/assets/fonts/InterTight-ExtraBold.ttf"; sourceTree = "<group>"; };
3FD55CD80EB91F35B33FACF6 /* Pods-bitkit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bitkit.release.xcconfig"; path = "Target Support Files/Pods-bitkit/Pods-bitkit.release.xcconfig"; sourceTree = "<group>"; };
777F5BDD29EDEB75005E0E4B /* InterTight-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InterTight-Bold.ttf"; sourceTree = "<group>"; };
777F5BDE29EDEB75005E0E4B /* InterTight-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InterTight-Regular.ttf"; sourceTree = "<group>"; };
777F5BDF29EDEB75005E0E4B /* InterTight-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InterTight-SemiBold.ttf"; sourceTree = "<group>"; };
777F5BE029EDEB75005E0E4B /* InterTight-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InterTight-Medium.ttf"; sourceTree = "<group>"; };
519344D8B75642659374C008 /* InterTight-Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-Medium.ttf"; path = "../src/assets/fonts/InterTight-Medium.ttf"; sourceTree = "<group>"; };
64168E7029894EF19ADE6131 /* InterTight-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-Regular.ttf"; path = "../src/assets/fonts/InterTight-Regular.ttf"; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = bitkit/LaunchScreen.storyboard; sourceTree = "<group>"; };
8FAF58C247E68AB7EC511BBF /* Pods-bitkit-bitkitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bitkit-bitkitTests.debug.xcconfig"; path = "Target Support Files/Pods-bitkit-bitkitTests/Pods-bitkit-bitkitTests.debug.xcconfig"; sourceTree = "<group>"; };
A20E0DC9D96148FD89698CC8 /* InterTight-Black.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-Black.ttf"; path = "../src/assets/fonts/InterTight-Black.ttf"; sourceTree = "<group>"; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -117,10 +123,6 @@
77BFF90929C3932F000E7921 /* fonts */ = {
isa = PBXGroup;
children = (
777F5BDD29EDEB75005E0E4B /* InterTight-Bold.ttf */,
777F5BE029EDEB75005E0E4B /* InterTight-Medium.ttf */,
777F5BDE29EDEB75005E0E4B /* InterTight-Regular.ttf */,
777F5BDF29EDEB75005E0E4B /* InterTight-SemiBold.ttf */,
);
name = fonts;
path = ../src/assets/fonts;
Expand All @@ -143,6 +145,7 @@
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
BBD78D7AC51CEA395F1C20DB /* Pods */,
ABDF0989A32947C490AA709C /* Resources */,
);
indentWidth = 2;
sourceTree = "<group>";
Expand All @@ -158,6 +161,20 @@
name = Products;
sourceTree = "<group>";
};
ABDF0989A32947C490AA709C /* Resources */ = {
isa = PBXGroup;
children = (
16210A6AB70D43599C92D081 /* Damion-Regular.ttf */,
A20E0DC9D96148FD89698CC8 /* InterTight-Black.ttf */,
080D43BB997F438B883D9FFD /* InterTight-Bold.ttf */,
338D293EB40E4E389FBC7C23 /* InterTight-ExtraBold.ttf */,
519344D8B75642659374C008 /* InterTight-Medium.ttf */,
64168E7029894EF19ADE6131 /* InterTight-Regular.ttf */,
2A039179F5C6418E83E3B050 /* InterTight-SemiBold.ttf */,
);
name = Resources;
sourceTree = "<group>";
};
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -266,12 +283,15 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
777F5BE329EDEB75005E0E4B /* InterTight-SemiBold.ttf in Resources */,
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
777F5BE229EDEB75005E0E4B /* InterTight-Regular.ttf in Resources */,
777F5BE129EDEB75005E0E4B /* InterTight-Bold.ttf in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
777F5BE429EDEB75005E0E4B /* InterTight-Medium.ttf in Resources */,
91D4B675A3AF425F8B9362F5 /* Damion-Regular.ttf in Resources */,
D5B830BFE7D349C3A21BC3AC /* InterTight-Black.ttf in Resources */,
AB17D8738D684468B1BC33B2 /* InterTight-Bold.ttf in Resources */,
5E1C536219A941E196AF124A /* InterTight-ExtraBold.ttf in Resources */,
E6601C06D5E54D3BA3DDF5BB /* InterTight-Medium.ttf in Resources */,
87D3B5EA079D4FA68C386BF5 /* InterTight-Regular.ttf in Resources */,
870270AFD12441219FD50B68 /* InterTight-SemiBold.ttf in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
7 changes: 5 additions & 2 deletions ios/bitkit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@
<string>The photo library is used to scan qrcodes in order to import or send Bitcoin and assets.</string>
<key>UIAppFonts</key>
<array>
<string>InterTight-Bold.ttf</string>
<string>InterTight-Medium.ttf</string>
<string>Damion-Regular.ttf</string>
<string>InterTight-Regular.ttf</string>
<string>InterTight-Medium.ttf</string>
<string>InterTight-SemiBold.ttf</string>
<string>InterTight-Bold.ttf</string>
<string>InterTight-ExtraBold.ttf</string>
<string>InterTight-Black.ttf</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen.storyboard</string>
Expand Down
Binary file added src/assets/fonts/InterTight-Black.ttf
Binary file not shown.
Binary file added src/assets/fonts/InterTight-ExtraBold.ttf
Binary file not shown.

0 comments on commit 7fcd227

Please sign in to comment.