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 Sep 5, 2024
1 parent cc800f6 commit eec633f
Show file tree
Hide file tree
Showing 3 changed files with 8,828 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import PackageDescription
let liveview_native_core_framework: Target

// To relase, 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-7"
let releaseChecksum = "f3972f4d40732c884c98426b28550376abaff20a3490b73367ad170f1f0bcca9"
let releaseChecksum = "a0154f86519a62460295f9fc927c874adfd0525b44af356d8c5442849f2096bc"
liveview_native_core_framework = .binaryTarget(
name: "liveview_native_core",
url: "https://github.com/liveview-native/liveview-native-core/releases/download/\(releaseTag)/liveview_native_core.xcframework.zip",
Expand Down
Loading

0 comments on commit eec633f

Please sign in to comment.