C# Class InfoPlistProcessor, XcodeProjectUpdater

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

Public Methods

Method 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

Method Description
GetInfoPlist ( string buildPath ) : PlistDocument
GetInfoPlistPath ( string buildPath ) : string

Method Details

DeleteLaunchiImagesKey() public static method

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

SetATS() public static method

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

SetApplicationQueriesSchemes() public static method

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

SetStatusBar() public static method

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

SetURLSchemes() public static method

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