From 382121de2e79303845331d699adcdd777f8f062a Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 9 Jan 2024 10:30:44 -0800 Subject: Split view in News saves position and hiding when an article isn't selected. Some code cleanup. Some plumbing for news posting though it's not hooked up yet. --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 9 +++++++++ 1 file changed, 9 insertions(+) (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 index a1afabf..125ba89 100644 --- a/Hotline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Hotline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -9,6 +9,15 @@ "version" : "6.0.0" } }, + { + "identity" : "splitview", + "kind" : "remoteSourceControl", + "location" : "https://github.com/stevengharris/SplitView", + "state" : { + "revision" : "13ff85ae02a01ae257c0a5cf8b6eb1c2a9fff597", + "version" : "3.5.0" + } + }, { "identity" : "swift-markdown-ui", "kind" : "remoteSourceControl", -- cgit