Possible Duplicate:
Can I restrict my iPhone app from being used by iPhone3G’s?
I have build an application for IOS and it runs fine on IPhone 4 (and above) and all IPads. Just the 3GS seens to lack power to run it well. Can i exclude the app for these devices?
I have found using UIRequiredDeviceCapabilities and http://developer.apple.com/library/ios/#documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html to limit apps using required Capabilities. But i can not find something to just exclude the 3GS. Does anyone know ?

