From 5365ec22cf9a8cc79ff83d6288a85bc8f4e079a1 Mon Sep 17 00:00:00 2001 From: Stephen Bensley <76857027+stephenbensley@users.noreply.github.com> Date: Sun, 8 Sep 2024 08:03:57 -0700 Subject: [PATCH] Eliminate CheckersKit package. --- Queah.xcodeproj/project.pbxproj | 9 --------- .../xcshareddata/swiftpm/Package.resolved | 13 ++----------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/Queah.xcodeproj/project.pbxproj b/Queah.xcodeproj/project.pbxproj index f350f13..657e196 100644 --- a/Queah.xcodeproj/project.pbxproj +++ b/Queah.xcodeproj/project.pbxproj @@ -234,7 +234,6 @@ mainGroup = DC84DF512A3F5669009368A3; packageReferences = ( DC61BC832C8C909B0078130F /* XCRemoteSwiftPackageReference "UtiliKit" */, - DC61BC862C8C90A30078130F /* XCRemoteSwiftPackageReference "CheckersKit" */, ); productRefGroup = DC84DF5B2A3F5669009368A3 /* Products */; projectDirPath = ""; @@ -593,14 +592,6 @@ kind = branch; }; }; - DC61BC862C8C90A30078130F /* XCRemoteSwiftPackageReference "CheckersKit" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/stephenbensley/CheckersKit"; - requirement = { - branch = main; - kind = branch; - }; - }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ diff --git a/Queah.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Queah.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index c59fe9b..37e25d5 100644 --- a/Queah.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Queah.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,22 +1,13 @@ { - "originHash" : "d6abd9716227493a2d07d77e6945341e05a54457c3128151eaa8bad4ebbb28b5", + "originHash" : "9904166925030d438115cf3427cde4d59a2e94263ad3f7cb6cc541da2d8f7430", "pins" : [ - { - "identity" : "checkerskit", - "kind" : "remoteSourceControl", - "location" : "https://github.com/stephenbensley/CheckersKit", - "state" : { - "branch" : "main", - "revision" : "fc0486998ab2627b52f2363891e21c55f5abf39c" - } - }, { "identity" : "utilikit", "kind" : "remoteSourceControl", "location" : "https://github.com/stephenbensley/UtiliKit", "state" : { "branch" : "main", - "revision" : "ab173e9bd7891ad91e04af2a17a8c1198739433f" + "revision" : "447e62dc4ec41ab571fd49ec25003b9836fa6181" } } ],