Skip to content

Commit

Permalink
KMP SPM package release for 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 17, 2024
1 parent c2a4be9 commit 6b42488
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// swift-tools-version:5.3
// swift-tools-version:5.9
import PackageDescription

// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
let remoteKotlinUrl = "https://api.github.com/repos/touchlab-lab/ReleaseTest/releases/assets/162685939.zip"
let remoteKotlinChecksum = "694643d067895272aa26a52749d1fe3a6973dc1332b4099adee68f45faa104ab"
let packageName = "allshared"
// END KMMBRIDGE BLOCK

let package = Package(
name: packageName,
platforms: [
.iOS(.v13)

],
products: [
.library(
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 6b42488

Please sign in to comment.