Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 78c3357

Browse files
author
Geoff Raeder
committed
Updated checksum
1 parent d81d840 commit 78c3357

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

.build/manifest.db

8 KB
Binary file not shown.

.build/manifest.db-shm

0 Bytes
Binary file not shown.

.build/workspace-state.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
{"object": {"artifacts": [{"packageRef": {"identity": "bugsplat-ios", "kind": "root", "location": "/Users/geoff/Workspace/Bugsplat-iOS", "name": "Bugsplat-iOS"}, "path": "/Users/geoff/Workspace/Bugsplat-iOS/.build/artifacts/Bugsplat-iOS/Bugsplat.xcframework", "source": {"checksum": "7ee6bbe285b0594d198df9827a6219c19cbb8bd991baf2a317b4cf4b05919925", "type": "remote", "url": "https://github.com/BugSplat-Git/BugSplat-iOS/releases/download/1.0.0/Bugsplat.xcframework.zip"}, "targetName": "Bugsplat"}], "dependencies": []}, "version": 4}
1+
{
2+
"object" : {
3+
"artifacts" : [
4+
{
5+
"packageRef" : {
6+
"identity" : "bugsplat-ios",
7+
"kind" : "root",
8+
"location" : "/Users/geoff/Workspace/Bugsplat-iOS",
9+
"name" : "Bugsplat-iOS"
10+
},
11+
"path" : "/Users/geoff/Workspace/Bugsplat-iOS/.build/artifacts/Bugsplat-iOS/Bugsplat.xcframework",
12+
"source" : {
13+
"checksum" : "7ee6bbe285b0594d198df9827a6219c19cbb8bd991baf2a317b4cf4b05919925",
14+
"type" : "remote",
15+
"url" : "https://github.com/BugSplat-Git/BugSplat-iOS/releases/download/1.0.0/Bugsplat.xcframework.zip"
16+
},
17+
"targetName" : "Bugsplat"
18+
}
19+
],
20+
"dependencies" : [
21+
22+
]
23+
},
24+
"version" : 5
25+
}

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ let package = Package(
1717
.binaryTarget(
1818
name: "Bugsplat",
1919
url: "https://github.com/BugSplat-Git/BugSplat-iOS/releases/download/1.0.1/Bugsplat.xcframework.zip",
20-
checksum: "7ee6bbe285b0594d198df9827a6219c19cbb8bd991baf2a317b4cf4b05919925"),
20+
checksum: "18995def7335183c3676a032a46af4435cf06b1a380e32402a97d511dac06662"),
2121
]
2222
)

0 commit comments

Comments
 (0)