iOS 特有のプレイヤー設定
allowHTTPDownload | セキュアではない HTTP のダウンロードを許可する必要があるかどうか |
appInBackgroundBehavior | Application behavior when entering background. |
appleDeveloperTeamID | このプロパティーには Apple Developer Team ID を入力します。この ID は Apple Developer ウェブサイトの Account > Membership に記載されています。これにより、作成された Xcode プロジェクトの Team ID を設定し、開発者が Build and Run 機能を使用できるようにします。自分のアプリケーションに自動的に署名するためには、Apple Developer Team ID をここで設定する必要があります。 |
appleEnableAutomaticSigning | Set this property to true for Xcode to attempt to automatically sign your app based on your appleDeveloperTeamID. |
applicationDisplayName | iOS アプリケーション表示名 |
backgroundModes | Supported background execution modes (when appInBackgroundBehavior is set to Custom). |
buildNumber | The build number of the bundle |
cameraUsageDescription | ユーザーのカメラにアクセスする理由を説明します。 |
deferSystemGesturesMode | Defer system gestures until the second swipe on specific edges. |
disableDepthAndStencilBuffers | デプス と ステンシルバッファを無効にします。 |
forceHardShadowsOnMetal | Should hard shadows be enforced when running on (mobile) Metal. |
hideHomeButton | Specifies whether the home button should be hidden in the iOS build of this application. |
iOSManualProvisioningProfileID | A provisioning profile Universally Unique Identifier (UUID) that Xcode will use to build your iOS app in Manual Signing mode. |
iOSManualProvisioningProfileType | A ProvisioningProfileType that will be set when building an iOS Xcode project. |
locationUsageDescription | ユーザーの位置情報にアクセスする理由を説明します。 |
microphoneUsageDescription | ユーザーのマイクにアクセスする理由を説明します。 |
prerenderedIcon | アイコンが Prerendering (事前レンダリング)されます |
requiresFullScreen | RequiresFullScreen は iOS9.0 のマルチタスクのための Slide Over や Split View の代わりに使用される UIRequiresFullScreen をApple の plist のビルド設定にマップします |
requiresPersistentWiFi | アプリケーションは Persistent (恒常的な接続の) WiFi を必要とします |
scriptCallOptimization | スクリプト呼び出しの最適化 |
sdkVersion | ビルドに使用されるアクティブな iOS SDK バージョン |
showActivityIndicatorOnLoading | ロード時にアプリケーションが表示すべき ActivityIndicator |
statusBarStyle | ステータスバーのスタイル |
targetDevice | ターゲットとなるデバイス |
targetOSVersionString | デプロイする最小の iOS バージョン |
tvOSManualProvisioningProfileID | A provisioning profile Universally Unique Identifier (UUID) that Xcode will use to build your tvOS app in Manual Signing mode. |
tvOSManualProvisioningProfileType | A ProvisioningProfileType that will be set when building an tvOS Xcode project. |
useOnDemandResources | アプリケーションが On Demand Resources (ODR) API を使用するかどうか |
SetiPadLaunchScreenType | Sets the mode which will be used to generate the app's launch screen Interface Builder (.xib) file for iPad. |
SetiPhoneLaunchScreenType | Sets the mode which will be used to generate the app's launch screen Interface Builder (.xib) file for iPhone. |
SetLaunchScreenImage | Sets the image to display on screen when the game launches for the specified iOS device. |