From 2e5fe54615fac51c659c668101e5931a38dbe7e3 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 10 Mar 2026 21:57:39 +0500 Subject: [PATCH] fix(ios): add SearchView and AccountMenuSheet to Xcode project --- ios/LibNovel/LibNovel.xcodeproj/project.pbxproj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ios/LibNovel/LibNovel.xcodeproj/project.pbxproj b/ios/LibNovel/LibNovel.xcodeproj/project.pbxproj index 2eb44fb..bb71cd2 100644 --- a/ios/LibNovel/LibNovel.xcodeproj/project.pbxproj +++ b/ios/LibNovel/LibNovel.xcodeproj/project.pbxproj @@ -20,6 +20,8 @@ 5D8D783259EF54C773788AAB /* AuthStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = F219788AE5ACBD6F240674F5 /* AuthStore.swift */; }; 64D80AACB8E1967B17921EE3 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B17D50389C6C98FC78BDBC /* ProfileView.swift */; }; C3D7A2E15F8B04C9AB163D50 /* AvatarCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F1B8A26E3C97D0F52A4B71 /* AvatarCropView.swift */; }; + A2F1C3B84E9D71A0BC164F28 /* AccountMenuSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3E9D2C85A4F02E1F63B5A49 /* AccountMenuSheet.swift */; }; + D5E2A1C96F3B08D0F74C6B50 /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4F0A3B75E2D19C0E85A7B61 /* SearchView.swift */; }; 749292A18C57FA41EC88A30B /* BookDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39DE056C37FBC5EED8771821 /* BookDetailView.swift */; }; A1C3F2B84D9E72A1BC054F17 /* CommentsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2E8D1C74A3F91D0E5C72A38 /* CommentsView.swift */; }; 7C74C10317D389121922A5E3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5A776719B77EDDB5E44743B0 /* Assets.xcassets */; }; @@ -74,6 +76,8 @@ B593F179EC3E9112126B540B /* APIClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIClient.swift; sourceTree = ""; }; C0B17D50389C6C98FC78BDBC /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = ""; }; D4F1B8A26E3C97D0F52A4B71 /* AvatarCropView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarCropView.swift; sourceTree = ""; }; + B3E9D2C85A4F02E1F63B5A49 /* AccountMenuSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountMenuSheet.swift; sourceTree = ""; }; + C4F0A3B75E2D19C0E85A7B61 /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = ""; }; C21107BECA55C07416E0CB8B /* LibraryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibraryView.swift; sourceTree = ""; }; D6268D60803940CBD38FB921 /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = ""; }; DB13E89E50529E3081533A66 /* AudioPlayerService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioPlayerService.swift; sourceTree = ""; }; @@ -115,6 +119,7 @@ FA994FD601E79EC811D822A4 /* Library */, 89F2CB14192E7D7565A588E0 /* Player */, 3DB66C5703A4CCAFFA1B7AFE /* Profile */, + E6A2B4C07F1D38E0A95B3C72 /* Search */, ); path = Views; sourceTree = ""; @@ -132,10 +137,19 @@ children = ( C0B17D50389C6C98FC78BDBC /* ProfileView.swift */, D4F1B8A26E3C97D0F52A4B71 /* AvatarCropView.swift */, + B3E9D2C85A4F02E1F63B5A49 /* AccountMenuSheet.swift */, ); path = Profile; sourceTree = ""; }; + E6A2B4C07F1D38E0A95B3C72 /* Search */ = { + isa = PBXGroup; + children = ( + C4F0A3B75E2D19C0E85A7B61 /* SearchView.swift */, + ); + path = Search; + sourceTree = ""; + }; 426F7C5465758645B93A1AB1 /* Networking */ = { isa = PBXGroup; children = ( @@ -416,8 +430,10 @@ BE7805A4E78037A82B12AE56 /* PlayerViews.swift in Sources */, 64D80AACB8E1967B17921EE3 /* ProfileView.swift in Sources */, C3D7A2E15F8B04C9AB163D50 /* AvatarCropView.swift in Sources */, + A2F1C3B84E9D71A0BC164F28 /* AccountMenuSheet.swift in Sources */, 58E440CE4360D755401D1672 /* ProfileViewModel.swift in Sources */, 367C88FFC11701D2BAD8CCD0 /* RootTabView.swift in Sources */, + D5E2A1C96F3B08D0F74C6B50 /* SearchView.swift in Sources */, 41FB51553F1F1AEBFEA91C0A /* String+App.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0;