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

Official support for macOS #403

Merged
merged 7 commits into from
Nov 15, 2024
Merged

Official support for macOS #403

merged 7 commits into from
Nov 15, 2024

Conversation

ethanmoffat
Copy link
Owner

Add official support for macOS and automated pipeline for generating build artifacts.

macOS binaries package immutable assets (GFX, SFX, EDF, etc.) under the app package itself. These don't move or change. Mutable assets (map/pub/config) are copied to the user's home folder under ~/.endlessclient/.

This change includes a refactoring of handling for dependency file paths, centralization of Constants, and introduction of EOLib.Shared as a new base assembly that all other assemblies can reference.

- Force min OS version to macOS 11 via project/plist attributes. Force 8.0.204 SDK to ensure it isn't targeted for macOS 15.
- Adjust file paths for resources. User-modifiable resources are stored in ~/.endlessclient and copied there if they do not exist.
- Multitargeting for macOS - arm64 and x64
- The above need some adjustments and cleanup
…hResolver to shared assembly for all projects.
@ethanmoffat ethanmoffat merged commit 0f8a279 into master Nov 15, 2024
4 checks passed
@ethanmoffat ethanmoffat deleted the macos_support branch November 15, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant