Skip to content

Commit

Permalink
⬆️ DittoSwiftPackage (4.8.0-visionos-beta.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Jun 14, 2024
1 parent 12ba455 commit ad84a39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "d63d5827873a0119e3404ee37307149877821f10099794a2b7de73603092b1eb",
"originHash" : "be2250795f1bf94101b295bae4e1eeb2157e900c22dcea54aeb4daaebc92f5f2",
"pins" : [
{
"identity" : "dittoswiftpackage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/getditto/DittoSwiftPackage",
"state" : {
"revision" : "f4179cecc59e6cb58a044d89572f4b95146eb57c",
"version" : "4.8.0-experimental-visionos-support"
"revision" : "7964986665af7acd1065cf7c8fcab584ec580bbd",
"version" : "4.8.0-visionos-beta.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let package = Package(
],
dependencies: [
// Ditto.diskUsage was added in 3.0.1
.package(url: "https://github.com/getditto/DittoSwiftPackage", from: "4.8.0-experimental-visionos-support"),
.package(url: "https://github.com/getditto/DittoSwiftPackage", from: "4.8.0-visionos-beta.1"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0")
],
targets: [
Expand Down

0 comments on commit ad84a39

Please sign in to comment.