-
Notifications
You must be signed in to change notification settings - Fork 155
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
Remove MacOS Support #2186
Labels
code cleanup
Cleaning up code
enhancement
OS Issue
python
Pull requests that update Python code
Staged
Feature Complete and in Testing for Next Release
Milestone
Comments
Rixxan
added
enhancement
code cleanup
Cleaning up code
python
Pull requests that update Python code
OS Issue
labels
Mar 27, 2024
|
Updated to be much, much worse <3 |
This was referenced Apr 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
code cleanup
Cleaning up code
enhancement
OS Issue
python
Pull requests that update Python code
Staged
Feature Complete and in Testing for Next Release
Describe the enhancement
Development of Elite Dangerous on MACos ended over half a decade ago. Recent changes to the MacOS NSSound API may have resulted in EDMC no longer functioning. There is no functional manner to play on MacOS natively, and known MaCoS users have reported using Wine and the distributed EXEs to utilize EDMC and Elite.
macOS support should be formally removed. As this does not actually change the available API endpoints (See EDMC channel discussion in EDCD Discord) this does not particularly necessitate a major point version change.
Additional context
This will also substantially reduce code complexity by removing specific caveats for Darwin code that no longer need to exist. Deprecation regarding public API available endpoints should be reviewed.
The text was updated successfully, but these errors were encountered: