-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Reason/Context
The MacOSHelper was introduced to address a specific issue related to macOS compatibility. However, this problem should now be resolved.
Testing on @SebastienDegodez's Mac (where the issue originally occurred) should confirm that the helper is no longer necessary.
Description
The MacOSHelper utility should be removed from the codebase.
This change simplifies the code and removes unnecessary platform-specific logic.
This should not introduce breaking changes, as the underlying issue has been resolved.
Implementation ideas
Identify all references to MacOSHelper in the codebase.
Remove the MacOSHelper class and its associated methods.
Test the application on macOS (preferably on @SebastienDegodez 's machine) to ensure no regressions.
Update documentation or comments if they reference MacOSHelper.