how to check IOS devices supported by my IPA file

1.8k views Asked by At

I wanted to check iOS devices supported by my IPA files i.e. whether IPA file supports ipad or iphone devices.

I have checked in info.plist but didn't got any information like this. can anyone help me with this.

2

There are 2 answers

0
Inder Kumar Rathore On

You can check UIDeviceFamily key in the info.plist file

Xcode inserts it automatically based on the value in the Targeted Device Family build setting. You should use that build setting to change the value of the key.

0
Daij-Djan On

The info plist has info (should :D) [device family, sdks version vs. deployment version, required capabilities(!)]

&

the executable's architectures are also relevant (see with lip --info)