Are the SPM instructions in the <Quick Start> docs...
# touchlab-tools
p
Are the SPM instructions in the Quick Start docs up to date? There is a

video

showing how to add the binary dependency in xcode via git repo. However
Package.swift
in that repo contains a reference to the binary asset in github packages and a checksum. I don't see this sort of
Package.swift
config referenced anywhere in the quick start guide, and there's no indication that the gradle plugin would generate such a
Package.swift
file.
i
There’re two tasks 1. spmDevBuild - will generate local Package.swift which use local path for binaryTarget - e.g https://github.com/touchlab/KMMBridgeSKIETemplate/blob/main/Package.swift 2. Use ENABLE_PUBLISHING=true or ./gradelew -PENABLE_PUBLISHING=true which will
create new tag with generated Package.swift
and binaryTarget with remote url - e.g. https://github.com/joreilly/Confetti/blob/main/Package.swift and here’s source code - https://github.com/touchlab/KMMBridge/blob/main/kmmbridge/src/main/kotlin/co/touchlab/faktory/dependencymanager/SpmDependencyManager.kt