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

Fix the application name on macos #1805

Merged
merged 1 commit into from
Mar 14, 2025
Merged

Fix the application name on macos #1805

merged 1 commit into from
Mar 14, 2025

Conversation

psavery
Copy link
Collaborator

@psavery psavery commented Mar 14, 2025

Unfortunately, this requires a third-party library, since macos requires these things to be edited in Objective C (which Python cannot natively do).

However, the third-party library appears reliable.

Here is what the app name appeared as previously:

Screenshot 2025-03-13 at 7 46 18 PM

But now it displays "HEXRD" instead of "Python" in both places.

@psavery psavery requested a review from saransh13 March 14, 2025 00:49
Unfortunately, this requires a third-party library, since macos requires
these things to be edited in Objective C (which Python cannot natively
do).

However, the third-party library appears reliable.

Signed-off-by: Patrick Avery <[email protected]>
@psavery psavery force-pushed the macos-fix-app-name branch from b6f5998 to 62f99cc Compare March 14, 2025 16:32
Copy link
Member

@saransh13 saransh13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the issue. LGTM

@psavery psavery merged commit e1c5b6d into master Mar 14, 2025
9 checks passed
@psavery psavery deleted the macos-fix-app-name branch March 14, 2025 19:49
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