We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0aef9 commit eacdce9Copy full SHA for eacdce9
1 file changed
Package.swift
@@ -21,8 +21,8 @@ let package = Package(
21
// BugSplat.xcframework contains PLCrashReporter statically linked
22
.binaryTarget(
23
name: "BugSplat",
24
- url: "https://github.com/BugSplat-Git/bugsplat-apple/releases/download/v3.1.2/BugSplat.xcframework.zip",
25
- checksum: "535087572ea942565259d0131c83320d7a4d0486c3c58d7689c5538b2e005451"
+ url: "https://github.com/BugSplat-Git/bugsplat-apple/releases/download/v3.2.0/BugSplat.xcframework.zip",
+ checksum: "4806c99acc037455476948a0b70c23e525f60b6e603d31fa04b13ccf8dfaef9a"
26
),
27
// Wrapper target that links dependencies
28
// Sources/BugSplatPackage/Empty.swift satisfies SPM's requirement for source files
0 commit comments