-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH Actions for building Rive.xcframework #14
Conversation
Feat/automation
@adamTrz we've made a ton of changes as we get the high level API in place; is this PR still valid for merging? |
Hey, @mjohnsullivan , GH Action code shouldn't be affected by changes in native code. They're separate :) |
Great! I notice that rive.h and Runtime.h is duplicated in a few places in this checkin. Is this intentional and if so, do we have to keep them in sync somehow? |
closing PR, its sibling is merged which has all the important stuff from here |
Automation PR that will build necessary frameworks and create a Pod repo from it.
On each GH Release we will create a
RiveRuntime.xcframework
andRiveRuntime.podspec
.Currently Pod is being created and uploaded to a GH repository from which it can be used in other projects (e.g. ExampleiOS). This can be changed in future - we can upload it to Cocoapods repo and download from there.