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 Dec 19, 2024
1 parent f3c4df0 commit 74f5044
Show file tree
Hide file tree
Showing 3 changed files with 12,485 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-alpha-13"
let releaseChecksum = "f3972f4d40732c884c98426b28550376abaff20a3490b73367ad170f1f0bcca9"
let releaseTag = "0.4.0-rc-3"
let releaseChecksum = "f19e41193f628c41c714e07750017803ac01a39a58df32a5556525c5d924cc71"
liveview_native_core_framework = .binaryTarget(
name: "liveview_native_core",
url:
Expand Down
Loading

0 comments on commit 74f5044

Please sign in to comment.