From db184bf2134f25b41c76121e76e09a12ea931605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=B6=E6=9D=96?= Date: Sun, 22 Dec 2024 17:05:13 +0800 Subject: [PATCH] chore: remove .package.resolved as versions are fixed in Project.swift --- .package.resolved | 51 ----------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 .package.resolved diff --git a/.package.resolved b/.package.resolved deleted file mode 100644 index 8bd66e7..0000000 --- a/.package.resolved +++ /dev/null @@ -1,51 +0,0 @@ -{ - "originHash" : "5471a2090fe416c72770de4c7ffa66b8bd4b8d42ca11dd5815e6a16bf06f9b98", - "pins" : [ - { - "identity" : "corestore", - "kind" : "remoteSourceControl", - "location" : "https://github.com/JohnEstropia/CoreStore", - "state" : { - "revision" : "5a0d27cf343c6e341b0ef3c8d36104770b27a839", - "version" : "9.3.0" - } - }, - { - "identity" : "defaults", - "kind" : "remoteSourceControl", - "location" : "https://github.com/sindresorhus/Defaults", - "state" : { - "revision" : "ef1b2318fb549002bb533bec3a8ad98ae09f2cb6", - "version" : "9.0.0" - } - }, - { - "identity" : "swift-syntax", - "kind" : "remoteSourceControl", - "location" : "https://github.com/swiftlang/swift-syntax", - "state" : { - "revision" : "0687f71944021d616d34d922343dcef086855920", - "version" : "600.0.1" - } - }, - { - "identity" : "swifterswift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/SwifterSwift/SwifterSwift", - "state" : { - "revision" : "5a6de915bb80234e1e31b3e3e5f7a7995fc1f4db", - "version" : "7.0.0" - } - }, - { - "identity" : "swiftuix", - "kind" : "remoteSourceControl", - "location" : "https://github.com/SwiftUIX/SwiftUIX", - "state" : { - "revision" : "e984fd2e08140ad5a95d084be38fe02b774bc15d", - "version" : "0.2.3" - } - } - ], - "version" : 3 -}