Skip to content

Commit

Permalink
KMM SPM package release for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jul 3, 2023
1 parent 178510f commit 71bad6f
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.3
import PackageDescription

// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
let remoteKotlinUrl = "https://maven.pkg.github.com/jeryRazakarison/kmmtry/com/jery/kmmbridgekickstart/allshared-kmmbridge/0.1.2/allshared-kmmbridge-0.1.2.zip"
let remoteKotlinChecksum = "9280f2777acb8a247cd997b747bad1bb776651f6c7fd3cd3ec537ceb6918a6fe"
let packageName = "FRAMEWORK_NAME"
// 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 71bad6f

Please sign in to comment.