Where can I set the name of the application that the user sees on the main screen under the application icon.
Add the following line to the InfoPlist.strings file:
InfoPlist.strings
CFBundleDisplayName = "My Great App";
The advantage of this method (as opposed to writing to Info.plist ) is that you can provide a localized application name for multiple locales.
Info.plist
Install βPackage Display Nameβ in Info.plist or in the application settings file.
Source: https://habr.com/ru/post/1402942/More articles:AES Encryption Using MonoTouch - iosChecking one external in subversion, after --ignore-externals - svnWhere to place a file in a Java web project? - javaRecord "Pop" - select and delete in the same statement (SQL Server 2005) - c #Using the servlet API, how to determine if a request was HTTP / 1.0 or HTTP / 1.1? - javaPublic URL with Fog and Amazon S3 - ruby-on-railsIs MS CRM 2011 Active Directory required? - dynamics-crm-2011MySQL matches fields on one line - phpvirtual file system design - c ++How can I prevent second order SQL attacks? - sqlAll Articles