ios - What is the meaning of the "Application Requires iPhone Environment" key in info.plist? -


i'm having trouble understanding specific requirements in info.plist file in app. should change @ all, or default settings typically "correct" options?

specifically, entry: application requires iphone environment

if set yes, imply iphone capable of running app, meaning ipod touch or ipad won't able run app?

here's apple's documentation on "lsrequiresiphoneos" bits of application's info.plist file.

basically means app designed run under ios. flag should set yes no matter if target device iphone, ipod touch or ipad.

who knows, maybe in not-so-distant future, macos able run ios apps (or vice versa)?


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -