Skip to content

Remove MacOSHelper from the codebase #210

@SebastienDegodez

Description

@SebastienDegodez

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions