Skip to content

Commit

Permalink
Update Package.swift and add generated LiveViewNativeCore.swift to tr…
Browse files Browse the repository at this point in the history
…acking
  • Loading branch information
Anka authored and Anka committed Feb 19, 2025
1 parent 9d409a7 commit 7b490ee
Show file tree
Hide file tree
Showing 3 changed files with 14,821 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import class Foundation.ProcessInfo
let liveview_native_core_framework: Target

// To release, toggle this to `false`
let useLocalFramework = true
let useLocalFramework = false
if useLocalFramework {
liveview_native_core_framework = .binaryTarget(
name: "liveview_native_core",
path: "./target/uniffi/swift/liveview_native_core.xcframework"
)
} else {
let releaseTag = "0.4.0-rc-4"
let releaseChecksum = "f3972f4d40732c884c98426b28550376abaff20a3490b73367ad170f1f0bcca9"
let releaseTag = "0.4.1-rc-1"
let releaseChecksum = "58398d5e99d2c592d4f6315f2f6ddd6d73c179d4489f7e6a5b0a1fec41cc4948"
liveview_native_core_framework = .binaryTarget(
name: "liveview_native_core",
url:
Expand Down
Loading

0 comments on commit 7b490ee

Please sign in to comment.