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

  1. In the Xcode Navigator, open the file DeploymentKitApp/Supporting Files/DeploymentKitApp-Info.plist.
  2. 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> 
    
  3. Modify this value to change the displayed title for the app.
    Key Type Value
    Bundle display name String My Fantastic App