Hey. A quick look at the iPad mini simulated device file shows it as 1024 x 768. That is the original I belive it will select 1x (nil).
For the resolution.
Try editing the file, and change this:
screenWidth = 768, screenHeight = 1024,
to this:
screenWidth = 768\*2, screenHeight = 1024\*2,
The selection should work fine then.
PS - This conversation is a little disconnected and I’m missing some of the points you made above. Bear with me.