Skip to main content
Active reading [<https://en.wiktionary.org/wiki/voil%C3%A0#Interjection>]. Applied some formatting.
Source Link
Peter Mortensen
  • 31.6k
  • 22
  • 109
  • 133

If you need to change the name of the Applicationapplication as it appears on the iPhone's home screen, you need to do it in the TargetTarget configuration, not the project configuration.

  1. Expand the TargetsTargets group in Xcode, and then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

  2. Press command-ICommand + I to bring up the InfoInfo window, and then navigate to the Build tag.

  3. Set the ConfigurationConfiguration drop-down to read All ConfigurationsAll Configurations.

  4. Look for a setting called Product NameProduct Name under the PackagingPackaging heading.

  5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs BunnyBugs Bunny: ViolaVoilà! Do a clean then build and youra build. Your application will take on the new name.

If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

  1. Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

  2. Press command-I to bring up the Info window, then navigate to the Build tag.

  3. Set the Configuration drop-down to read All Configurations.

  4. Look for a setting called Product Name under the Packaging heading.

  5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

If you need to change the name of the application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

  1. Expand the Targets group in Xcode, and then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

  2. Press Command + I to bring up the Info window, and then navigate to the Build tag.

  3. Set the Configuration drop-down to read All Configurations.

  4. Look for a setting called Product Name under the Packaging heading.

  5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Voilà! Do a clean and a build. Your application will take on the new name.

deleted 9 characters in body
Source Link

If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

  1. Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

  2. Press command-I to bring up the Info window, then navigate to the Build tag.

  3. Set the Configuration drop-down to read All Configurations.

  4. Look for a setting called Product Name under the Packaging heading.

  5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

Enjoy :-)

If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

  1. Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

  2. Press command-I to bring up the Info window, then navigate to the Build tag.

  3. Set the Configuration drop-down to read All Configurations.

  4. Look for a setting called Product Name under the Packaging heading.

  5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

Enjoy :-)

If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

  1. Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

  2. Press command-I to bring up the Info window, then navigate to the Build tag.

  3. Set the Configuration drop-down to read All Configurations.

  4. Look for a setting called Product Name under the Packaging heading.

  5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

added 5 characters in body
Source Link
logancautrell
  • 8.8k
  • 3
  • 40
  • 50

If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

1)Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

2)Press command-I to bring up the Info window, then navigate to the Build tag.

3)Set the Configuration drop-down to read All Configurations.

4)Look for a setting called Product Name under the Packaging heading.

5)Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

  1. Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

  2. Press command-I to bring up the Info window, then navigate to the Build tag.

  3. Set the Configuration drop-down to read All Configurations.

  4. Look for a setting called Product Name under the Packaging heading.

  5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

Enjoy :-)

If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

1)Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

2)Press command-I to bring up the Info window, then navigate to the Build tag.

3)Set the Configuration drop-down to read All Configurations.

4)Look for a setting called Product Name under the Packaging heading.

5)Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

Enjoy :-)

If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

  1. Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

  2. Press command-I to bring up the Info window, then navigate to the Build tag.

  3. Set the Configuration drop-down to read All Configurations.

  4. Look for a setting called Product Name under the Packaging heading.

  5. Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

Enjoy :-)

Source Link
Akshay
  • 3k
  • 6
  • 44
  • 75
Loading