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

feat: ✨ add displayName config option #53

Closed
wants to merge 1 commit into from

Conversation

goztrk
Copy link

@goztrk goztrk commented Nov 14, 2024

This PR adds a new config option called displayName to specify a different display name if desired. Does not break any existing functionalities.

@ender-null
Copy link

is this going to be merged any time soon?

@resdevd
Copy link

resdevd commented Jan 24, 2025

@EvanBacon It would be great if you can review this PR. Currently the watch display name seems to be just "watch".

@@ -652,7 +655,7 @@ function createConfigurationList(
GCC_C_LANGUAGE_STANDARD: "gnu11",
GENERATE_INFOPLIST_FILE: "YES",
INFOPLIST_FILE: cwd + "/Info.plist",
INFOPLIST_KEY_CFBundleDisplayName: name,
INFOPLIST_KEY_CFBundleDisplayName: displayName,
Copy link
Owner

Choose a reason for hiding this comment

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

Heads up, you should be able to just set this key in your targets//Info.plist (CFBundleDisplayName) to override the default here. Would be nice if we could just have one name property in the config.

Copy link
Owner

@EvanBacon EvanBacon left a comment

Choose a reason for hiding this comment

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

The logic here should be flipped. The name should be the display name and the safer sanitized name should be inferred from the name automatically. I'll take a stab at this.

@EvanBacon
Copy link
Owner

Closing in favor of #88

@EvanBacon EvanBacon closed this Jan 27, 2025
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.

4 participants