What is the meaning of the “Application Requires iPhone Environment” key in info.plist?

前端 未结 1 1033
不思量自难忘°
不思量自难忘° 2021-02-06 20:23

I\'m having trouble understanding the specific requirements in the info.plist file in my app. Should I change it at all, or are the default settings typically the \

1条回答
  •  囚心锁ツ
    2021-02-06 20:57

    Here's Apple's documentation on the "LSRequiresiPhoneOS" bits of an application's info.plist file.

    Basically all it means is that the app is designed to run under iOS. This flag should be set to YES no matter if the target device is an iPhone, iPod Touch or iPad.

    Who knows, maybe in the not-so-distant future, MacOS will be able to run iOS apps (or vice versa)?

    0 讨论(0)
提交回复
热议问题