-
May I ask how to set the minimum version of macOS. How to directly generate app package structure? |
Beta Was this translation helpful? Give feedback.
Answered by
tronical
Jul 24, 2023
Replies: 2 comments
-
I haven't done this myself yet, but I think that you can use cargo-bundle. We use The minimum version of macOS for deployment is specified using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pcevent
-
Okay, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't done this myself yet, but I think that you can use cargo-bundle. We use
cargo-bundle
to create the bundle for the LSP that we ship with the VS code extension - that's similar.The minimum version of macOS for deployment is specified using the
MACOSX_DEPLOYMENT_TARGET
environment variable.