C# Class InfoPlistProcessor, XcodeProjectUpdater

info.plistの設定を行うクラス
Afficher le fichier Open project: kankikuchi/XcodeProjectUpdater Class Usage Examples

Méthodes publiques

Méthode Description
DeleteLaunchiImagesKey ( string buildPath ) : void

デフォルトで設定されているスプラッシュ画像の設定を消す

SetATS ( string buildPath, bool enableATS ) : void

ATSを有効or無効にする

SetApplicationQueriesSchemes ( string buildPath, List _applicationQueriesSchemes ) : void

canOpenURLで判定可能にするスキームを登録する

SetStatusBar ( string buildPath, bool enable ) : void

ステータスバーの表示設定

SetURLSchemes ( string buildPath, string urlIdentifier, List schemeList ) : void

URLスキームの設定。既に登録されていても重複しない

Private Methods

Méthode Description
GetInfoPlist ( string buildPath ) : PlistDocument
GetInfoPlistPath ( string buildPath ) : string

Method Details

DeleteLaunchiImagesKey() public static méthode

デフォルトで設定されているスプラッシュ画像の設定を消す
public static DeleteLaunchiImagesKey ( string buildPath ) : void
buildPath string
Résultat void

SetATS() public static méthode

ATSを有効or無効にする
public static SetATS ( string buildPath, bool enableATS ) : void
buildPath string
enableATS bool
Résultat void

SetApplicationQueriesSchemes() public static méthode

canOpenURLで判定可能にするスキームを登録する
public static SetApplicationQueriesSchemes ( string buildPath, List _applicationQueriesSchemes ) : void
buildPath string
_applicationQueriesSchemes List
Résultat void

SetStatusBar() public static méthode

ステータスバーの表示設定
public static SetStatusBar ( string buildPath, bool enable ) : void
buildPath string
enable bool
Résultat void

SetURLSchemes() public static méthode

URLスキームの設定。既に登録されていても重複しない
public static SetURLSchemes ( string buildPath, string urlIdentifier, List schemeList ) : void
buildPath string
urlIdentifier string
schemeList List
Résultat void