Post

Replies

Boosts

Views

Activity

Reply to How to change the app name shown in a Catalyst app?
Try the following settings, it works in my project. Info.plist: Bundle name: $(PRODUCT_NAME) Bundle display name: $(PRODUCT_NAME) InfoPlist.strings: CFBundleName = "Name in Menu"; CFBundleDisplayName = "Name in Dock and LaunchPad";
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22