From 102c6c6915138293712b29d727fb4b736ca90645 Mon Sep 17 00:00:00 2001 From: Jiaan Fang Date: Mon, 11 Mar 2024 15:21:52 +0800 Subject: [PATCH] add Package.resolved --- .gitignore | 2 +- Package.resolved | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 Package.resolved diff --git a/.gitignore b/.gitignore index 3bcc694..9a89a5b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,7 @@ playground.xcworkspace # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ # Package.pins -Package.resolved +#Package.resolved # *.xcodeproj # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 0000000..f96a3b2 --- /dev/null +++ b/Package.resolved @@ -0,0 +1,59 @@ +{ + "pins" : [ + { + "identity" : "codeeditlanguages", + "kind" : "remoteSourceControl", + "location" : "https://github.com/CodeEditApp/CodeEditLanguages", + "state" : { + "revision" : "620b463c88894741e20d4711c9435b33547de5d2", + "version" : "0.1.18" + } + }, + { + "identity" : "neon", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ChimeHQ/Neon.git", + "state" : { + "revision" : "7df7d080a271cfa4dc87f94cccc024665a75047e", + "version" : "0.6.0" + } + }, + { + "identity" : "rearrange", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ChimeHQ/Rearrange", + "state" : { + "revision" : "5ff7f3363f7a08f77e0d761e38e6add31c2136e1", + "version" : "1.8.1" + } + }, + { + "identity" : "sttextkitplus", + "kind" : "remoteSourceControl", + "location" : "https://github.com/krzyzanowskim/STTextKitPlus", + "state" : { + "revision" : "5500fa8811ed339605b0861ae0390677863a7bfe", + "version" : "0.0.2" + } + }, + { + "identity" : "sttextview", + "kind" : "remoteSourceControl", + "location" : "https://github.com/krzyzanowskim/STTextView", + "state" : { + "revision" : "44a35913fb509348a6e92a22f9422f3189ae4106", + "version" : "0.8.25" + } + }, + { + "identity" : "swifttreesitter", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ChimeHQ/SwiftTreeSitter.git", + "state" : { + "revision" : "2599e95310b3159641469d8a21baf2d3d200e61f", + "version" : "0.8.0" + } + } + ], + "version" : 2 +}