xcode update
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 4s
Security Checks / dockerfile-lint (push) Successful in 4s

This commit is contained in:
2026-04-04 07:38:28 -05:00
parent 144f24b7a0
commit 8a8f865702

View File

@@ -50,7 +50,8 @@
A10045 /* ArticleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10045 /* ArticleView.swift */; }; A10045 /* ArticleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10045 /* ArticleView.swift */; };
A10046 /* ArticleWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10046 /* ArticleWebView.swift */; }; A10046 /* ArticleWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10046 /* ArticleWebView.swift */; };
A10047 /* FeedManagementSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10047 /* FeedManagementSheet.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 */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
@@ -97,6 +98,7 @@
B10045 /* ArticleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArticleView.swift; sourceTree = "<group>"; }; B10045 /* ArticleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArticleView.swift; sourceTree = "<group>"; };
B10046 /* ArticleWebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArticleWebView.swift; sourceTree = "<group>"; }; B10046 /* ArticleWebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArticleWebView.swift; sourceTree = "<group>"; };
B10047 /* FeedManagementSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedManagementSheet.swift; sourceTree = "<group>"; }; B10047 /* FeedManagementSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedManagementSheet.swift; sourceTree = "<group>"; };
B10048 /* ScrollViewDriver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollViewDriver.swift; sourceTree = "<group>"; };
C10001 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; C10001 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D10001 /* Platform.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Platform.app; sourceTree = BUILT_PRODUCTS_DIR; }; D10001 /* Platform.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Platform.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */ /* End PBXFileReference section */
@@ -106,7 +108,7 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
F208E18F2F8082A200333426 /* ConfettiSwiftUI in Frameworks */, F20549752F805F5800AE8DF5 /* ConfettiSwiftUI in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@@ -299,7 +301,7 @@
F10031 /* Models */, F10031 /* Models */,
F10032 /* API */, F10032 /* API */,
F10033 /* ViewModels */, F10033 /* ViewModels */,
F10034 /* Views */, F10034R /* Views */,
); );
path = Reader; path = Reader;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -328,7 +330,7 @@
path = ViewModels; path = ViewModels;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
F10034 /* Views */ = { F10034R /* Views */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
B10043 /* ReaderTabView.swift */, B10043 /* ReaderTabView.swift */,
@@ -336,6 +338,7 @@
B10045 /* ArticleView.swift */, B10045 /* ArticleView.swift */,
B10046 /* ArticleWebView.swift */, B10046 /* ArticleWebView.swift */,
B10047 /* FeedManagementSheet.swift */, B10047 /* FeedManagementSheet.swift */,
B10048 /* ScrollViewDriver.swift */,
); );
path = Views; path = Views;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -385,7 +388,7 @@
); );
mainGroup = F10001; mainGroup = F10001;
packageReferences = ( packageReferences = (
F208E18D2F8082A200333426 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */, F20549732F805F5800AE8DF5 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */,
); );
productRefGroup = F10020 /* Products */; productRefGroup = F10020 /* Products */;
projectDirPath = ""; projectDirPath = "";
@@ -454,6 +457,7 @@
A10045 /* ArticleView.swift in Sources */, A10045 /* ArticleView.swift in Sources */,
A10046 /* ArticleWebView.swift in Sources */, A10046 /* ArticleWebView.swift in Sources */,
A10047 /* FeedManagementSheet.swift in Sources */, A10047 /* FeedManagementSheet.swift in Sources */,
A10048 /* ScrollViewDriver.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@@ -661,7 +665,7 @@
/* End XCConfigurationList section */ /* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */ /* Begin XCRemoteSwiftPackageReference section */
F208E18D2F8082A200333426 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */ = { F20549732F805F5800AE8DF5 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */ = {
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/simibac/ConfettiSwiftUI"; repositoryURL = "https://github.com/simibac/ConfettiSwiftUI";
requirement = { requirement = {
@@ -672,9 +676,9 @@
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */ /* Begin XCSwiftPackageProductDependency section */
F208E18E2F8082A200333426 /* ConfettiSwiftUI */ = { F20549742F805F5800AE8DF5 /* ConfettiSwiftUI */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
package = F208E18D2F8082A200333426 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */; package = F20549732F805F5800AE8DF5 /* XCRemoteSwiftPackageReference "ConfettiSwiftUI" */;
productName = ConfettiSwiftUI; productName = ConfettiSwiftUI;
}; };
/* End XCSwiftPackageProductDependency section */ /* End XCSwiftPackageProductDependency section */