Renaming a Project or App
Use the Xcode project editor to give your project or app a new name.
- Select your project in the project navigator, then select your project again in the project editor.The screenshot shows StreetScroller selected in the project navigator on the left. In the list of projects and targets in the project editor, StreetScroller is also selected.The Hide and Show Projects and Targets List control () at the top-left corner of the project editor allows you to hide and show the list of projects and targets in the project editor. In the screenshot, the list is displayed. If the list is hidden, you can select the project from the pop-up menu control that appears next to the Hide and Show Projects and Targets List control.
- Choose View > Utilities > Show File Inspector.
- In the file inspector, in the Identity and Type area, enter the new project name in the Name field.In the screenshot, the original project name
StreetScroller
is replaced byStreetScrollerPro
in the Name field. - Press Enter.Xcode displays a project-rename dialog that contains all the items that can be renamed in your project.If you want to rename only the app, leave your app selected in the dialog and deselect all other items.You can selectively rename other items in the project by selecting them and deselecting others.
- Click Rename to perform the rename operation.
No comments:
Post a Comment