운영체제

[아이폰] 어플(xcode) 개발시 Product name 변경방법

지승준 2014. 1. 24. 11:09

The way to change the displayed application name in Xcode is to change the "Product Name" entry in your Target's Build Info pane. To do this:

1. Select your Target on the left side under Groups & Files

2. Select File > Get Info

3. Select the Build tab

4. From the Configurations popup, select All Configurations

5. In the search box, type in "product name"

6. Double-click the entry field and type in the new name of your product, and select OK.

7. In your Info.plist, change your Bundle Display Name and your Bundle Name appropriately.

8. Do a clean build (Build > Clean all targets; Build > Build)

 

주의 : ***_prefix 이런 파일 이름 같은 것들은 함부로 바꾸시면 컴파일 안되는 것들이 있습니다.