diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-01 21:38:44 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-01 21:38:44 -0700 |
| commit | 88fe99f7c491c4a09de1dcaee6ae9269c1c87f53 (patch) | |
| tree | a9cb308df47d878d8c9ff2b605ebe80fe109b4e3 /Hotline.xcodeproj | |
| parent | 60a3f2d29dfff945f59787f5a7786c6e78ba7bb9 (diff) | |
Merge and use new shared SoundEffectsPlayer.
Diffstat (limited to 'Hotline.xcodeproj')
| -rw-r--r-- | Hotline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 7 |
1 files changed, 4 insertions, 3 deletions
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 } |