Skip to content

Support Mac computers with Apple silicon#48

Merged
geaz merged 2 commits into
webview:masterfrom
rthomasv3:master
Aug 25, 2025
Merged

Support Mac computers with Apple silicon#48
geaz merged 2 commits into
webview:masterfrom
rthomasv3:master

Conversation

@rthomasv3
Copy link
Copy Markdown
Contributor

This PR resolves issue #43 - Support Mac computers with Apple silicon.

  • macos-latest now runs on Apple Silicon, so updated webview.yaml to build for both architectures:
    • macos-latest for ARM64
    • macos-13 for x86-64
  • Renamed the .dylib libraries and artifacts for clarity (libwebview-arm64.dylib, libwebview-x64.dylib)
  • Built both libraries using the updated workflow on my fork
  • Updated the .csproj to pack both libraries into their correct runtime folders:
    • runtimes/osx-arm64/native/ for Apple Silicon
    • runtimes/osx-x64/native/ for Intel Macs

@rthomasv3
Copy link
Copy Markdown
Contributor Author

It looks like this also resolves issue #20

@geaz geaz merged commit 3233b12 into webview:master Aug 25, 2025
@geaz
Copy link
Copy Markdown
Member

geaz commented Aug 25, 2025

Nice work! Thank you again :)

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.

2 participants