From ea8d128af5ef119e4ac73a40dc69ba4a5266cf9a Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Sun, 12 Jul 2026 02:46:55 +0200 Subject: [PATCH] dependencies: add ZIPFoundation --- ImageViewer.xcodeproj/project.pbxproj | 35 +++++++++++++++++-- .../xcshareddata/swiftpm/Package.resolved | 15 ++++++++ 2 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 ImageViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/ImageViewer.xcodeproj/project.pbxproj b/ImageViewer.xcodeproj/project.pbxproj index 26bbb20..b1036f7 100644 --- a/ImageViewer.xcodeproj/project.pbxproj +++ b/ImageViewer.xcodeproj/project.pbxproj @@ -16,6 +16,9 @@ 840F62692E7B65B700C8A64A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840F62682E7B65B700C8A64A /* AppDelegate.swift */; }; 840F626D2E7B65B700C8A64A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840F626C2E7B65B700C8A64A /* ViewController.swift */; }; 840F62722E7B65B900C8A64A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 840F62712E7B65B900C8A64A /* Assets.xcassets */; }; + 9A77032C300317E4004A0222 /* ZIPFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = 9A77032B300317E4004A0222 /* ZIPFoundation */; }; + 9A77032F30031A32004A0222 /* FlatBuffers in Frameworks */ = {isa = PBXBuildFile; productRef = 9A77032E30031A32004A0222 /* FlatBuffers */; }; + 9A77033130031A32004A0222 /* FlexBuffers in Frameworks */ = {isa = PBXBuildFile; productRef = 9A77033030031A32004A0222 /* FlexBuffers */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -36,7 +39,10 @@ 22EF4C5B2FFDC39600852A4F /* FlatBuffers in Frameworks */, 22B015A72F82A2DC0088F94F /* FlatBuffers in Frameworks */, 22B015A92F82A2DC0088F94F /* FlexBuffers in Frameworks */, + 9A77032F30031A32004A0222 /* FlatBuffers in Frameworks */, 22EF4C5D2FFDC39600852A4F /* FlexBuffers in Frameworks */, + 9A77033130031A32004A0222 /* FlexBuffers in Frameworks */, + 9A77032C300317E4004A0222 /* ZIPFoundation in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -117,7 +123,8 @@ ); mainGroup = 840F625C2E7B65B700C8A64A; packageReferences = ( - 22EF4C592FFDC39600852A4F /* XCLocalSwiftPackageReference "dependencies/flatbuffers" */, + 9A77032A300317E4004A0222 /* XCRemoteSwiftPackageReference "ZIPFoundation" */, + 9A77032D30031A32004A0222 /* XCLocalSwiftPackageReference "dependencies/flatbuffers" */, ); productRefGroup = 840F62662E7B65B700C8A64A /* Products */; projectDirPath = ""; @@ -352,12 +359,23 @@ /* End XCConfigurationList section */ /* Begin XCLocalSwiftPackageReference section */ - 22EF4C592FFDC39600852A4F /* XCLocalSwiftPackageReference "dependencies/flatbuffers" */ = { + 9A77032D30031A32004A0222 /* XCLocalSwiftPackageReference "dependencies/flatbuffers" */ = { isa = XCLocalSwiftPackageReference; relativePath = dependencies/flatbuffers; }; /* End XCLocalSwiftPackageReference section */ +/* Begin XCRemoteSwiftPackageReference section */ + 9A77032A300317E4004A0222 /* XCRemoteSwiftPackageReference "ZIPFoundation" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/weichsel/ZIPFoundation.git"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 0.9.20; + }; + }; +/* End XCRemoteSwiftPackageReference section */ + /* Begin XCSwiftPackageProductDependency section */ 22B015A62F82A2DC0088F94F /* FlatBuffers */ = { isa = XCSwiftPackageProductDependency; @@ -375,6 +393,19 @@ isa = XCSwiftPackageProductDependency; productName = FlexBuffers; }; + 9A77032B300317E4004A0222 /* ZIPFoundation */ = { + isa = XCSwiftPackageProductDependency; + package = 9A77032A300317E4004A0222 /* XCRemoteSwiftPackageReference "ZIPFoundation" */; + productName = ZIPFoundation; + }; + 9A77032E30031A32004A0222 /* FlatBuffers */ = { + isa = XCSwiftPackageProductDependency; + productName = FlatBuffers; + }; + 9A77033030031A32004A0222 /* FlexBuffers */ = { + isa = XCSwiftPackageProductDependency; + productName = FlexBuffers; + }; /* End XCSwiftPackageProductDependency section */ }; rootObject = 840F625D2E7B65B700C8A64A /* Project object */; diff --git a/ImageViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ImageViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..8c055df --- /dev/null +++ b/ImageViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,15 @@ +{ + "originHash" : "1d2ea13999643e07c5cb84a07c2cd10221ddf2714932691ba7147378d56f57ac", + "pins" : [ + { + "identity" : "zipfoundation", + "kind" : "remoteSourceControl", + "location" : "https://github.com/weichsel/ZIPFoundation.git", + "state" : { + "revision" : "22787ffb59de99e5dc1fbfe80b19c97a904ad48d", + "version" : "0.9.20" + } + } + ], + "version" : 3 +}