Skip to content

Commit

Permalink
KMP SPM package release for 0.1.7-0b9a183
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Dec 8, 2024
1 parent 0b9a183 commit c6da956
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// swift-tools-version:5.8
import PackageDescription

// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
let remoteKotlinUrl = "https://api.github.com/repos/touchlab/KMMBridgeDevFlowTest/releases/assets/211842820.zip"
let remoteKotlinChecksum = "91dfa6987433452343550b3b170e5bf3da60a312beece28128e2b14c4aab9b18"
let packageName = "allshared"
// END KMMBRIDGE BLOCK

let package = Package(
name: packageName,
Expand All @@ -17,7 +21,8 @@ let package = Package(
targets: [
.binaryTarget(
name: packageName,
path: "./allshared/build/XCFrameworks/debug/\(packageName).xcframework"
url: remoteKotlinUrl,
checksum: remoteKotlinChecksum
)
,
]
Expand Down

0 comments on commit c6da956

Please sign in to comment.