Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jed-kyung committed Dec 3, 2024
1 parent 989a20b commit f258174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SPMChat",
url: "https://github.com/sf-jed-kyung/spm-chat/releases/download/1.0.4/SPMChat.xcframework.zip",
checksum: "018347628eb1c7e6bc341521768073c220ef217c2ed130875520b3b2a2c35be8"
url: "https://github.com/sf-jed-kyung/spm-chat/releases/download/1.0.5/SPMChat.xcframework.zip",
checksum: "6c804dc5ca8dc7a684ba1347a579f5fac07db0569d6906f443efb58640367e2c"
),
]
)
3 changes: 3 additions & 0 deletions compute-checksum.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

swift package compute-checksum /Users/jedgyeong/temp/SPMTest/xcframeworks/SPMChat.xcframework.zip

0 comments on commit f258174

Please sign in to comment.