Renaming an iPhone executable within a project
By trial and error I figured out the easiest way to rename an executable in Xcode for an iPhone. Step 1: Select “Edit Active Target ‘MyApp’” under the Project menu in Xcode. Step 2: Select “Product Name” under “Packaging” within the build settings for the target. Step 3: Rename the product name to your desired [...]