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

MacOS universal binary #144

Open
gmonceyron opened this issue Oct 16, 2024 · 0 comments
Open

MacOS universal binary #144

gmonceyron opened this issue Oct 16, 2024 · 0 comments

Comments

@gmonceyron
Copy link
Contributor

On behalf of @bhou:

Today, we are supporting two architectures in MacOS, X86 and ARM. Two versions of command-launcher are built from CI.

Sometimes, developer could accidentally download or copied the wrong architecture, this could lead to potential issues.

A solution for this is to create a universal binary. The lipo tool can help to create such binary. Example:
lipo -create -output universal_app x86_app arm_app

We can change the Github CI to generate such binary.

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

No branches or pull requests

1 participant