touchlab / KMMBridge

KMMBridge is a set of Gradle tooling that facilitates publishing and consuming pre-built KMM (Kotlin Multiplatform Mobile) Xcode Framework binaries. See https://kmmbridge.touchlab.co/docs to get started.
https://kmmbridge.touchlab.co/
Apache License 2.0
339 stars 20 forks source link

How to create a snapshot build for iOS #215

Closed LukeSmith16 closed 1 year ago

LukeSmith16 commented 1 year ago

Summary

Where can i find documentation for setting up a snapshot build for iOS and consuming it via Xcode? If i'm working in a team and want to make intermediary builds to share before a major release how would do go about doing this? Is there a separate workflow i can run?

I'm an iOS developer so i don't have large experience with Android Studio, Gradle or Kotlin. So i'm just relying on tutorials to implement KMMBridge into our project.

Thanks