How to set the name for a Mac application #15314
Unanswered
hamada-applicita
asked this question in
Q&A
Replies: 2 comments
-
This particular feature is a bit obscure to manage as there are many hidden behaviors from macOS. For now, we do not have a documentation for this, but you can take the Uno Calculator particularly (unoplatform/calculator#592, unoplatform/calculator#593, unoplatform/calculator#590 and unoplatform/calculator#591) as an example until we get the documentation updated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok thankyou, i'll experiment with these and update here what solution I find that works best |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using uno to build a mac catalyst application which we are distributing ourselves i.e. not through the appstore
After installing the .pkg file the application is always named in macos as ProjectName.Mobile.app and this seems to be coming from the name of the mobile csproj in the solution.
Ive tried setting
ApplicationTitle in the csproj file
CFBundleDisplayName in info.pList
But neither seems to affect the application name.
Is there any way to name the application without renaming the .csproj file?
Beta Was this translation helpful? Give feedback.
All reactions