Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
KMM SPM package release for 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jun 12, 2023
1 parent 115bab7 commit e78c1d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// swift-tools-version:5.3
import PackageDescription

let remoteKotlinUrl = "https://api.github.com/repos/touchlab/KMMBridgeSampleKotlin/releases/assets/80212667.zip"
let remoteKotlinChecksum = "243646153ba4a0d04034a3d58d4910098b2332ce4e8a5e4e814829280dcffef9"
// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
let remoteKotlinUrl = "https://maven.pkg.github.com/touchlab/KMMBridgeSampleKotlin/KMMBridgeSampleKotlin/shared-kmmbridge/0.8.5/shared-kmmbridge-0.8.5.zip"
let remoteKotlinChecksum = "9777a5d67f51297131a3472cfbf32a21a62d403774c244fde2e69633ebd66e7a"
let packageName = "shared"
// END KMMBRIDGE BLOCK

let package = Package(
name: packageName,
Expand Down

0 comments on commit e78c1d5

Please sign in to comment.