I've heard of Apple rejecting apps with an iPhone 5 launch image that are built with SDK 5.1.
Will Apple reject an app that is built with iOS SDK 6.0 and targets IPHONEOS_DEPLOYMENT_TARGET 5.0, and contains support for the iPhone 5? I would also build against armv7, not armv7s because of third party libraries, if it matters.
I know there are other similar questions on SO, but I haven't seen any that address this particular app store rejection concern.
Thanks!