From 4fb1b8ae18acde75031582fe6ace53207c30eddf Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 30 Mar 2022 12:48:40 -0400 Subject: [PATCH] Switch to ZipFoundation main branch --- SilicaViewer.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 24 +++++++++---------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/SilicaViewer.xcodeproj/project.pbxproj b/SilicaViewer.xcodeproj/project.pbxproj index a31eaca..ca20b5c 100644 --- a/SilicaViewer.xcodeproj/project.pbxproj +++ b/SilicaViewer.xcodeproj/project.pbxproj @@ -990,7 +990,7 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/weichsel/ZIPFoundation/"; requirement = { - branch = development; + branch = main; kind = branch; }; }; diff --git a/SilicaViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/SilicaViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 749c23d..e9856dd 100644 --- a/SilicaViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/SilicaViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,16 +1,14 @@ { - "object": { - "pins": [ - { - "package": "ZIPFoundation", - "repositoryURL": "https://github.com/weichsel/ZIPFoundation/", - "state": { - "branch": "development", - "revision": "6696b6811924ac4672ac602fb7efb9dcfd7322cf", - "version": null - } + "pins" : [ + { + "identity" : "zipfoundation", + "kind" : "remoteSourceControl", + "location" : "https://github.com/weichsel/ZIPFoundation/", + "state" : { + "branch" : "main", + "revision" : "7254c74b49cec2cb81520523ba993c671f71b066" } - ] - }, - "version": 1 + } + ], + "version" : 2 }