Install multiple iPhone apps at once from Xcode to device
Posted
by Dimitris
on Stack Overflow
See other posts from Stack Overflow
or by Dimitris
Published on 2010-04-05T10:57:57Z
Indexed on
2010/04/05
11:03 UTC
Read the original article
Hit count: 450
Supposing we have an Xcode iPhone project with 2 targets, is it possible to build and install both of them on the device with one click? Of course, I understand we will not be able to "build and run" both, but can we at least install them?
And to extend this concept a bit a bit: are there any scripts to achieve the same thing but with multiple iPhone projects instead of multiple targets in one project? This would be useful when you want to load all your apps on a new development device and don't want to go through all your projects one by one and install.
© Stack Overflow or respective owner