Skip to content

Proposal: A roadmap to roll it out. #7

@Binlogo

Description

@Binlogo

Recently, I've been transforming some "old-style" binaries to XCFramework for the Apple platform. During my investigation, I found that most of the solutions are shell scripts with almost the same workflow. Of course, I've done the job similarly, but in the "script" style using Rust, as in the cargo-xtask way.

Afterwards, I'm considering contributing a cargo plugin to the community. Then, I came across this crate, and I have the same idea to build one like it.

The plan is to:

  • Create a library crate xcframework to standardize the related workflow: include build-target, merge platform binaries, wrap as a framework, verify and zip, which can be integrated into existing workflows, like the popular cargo-xtask method.
  • Based on the xcframework library, build a user-friendly and one-step cargo plugin: cargo-xcframework executable.

Since "This is work in progress and is not ready for use", I'm willing to contribute together and push it to a release version.

Here's a roadmap I'm considering:

I'm working on this project, and I'll use this issue as a tracker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions