C# 클래스 InfoPlistProcessor, XcodeProjectUpdater

info.plistの設定を行うクラス
파일 보기 프로젝트 열기: kankikuchi/XcodeProjectUpdater 1 사용 예제들

공개 메소드들

메소드 설명
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スキームの設定。既に登録されていても重複しない

비공개 메소드들

메소드 설명
GetInfoPlist ( string buildPath ) : PlistDocument
GetInfoPlistPath ( string buildPath ) : string

메소드 상세

DeleteLaunchiImagesKey() 공개 정적인 메소드

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

SetATS() 공개 정적인 메소드

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

SetApplicationQueriesSchemes() 공개 정적인 메소드

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

SetStatusBar() 공개 정적인 메소드

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

SetURLSchemes() 공개 정적인 메소드

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