aboutsummaryrefslogtreecommitdiff
path: root/LibreEdit.xcodeproj/project.xcworkspace
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-01-14 12:01:54 -0600
committerChristian Cleberg <hello@cleberg.net>2024-01-14 12:01:54 -0600
commit42f3aa0f6f9b72b06583715c812b0668801b5689 (patch)
tree92d10decacce0ff79f9dd763db4a29459a94aaf0 /LibreEdit.xcodeproj/project.xcworkspace
parent896d36505ab0f8f4cd00741f9dfd33d0c69d7ec1 (diff)
downloadlibre-edit-42f3aa0f6f9b72b06583715c812b0668801b5689.tar.gz
libre-edit-42f3aa0f6f9b72b06583715c812b0668801b5689.tar.bz2
libre-edit-42f3aa0f6f9b72b06583715c812b0668801b5689.zip
feat: add option to view rendered markdown
Diffstat (limited to 'LibreEdit.xcodeproj/project.xcworkspace')
-rw-r--r--LibreEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved23
1 files changed, 23 insertions, 0 deletions
diff --git a/LibreEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/LibreEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
new file mode 100644
index 0000000..a1afabf
--- /dev/null
+++ b/LibreEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -0,0 +1,23 @@
+{
+ "pins" : [
+ {
+ "identity" : "networkimage",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/gonzalezreal/NetworkImage",
+ "state" : {
+ "revision" : "7aff8d1b31148d32c5933d75557d42f6323ee3d1",
+ "version" : "6.0.0"
+ }
+ },
+ {
+ "identity" : "swift-markdown-ui",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/gonzalezreal/swift-markdown-ui",
+ "state" : {
+ "revision" : "ae799d015a5374708f7b4c85f3294c05f2a564e2",
+ "version" : "2.3.0"
+ }
+ }
+ ],
+ "version" : 2
+}