Skip to content

Commit

Permalink
KMM SPM package release for 0.2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 24, 2023
1 parent a56b04c commit 757a05c
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/c0de-wizard/tv-maniac/tv-maniac/shared/base-kmmbridge/0.2.5.1/base-kmmbridge-0.2.5.1.zip"
let remoteKotlinChecksum = "aa384a0b0bb459b7d6daa71392f5ca5974378bc3aa96d1728fda65f35fd3e831"
let packageName = "TvManiac"
// END KMMBRIDGE BLOCK

let package = Package(
name: packageName,
Expand All @@ -17,7 +21,8 @@ let package = Package(
targets: [
.binaryTarget(
name: packageName,
path: "./shared/base/build/XCFrameworks/debug/\(packageName).xcframework"
url: remoteKotlinUrl,
checksum: remoteKotlinChecksum
)
,
]
Expand Down

0 comments on commit 757a05c

Please sign in to comment.