Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<h1>Answer without file rename</h1> <p>Note that <a href="https://stackoverflow.com/a/8074959/111307">an answer that does not require file rename is below</a>.</p> <h1>Answer with file rename</h1> <p>OK, here is what I found, took me a bit of hunting after reading this post, so hopefully this answer will help everyone:</p> <p>1.In the project contents pane at left, click the Folder icon.</p> <p><img src="https://i.stack.imgur.com/cya7H.png" alt="Folder icon"></p> <p>2.Select the top-level blue line representing the project.</p> <p><img src="https://i.stack.imgur.com/rsvvd.png" alt="Project icon"></p> <p>3.If you don't have the Inspector pane (right pane) open, click the button to enable it. This is the third button in the "View" toolbar towards the upper right corner.</p> <p><img src="https://i.stack.imgur.com/F2iie.png" alt="Third button in &quot;View&quot;"></p> <p>4.In the Inspector pane, click the little folded-corner paper (file properties) icon.</p> <p><img src="https://i.stack.imgur.com/uxYkt.png" alt="File inspector"></p> <p>5.First thing is Project Name. Type in a new one, you will be prompted to rename project content files.</p> <p><img src="https://i.stack.imgur.com/Ya7X3.png" alt="Project name field"></p> <p>I should add, this will leave your old app with the original name in the simulator, so you still need to delete it from the simulator. Also any files you created in the old app bundle will not be brought forward to the new bundle (unless you find them in Finder and move them over).</p> <p>(EDIT:) One more important note. Renaming your bundle will mean that the App Bundle Identifier you registered with Apple Provisioning Portal will no longer work for that app. You will need to generate a new App ID and Provisioning Profile in order to distribute your app to a physical device.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload