Spotfire® Deployment Kit for Apple iOS

Changing the app title

You can change the name of the app as it is displayed on the Home screen and in the Settings app.

About this task

Perform this task in the copy of the DeploymentKitApp in Xcode on your computer.

Procedure

  1. In the Xcode Project navigator, click DeploymentKitApp > Suppporting Files > DeploymentKitApp-Info.
  2. In the editor window, find the key labeled Bundle display name.
    Key Type Value
    Bundle display name String My App
    Note: In the Source Code view, this section is displayed 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