Hey,
I read that theres only one way to avoid the app to be downloaded by iPad1 and that is to add the line UIRequiredDeviceCapabilities = “front-facing-camera” to the build.settings file.
I did that, but then I am getting some install errors and xCode refuses to install the app.
settings =
{
orientation =
{
default = "landscapeLeft",supported = { "landscapeRight" }
},
iphone =
{
plist =
{
UIPrerenderedIcon = true,
UIApplicationExitsOnSuspend = true,
CFBundleDisplayName = "myAppname",
UIRequiredDeviceCapabilities = "front-facing-camera"
},
},
}
Is there something wrong with my file or any other suggestions?
Joakim [import]uid: 81188 topic_id: 32543 reply_id: 332543[/import]