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 Mar 3, 2025
1 parent 77f1bb8 commit c067c8b
Show file tree
Hide file tree
Showing 3 changed files with 15,134 additions and 2 deletions.
4 changes: 2 additions & 2 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.1-rc-2"
let releaseChecksum = "f3972f4d40732c884c98426b28550376abaff20a3490b73367ad170f1f0bcca9"
let releaseChecksum = "f4f83fff6412d19023493b7ece9f545dcf0a38da0adc48949e6a23606feba406"
liveview_native_core_framework = .binaryTarget(
name: "liveview_native_core",
url:
Expand Down
Loading

0 comments on commit c067c8b

Please sign in to comment.