Skip to content

Conversation

@emoon
Copy link
Owner

@emoon emoon commented Nov 30, 2025

Summary

Now that BASS is removed, we can build universal binaries that run natively on both Intel and Apple Silicon Macs.

Changes

  • Update CMAKE_OSX_ARCHITECTURES to "x86_64;arm64"
  • Update release workflow to explicitly pass architectures to cmake
  • Add verification step using file and lipo -info to confirm both architectures
  • Rename release artifact to RocketEditor-macOS-universal.zip

Now that BASS is removed, we can build universal binaries that run
natively on both Intel and Apple Silicon Macs.

Changes:
- Update CMAKE_OSX_ARCHITECTURES to include both x86_64 and arm64
- Update release workflow to explicitly build universal binary
- Add verification step to confirm both architectures are present
- Rename release artifact to RocketEditor-macOS-universal.zip
@emoon emoon merged commit 104a7a5 into master Nov 30, 2025
3 checks passed
@emoon emoon deleted the macos-universal-binary branch November 30, 2025 19:13
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