I have a client who has two existing ATV apps, which are distinct apps, but are fairly similar. Their Apple rep suggested that they package both apps together and add some bootstrap code to switch between the two. I'm not sure how to do the bundling. I think I know how to do the switching (inside main.m before return UIApplicaitonMain). I just don't know what I need to do to add the two app binaries under one package. I found some articles suggesting that I make each app into a Framework. However, that seems unnecesarily too complex.
Any ideas?
Thanks