Skip to content

MacOS universal binary #144

@gmonceyron

Description

@gmonceyron

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.

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