From f87ae3b315e20ac31426782d7f40f8977a36e5b9 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Mon, 8 Jan 2024 15:18:00 -0800 Subject: Add Markdown display for news articles to support rich text, images, links, tables, etc. --- .../xcshareddata/swiftpm/Package.resolved | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Hotline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (limited to 'Hotline.xcodeproj/project.xcworkspace/xcshareddata') diff --git a/Hotline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Hotline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..a1afabf --- /dev/null +++ b/Hotline.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 +} -- cgit