Skip to content

Commit

Permalink
KMP SPM package release for 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Apr 29, 2024
1 parent adc7bec commit 5c6293c
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.8
import PackageDescription

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

let package = Package(
name: packageName,
platforms: [
.iOS(.v13)
.iOS(.v14)
],
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 5c6293c

Please sign in to comment.