App store for IPhone

Recently I’ve been using @Reefwing’s tutorial on exporting apps to Xcode. And thank you, it worked well. But I was wondering if there was a way to make this compatable as an iPhone app rather than the default iPad version.

Glad the tute was useful @ilankess. If you want target iPhone you will need to use Xcode again. Have a look at this tute (http://codeatuts.blogspot.com.au/2012/10/tutorial-22-building-universal-app-in.html) on building a universal app. A universal app is one that targets both the iPad and iPhone. You could use the same technique to target just iPhone if you want.

Thanks. Very helpful