Метод | Описание | |
---|---|---|
DeleteLaunchiImagesKey ( string buildPath ) : void |
デフォルトで設定されているスプラッシュ画像の設定を消す
|
|
SetATS ( string buildPath, bool enableATS ) : void |
ATSを有効or無効にする
|
|
SetApplicationQueriesSchemes ( string buildPath, List |
canOpenURLで判定可能にするスキームを登録する
|
|
SetStatusBar ( string buildPath, bool enable ) : void |
ステータスバーの表示設定
|
|
SetURLSchemes ( string buildPath, string urlIdentifier, List |
URLスキームの設定。既に登録されていても重複しない
|
Метод | Описание | |
---|---|---|
GetInfoPlist ( string buildPath ) : |
||
GetInfoPlistPath ( string buildPath ) : string |
public static DeleteLaunchiImagesKey ( string buildPath ) : void | ||
buildPath | string | |
Результат | void |
public static SetATS ( string buildPath, bool enableATS ) : void | ||
buildPath | string | |
enableATS | bool | |
Результат | void |
public static SetApplicationQueriesSchemes ( string buildPath, List |
||
buildPath | string | |
_applicationQueriesSchemes | List |
|
Результат | void |
public static SetStatusBar ( string buildPath, bool enable ) : void | ||
buildPath | string | |
enable | bool | |
Результат | void |
public static SetURLSchemes ( string buildPath, string urlIdentifier, List |
||
buildPath | string | |
urlIdentifier | string | |
schemeList | List |
|
Результат | void |