Skip to content

Commit

Permalink
KMP SPM package release for 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Sep 3, 2024
1 parent 08351d0 commit c237ec3
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/KMMBridgeSPMQuickStart/releases/assets/190194209.zip"
let remoteKotlinChecksum = "e928e6c8c65781f1effb6d365ae45157fcbd5300e8e90a06ac20ae8261b2285e"
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 c237ec3

Please sign in to comment.