CFBundleDevelopmentRegion en CFBundleDisplayName ::APP_TITLE:: CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier ::APP_PACKAGE:: CFBundleInfoDictionaryVersion 6.0 CFBundleName ${PRODUCT_NAME} CFBundlePackageType APPL CFBundleShortVersionString ::APP_VERSION:: CFBundleSignature ???? CFBundleVersion ::APP_BUILD_NUMBER:: LSRequiresIPhoneOS UIRequiredDeviceCapabilities ::foreach REQUIRED_CAPABILITY:: ::name:: ::if value::::else::::end:: ::end:: UIStatusBarHidden <::WIN_FULLSCREEN::/> UIViewControllerBasedStatusBarAppearance <::!WIN_FULLSCREEN::/> ::if (IOS_APP_ORIENTATION != null):: UISupportedInterfaceOrientations ::IOS_APP_ORIENTATION::::end:: NSAppTransportSecurity NSAllowsArbitraryLoads ::if (IOS_NON_EXEMPT_ENCRYPTION != null)::ITSAppUsesNonExemptEncryption<::IOS_NON_EXEMPT_ENCRYPTION:: />::end::