Skip to content

Commit

Permalink
Release of '1.0.3' (updated Package.swift with new checksum and path …
Browse files Browse the repository at this point in the history
…to zip on Github, and maybe apple/Sources/UniFFI/Sargon.swift). This commit is not merged into main branch (and need not be).
  • Loading branch information
Anka authored and Anka committed May 27, 2024
1 parent 5358f14 commit d09bcaf
Show file tree
Hide file tree
Showing 2 changed files with 31,296 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var swiftSettings: [SwiftSetting] = [

let sargonBinaryTargetName = "SargonCoreRS"
let binaryTarget: Target
let useLocalFramework = true
let useLocalFramework = false

if useLocalFramework {
binaryTarget = .binaryTarget(
Expand All @@ -20,8 +20,8 @@ if useLocalFramework {
path: "./target/swift/libsargon-rs.xcframework"
)
} else {
let releaseTag = "0.1.0"
let releaseChecksum = "befef7d56108305ff6ff69d67483471395c3e603e299b3b15f5a826328de272b"
let releaseTag = "1.0.3"
let releaseChecksum = "51436aed9f8abc0b14a4f91a8a1b608b3648ea95d0c49342a8a82a07b6e5b21a"
binaryTarget = .binaryTarget(
name: sargonBinaryTargetName,
url:
Expand Down
Loading

0 comments on commit d09bcaf

Please sign in to comment.