Very technical question about the 'project.pbxproj' file. Targeted devices?

Hello In my app code (in flutter) but you can remain if you code in other langages, maybe you can help in other ways, I have a file called: project.pbxproj

I am wondering about this line: ARGETED_DEVICE_FAMILY = "1,2";

Is it true that the 1 is for Iphone and 2 for Ipad? Would that mean that if I wrote "1" and removed 2, then in my app page in developer store side I would not see a tab for Ipad where the store requires from me to post screenshots for ipad? For instance (see image below)

I know you guys use XCODE and it handels it itself, but can you open your .ipa files and check "project.pbxproj" to confirm differences between these files when the app is targeting Iphone Vs targeting Ipad?

Thanks

The values of that build setting correspond to the Supported Destinations list found in the General tab for your target. Rather than manually editing the values, you should use that tab to modify what destinations you support.

— Ed Ford,  DTS Engineer

Thanks for the link and confirmation. The tab you mention is the one we see inside Xcode right? There is no other way to find that tab you are mentioning right? (Other than xcode?)

The tab you mention is the one we see inside Xcode right? There is no other way to find that tab you are mentioning right?

That's correct.

— Ed Ford,  DTS Engineer

Ah ok I wish there was another way, than xCODE :). Oh well.

Very technical question about the 'project.pbxproj' file. Targeted devices?
 
 
Q