Skip to content
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

Make xcframework name configurable #57

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

sbihel
Copy link
Contributor

@sbihel sbihel commented May 24, 2024

I added a CLI flag like the TODO suggested. It could have been a simple matter of concatenating package_name with RustFramework but this way isn't a breaking change.

A couple of other things:

  • I haven't added a test but now there's only two mentions of RustFramework (in a test and as the default value) so I'm assuming it's tested properly already.
  • Clippy has a warning which I believe was introduced in a recent version of Rust. I can remove the trait function in this PR if you'd like.

@antoniusnaumann
Copy link
Owner

Thank you for implementing this change!

I'll take a look at it this weekend :)

@antoniusnaumann antoniusnaumann merged commit c6bb160 into antoniusnaumann:main Jun 17, 2024
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants