Changing the app title
You can change the name of the app as it appears on the Home screen and in the Settings app.
Perform this task in the copy of the DeploymentKitApp in Xcode on your computer.
Procedure
-
In the Xcode
Navigator, open the file
DeploymentKitApp/Supporting Files/DeploymentKitApp-Info.plist.
-
In the editor window, locate the key labelled Bundle display name.
Key
|
Type
|
Value
|
Bundle display name
|
String
|
My App
|
Note: In the
Source Code view, this section appears as follows.
<key>CFBundleDisplayName</key>
<string>My App</string>
-
Modify this value to change the displayed title for the app.
Key
|
Type
|
Value
|
Bundle display name
|
String
|
My Fantastic App
|
Copyright © Cloud Software Group, Inc. All rights reserved.