How to check IOS devices supported by my IPA file

I wanted to check the devices iOS

supported by my files IPA

, that is, if the file supports IPA

ipad or iphone devices.

I checked in info.plist but didn't get any information like that. can someone help me with this.

+3


source to share


2 answers


You can check UIDeviceFamily

in the fileinfo.plist



Xcode will automatically insert it based on the value in the target device's build setting. You must use this build parameter to change the key value.

+3


source


Info plist has info (should: D) [device family, sdks version and deployment version, features required (!)]

&



also executable architectures apply (see with lip -info)

0


source







All Articles