From 8a8f865702de1b5352d87347056db09d109fc0b7 Mon Sep 17 00:00:00 2001 From: Yusuf Date: Sat, 4 Apr 2026 07:38:28 -0500 Subject: [PATCH] xcode update --- .../Platform.xcodeproj/project.pbxproj | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/ios/Platform/Platform.xcodeproj/project.pbxproj b/ios/Platform/Platform.xcodeproj/project.pbxproj index 31350ae..f0aeede 100644 --- a/ios/Platform/Platform.xcodeproj/project.pbxproj +++ b/ios/Platform/Platform.xcodeproj/project.pbxproj @@ -50,7 +50,8 @@ A10045 /* ArticleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10045 /* ArticleView.swift */; }; A10046 /* ArticleWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10046 /* ArticleWebView.swift */; }; A10047 /* FeedManagementSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10047 /* FeedManagementSheet.swift */; }; - F208E18F2F8082A200333426 /* ConfettiSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = F208E18E2F8082A200333426 /* ConfettiSwiftUI */; }; + A10048 /* ScrollViewDriver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10048 /* ScrollViewDriver.swift */; }; + F20549752F805F5800AE8DF5 /* ConfettiSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = F20549742F805F5800AE8DF5 /* ConfettiSwiftUI */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -97,6 +98,7 @@ B10045 /* ArticleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArticleView.swift; sourceTree = ""; }; B10046 /* ArticleWebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArticleWebView.swift; sourceTree = ""; }; B10047 /* FeedManagementSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedManagementSheet.swift; sourceTree = ""; }; + B10048 /* ScrollViewDriver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollViewDriver.swift; sourceTree = ""; }; C10001 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; D10001 /* Platform.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Platform.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -106,7 +108,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F208E18F2F8082A200333426 /* ConfettiSwiftUI in Frameworks */, + F20549752F805F5800AE8DF5 /* ConfettiSwiftUI in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -299,7 +301,7 @@ F10031 /* Models */, F10032 /* API */, F10033 /* ViewModels */, - F10034 /* Views */, + F10034R /* Views */, ); path = Reader; sourceTree = ""; @@ -328,7 +330,7 @@ path = ViewModels; sourceTree = ""; }; - F10034 /* Views */ = { + F10034R /* Views */ = { isa = PBXGroup; children = ( B10043 /* ReaderTabView.swift */, @@ -336,6 +338,7 @@ B10045 /* ArticleView.swift */, B10046 /* ArticleWebView.swift */, B10047 /* FeedManagementSheet.swift */, + B10048 /* ScrollViewDriver.swift */, ); path = Views; sourceTree = ""; @@ -385,7 +388,7 @@ ); mainGroup = F10001; packageReferences = ( - F208E18D2F8082A200333426 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */, + F20549732F805F5800AE8DF5 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */, ); productRefGroup = F10020 /* Products */; projectDirPath = ""; @@ -454,6 +457,7 @@ A10045 /* ArticleView.swift in Sources */, A10046 /* ArticleWebView.swift in Sources */, A10047 /* FeedManagementSheet.swift in Sources */, + A10048 /* ScrollViewDriver.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -661,7 +665,7 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ - F208E18D2F8082A200333426 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */ = { + F20549732F805F5800AE8DF5 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/simibac/ConfettiSwiftUI"; requirement = { @@ -672,9 +676,9 @@ /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - F208E18E2F8082A200333426 /* ConfettiSwiftUI */ = { + F20549742F805F5800AE8DF5 /* ConfettiSwiftUI */ = { isa = XCSwiftPackageProductDependency; - package = F208E18D2F8082A200333426 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */; + package = F20549732F805F5800AE8DF5 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */; productName = ConfettiSwiftUI; }; /* End XCSwiftPackageProductDependency section */