Skip to content

Commit

Permalink
KMP SPM package release for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Aug 27, 2024
1 parent 2c578f1 commit f4be2f2
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/188671022.zip"
let remoteKotlinChecksum = "327140ce6a184b4de9105076038c7ef1f8cafa48d0bc312c0e1f79620db6be37"
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 f4be2f2

Please sign in to comment.