How to modify the IOS program name

Source: Internet
Author: User

1)

The name displayed on the iPhone is changed to info. plist.
Change the name of the generated app to target-> get info-> build corresponding environment-> product name in Packing


2)

This function is too common:ProgramDevelopers often write an application by name, but before publishing, they often need to rename the application. or you want to change it from a ready-made program to a new application without the need for copy \ paste. however, Apple did not provide a simple implementation method. the method described in this article allows you to modify the name of the application output as needed.

1. Copy an existing folder and rename it as your desired name.
2. Open a new folder and rename. xcodeproj
3. Right-click. xcodeproj and select Show package contents. A dialog box is displayed that contains several files. (In fact,. xcodeproj is the package generated by these files)
4. Use textedit to open the project. pbxproj file and replace all old names with new ones.
5. Delete the build folder
6. Use xcode to load the project and click build/clean all targets.

re-compile the project. The output application has a new name! Some articles say that you need to modify the. PCH file name, but this is more complicated, so we will not introduce it here.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.