-
Notifications
You must be signed in to change notification settings - Fork 43
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
EVS doesn't support macOS Universal builds? #105
Comments
Hi Alec, This is something that is not currently supported by EVS. I can see how it became more relevant again now with the Apple Silicon migration, but most applications still appear to deliver separate builds for the different architectures, including Chrome (there are pros and cons to both alternatives). VMP itself actually does support universal binaries, e.g. Firefox is delivered as a universal binary and can support VMP, but supporting it in EVS comes with additional complexity since we need to enforce that only official releases of ECS can be signed. I will consider this a feature request and we can take it under advisement for future development but, at least short-term, this is unfortunately not something that is supported by EVS. |
I had some time to take a closer look at this and, as it turns out, implementing it in EVS was far easier than I had anticipated, so I went ahead and updated the service and client with support for universal binaries. If you want to try it out, you need to upgrade the client like this:
Once you have the On a separate note I noticed that
|
You rock, @khwaaj. I'll be signing our universal app with this later this week, can't wait! |
@khwaaj Following up to say I just successfully signed our Universal |
Hi all,
Running into an issue when trying to use EVS signing utility on my Universal build of our
darwin
app –Any way we can sign for Universal builds?
Debug details:
Thanks!
The text was updated successfully, but these errors were encountered: