Skip to content

Configure Application Name

Simone Martorelli edited this page Mar 15, 2021 · 5 revisions

Below is an example of the XCode IDE with the project open (enrollment.xcodeproj):

  1. The project directory contains a list of all the assets of your project.
  2. When a storyboard is selected, you can use the document outline to access objects in that storyboard.
  3. The palettes can change depending on the buttons above. The Attributes inspector is highlighted here.

a) If you have selected a storyboard and do not see the document outline, you can click this button to disclose it.

b) This button will take you to the attributes inspector.

Changing the Application name

a) Select the Main.storyboard in the project directory located in the /enrollment/Views subdirectory and edit the entries in the document outline for the Application Scene highlighted by arrows in the following screen shot. You can select the each item one at a time in the document outline, and in the attribute inspector, change the "Title" value:

b) Edit the entry highlighted by the arrow for the Window Controller Scene in the same fashion:

c) Edit the Bundle name value in the application's info plist:

d) Edit the Application bundle name via the Finder after completing the build and archive process.

Clone this wiki locally