Question
Exclude iPad 3
I know that I can exclude the ipad or iphone if I delete one of these rows:
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
1 = iPhone
2 = iPad
Is it possible to exclude the iPad 3 but not the older iPad versions?
