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

Allow missing package.metadata.bundle section #183

Merged
merged 1 commit into from
May 29, 2024

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented May 27, 2024

This allows running cargo bundle on a project which has not been directly configured for it, which can be quite nice when using the iOS support to run under Mac Catalyst.

Example of such usage:

cargo +nightly build --target aarch64-apple-ios-macabi -Zbuild-std
CARGO_BUNDLE_SKIP_BUILD=1 cargo bundle --target aarch64-apple-ios-macabi --format ios
target/aarch64-apple-ios-macabi/debug/bundle/ios/my_app.app/my_app

This pairs especially well with #182.

@mdsteele mdsteele merged commit db159e6 into burtonageo:master May 29, 2024
3 checks passed
@madsmtm madsmtm deleted the allow-missing-section branch May 29, 2024 05:38
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.

3 participants