Skip to content

Commit

Permalink
KMM SPM package release for 1.0.4-lava-1685977221
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jun 5, 2023
1 parent e937c6a commit e29300a
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/DatepollSystems/waiterrobot-mobile_android-shared/WaiterRobot/shared-kmmbridge/1.0.4-lava-1685977221/shared-kmmbridge-1.0.4-lava-1685977221.zip"
let remoteKotlinChecksum = "cc6df778a9ff6a582fba2a516fa22bb49856fddb346cd7af49f0862150548b08"
let packageName = "shared"
// END KMMBRIDGE BLOCK

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

0 comments on commit e29300a

Please sign in to comment.