Changing the iOS Hybrid App Name

Edit a plist file to modify the application name.

  1. In Xcode, use Project Navigator to find the file named HWC-Info.plist.
  2. Open the file and change the Bundle display name to the new name.
  3. Save the file.
  4. Rebuild the HWC.xcodeproj project.
    1. From the Xcode menu, select Product > Clean.
    2. Select Product > Build.