From 2cc200dc2b4ba4c13326bcc93086e91b86f55387 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sat, 18 Oct 2025 13:35:23 +0500 Subject: [PATCH] mobile: fix paths for fonts --- .../ios/Notesnook.xcodeproj/project.pbxproj | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj index 6ab5fadf0..f9659b2cb 100644 --- a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj +++ b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj @@ -18,14 +18,14 @@ 6510E6D72877215700DACAA9 /* build.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6510E6D62877215700DACAA9 /* build.bundle */; }; 6515C42F2580AA3000E83E39 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6515C42E2580AA2F00E83E39 /* StoreKit.framework */; }; 6529A13E279BC4C70048D4A8 /* BootSplash.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6529A13D279BC4C70048D4A8 /* BootSplash.storyboard */; }; - 653F4DFC2EA35F99009A42A2 /* Inter-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DF92EA35F99009A42A2 /* Inter-Italic.ttf */; }; - 653F4DFD2EA35F99009A42A2 /* Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DFA2EA35F99009A42A2 /* Inter-Regular.ttf */; }; - 653F4DFE2EA35F99009A42A2 /* Inter-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DF82EA35F99009A42A2 /* Inter-Bold.ttf */; }; - 653F4DFF2EA35F99009A42A2 /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DFB2EA35F99009A42A2 /* Inter-SemiBold.ttf */; }; - 653F4E002EA35F99009A42A2 /* Inter-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DF92EA35F99009A42A2 /* Inter-Italic.ttf */; }; - 653F4E012EA35F99009A42A2 /* Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DFA2EA35F99009A42A2 /* Inter-Regular.ttf */; }; - 653F4E022EA35F99009A42A2 /* Inter-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DF82EA35F99009A42A2 /* Inter-Bold.ttf */; }; - 653F4E032EA35F99009A42A2 /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DFB2EA35F99009A42A2 /* Inter-SemiBold.ttf */; }; + 653F4E082EA3887C009A42A2 /* Inter-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4E042EA3887C009A42A2 /* Inter-Bold.ttf */; }; + 653F4E092EA3887C009A42A2 /* Inter-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4E052EA3887C009A42A2 /* Inter-Italic.ttf */; }; + 653F4E0A2EA3887C009A42A2 /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4E072EA3887C009A42A2 /* Inter-SemiBold.ttf */; }; + 653F4E0B2EA3887C009A42A2 /* Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4E062EA3887C009A42A2 /* Inter-Regular.ttf */; }; + 653F4E0C2EA3887C009A42A2 /* Inter-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4E042EA3887C009A42A2 /* Inter-Bold.ttf */; }; + 653F4E0D2EA3887C009A42A2 /* Inter-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4E052EA3887C009A42A2 /* Inter-Italic.ttf */; }; + 653F4E0E2EA3887C009A42A2 /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4E072EA3887C009A42A2 /* Inter-SemiBold.ttf */; }; + 653F4E0F2EA3887C009A42A2 /* Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4E062EA3887C009A42A2 /* Inter-Regular.ttf */; }; 6593E4A3281C345400492C50 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6593E4A2281C345400492C50 /* AppDelegate.mm */; }; 659BE46725E11A5100E05671 /* notesnook-text.png in Resources */ = {isa = PBXBuildFile; fileRef = 659BE46625E11A5100E05671 /* notesnook-text.png */; }; 65AA857925E6DDEC00772A01 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65AA857825E6DDEC00772A01 /* WidgetKit.framework */; }; @@ -120,10 +120,10 @@ 6515C42E2580AA2F00E83E39 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; 6529A13D279BC4C70048D4A8 /* BootSplash.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = BootSplash.storyboard; path = Notesnook/BootSplash.storyboard; sourceTree = ""; }; 6529D2B0257B4A2900B49BC3 /* NotesnookDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = NotesnookDebug.entitlements; path = Notesnook/NotesnookDebug.entitlements; sourceTree = ""; }; - 653F4DF82EA35F99009A42A2 /* Inter-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Bold.ttf"; path = "/Users/ammarahmed/Work/Projects/apps/notesnook/packages/editor-mobile/public/fonts/Inter-Bold.ttf"; sourceTree = ""; }; - 653F4DF92EA35F99009A42A2 /* Inter-Italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Italic.ttf"; path = "/Users/ammarahmed/Work/Projects/apps/notesnook/packages/editor-mobile/public/fonts/Inter-Italic.ttf"; sourceTree = ""; }; - 653F4DFA2EA35F99009A42A2 /* Inter-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Regular.ttf"; path = "/Users/ammarahmed/Work/Projects/apps/notesnook/packages/editor-mobile/public/fonts/Inter-Regular.ttf"; sourceTree = ""; }; - 653F4DFB2EA35F99009A42A2 /* Inter-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-SemiBold.ttf"; path = "/Users/ammarahmed/Work/Projects/apps/notesnook/packages/editor-mobile/public/fonts/Inter-SemiBold.ttf"; sourceTree = ""; }; + 653F4E042EA3887C009A42A2 /* Inter-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Bold.ttf"; path = "../../../../packages/editor-mobile/public/fonts/Inter-Bold.ttf"; sourceTree = SOURCE_ROOT; }; + 653F4E052EA3887C009A42A2 /* Inter-Italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Italic.ttf"; path = "../../../../packages/editor-mobile/public/fonts/Inter-Italic.ttf"; sourceTree = SOURCE_ROOT; }; + 653F4E062EA3887C009A42A2 /* Inter-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Regular.ttf"; path = "../../../../packages/editor-mobile/public/fonts/Inter-Regular.ttf"; sourceTree = SOURCE_ROOT; }; + 653F4E072EA3887C009A42A2 /* Inter-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-SemiBold.ttf"; path = "../../../../packages/editor-mobile/public/fonts/Inter-SemiBold.ttf"; sourceTree = SOURCE_ROOT; }; 6593E4A2281C345400492C50 /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = Notesnook/AppDelegate.mm; sourceTree = ""; }; 659BE46625E11A5100E05671 /* notesnook-text.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "notesnook-text.png"; path = "Notesnook/Images.xcassets/notesnook-text.png"; sourceTree = ""; }; 65A7F34F255689AD00699170 /* Notesnook.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = Notesnook.entitlements; path = Notesnook/Notesnook.entitlements; sourceTree = ""; }; @@ -304,10 +304,10 @@ 83CBB9F61A601CBA00E9B192 = { isa = PBXGroup; children = ( - 653F4DF82EA35F99009A42A2 /* Inter-Bold.ttf */, - 653F4DF92EA35F99009A42A2 /* Inter-Italic.ttf */, - 653F4DFA2EA35F99009A42A2 /* Inter-Regular.ttf */, - 653F4DFB2EA35F99009A42A2 /* Inter-SemiBold.ttf */, + 653F4E042EA3887C009A42A2 /* Inter-Bold.ttf */, + 653F4E052EA3887C009A42A2 /* Inter-Italic.ttf */, + 653F4E062EA3887C009A42A2 /* Inter-Regular.ttf */, + 653F4E072EA3887C009A42A2 /* Inter-SemiBold.ttf */, 65C400DD2A80B68D00AA3DF5 /* MaterialCommunityIcons.ttf */, 65C149862A61151B005C40F1 /* extension.bundle */, 6510E6D62877215700DACAA9 /* build.bundle */, @@ -560,11 +560,11 @@ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, 6529A13E279BC4C70048D4A8 /* BootSplash.storyboard in Resources */, 6510E6D72877215700DACAA9 /* build.bundle in Resources */, - 653F4E002EA35F99009A42A2 /* Inter-Italic.ttf in Resources */, - 653F4E012EA35F99009A42A2 /* Inter-Regular.ttf in Resources */, - 653F4E022EA35F99009A42A2 /* Inter-Bold.ttf in Resources */, - 653F4E032EA35F99009A42A2 /* Inter-SemiBold.ttf in Resources */, 659BE46725E11A5100E05671 /* notesnook-text.png in Resources */, + 653F4E0C2EA3887C009A42A2 /* Inter-Bold.ttf in Resources */, + 653F4E0D2EA3887C009A42A2 /* Inter-Italic.ttf in Resources */, + 653F4E0E2EA3887C009A42A2 /* Inter-SemiBold.ttf in Resources */, + 653F4E0F2EA3887C009A42A2 /* Inter-Regular.ttf in Resources */, E7F9D56665C2F19F4A97BF49 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -598,10 +598,10 @@ buildActionMask = 2147483647; files = ( 65C400DF2A80B6B600AA3DF5 /* MaterialCommunityIcons.ttf in Resources */, - 653F4DFC2EA35F99009A42A2 /* Inter-Italic.ttf in Resources */, - 653F4DFD2EA35F99009A42A2 /* Inter-Regular.ttf in Resources */, - 653F4DFE2EA35F99009A42A2 /* Inter-Bold.ttf in Resources */, - 653F4DFF2EA35F99009A42A2 /* Inter-SemiBold.ttf in Resources */, + 653F4E082EA3887C009A42A2 /* Inter-Bold.ttf in Resources */, + 653F4E092EA3887C009A42A2 /* Inter-Italic.ttf in Resources */, + 653F4E0A2EA3887C009A42A2 /* Inter-SemiBold.ttf in Resources */, + 653F4E0B2EA3887C009A42A2 /* Inter-Regular.ttf in Resources */, 65C149872A61151B005C40F1 /* extension.bundle in Resources */, 65B5014725A672B200E2D264 /* MainInterface.storyboard in Resources */, );