Skip to content

Commit

Permalink
add Package.resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgogogo committed Mar 11, 2024
1 parent 8b063b6 commit 102c6c6
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
59 changes: 59 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 102c6c6

Please sign in to comment.