From 88fe99f7c491c4a09de1dcaee6ae9269c1c87f53 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 1 May 2024 21:38:44 -0700 Subject: Merge and use new shared SoundEffectsPlayer. --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (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 125ba89..d76a9ac 100644 --- a/Hotline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Hotline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,4 +1,5 @@ { + "originHash" : "e60904df125ffbce75adea70452a77ae65a068371a6b6c4cfe0e6c155c4bdcee", "pins" : [ { "identity" : "networkimage", @@ -14,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/stevengharris/SplitView", "state" : { - "revision" : "13ff85ae02a01ae257c0a5cf8b6eb1c2a9fff597", - "version" : "3.5.0" + "revision" : "b37d559fd334cd5403433a29a5da6fe78f80714a", + "version" : "3.5.2" } }, { @@ -28,5 +29,5 @@ } } ], - "version" : 2 + "version" : 3 } -- cgit