Is it possible to keep many builds of single application on the iPhone device? For example if I want to have the history of builds:
Application 0.1
Application 0.2
etc.
executables on device from single xCode project.
Currently if I change Product Name value from Targets info parameters to some different name it overwrite the binary with this new name on device.
The device uses the bundle identifier to distinguish one app from another. If you give your builds different bundle IDs, they can be installed alongside each other.