2011年3月13日日曜日

Info.plist 設定項目一覧 【iOS編】

注: この情報はiOS 5の時点のものです。最新のiOSの情報と異なる/情報が不足している場合がありますのでご注意ください。


キー名(形式)意味/効果デフォルト
Application does not run in background(Boolean)オンにすると、アプリが前回起動時から始まらなくなるfalse
Application requires iPhone environment(Boolean)オンにすると、iPhoneでしか実行されないtrue
Application supports iTunes file sharing(Boolean)オンにすると、iTunesでアプリのDocumentsディレクトリ以下のファイルを共有するfalse
Application uses Wi-Fi(Boalean)オンにすると、起動時にWi-Fiに接続してなければ設定するか確認するfalse
Bundle creator OS Type code(String)アプリがファイルを保存/編集するとき、そのファイルのクリエーターを識別するためのアルファベット四文字のコード????
Bundle display name(String)表示されるアプリ名${PRODUCT_NAME}
Bundle identifier(String)iOSやAppStoreでアプリを判別するのに使われる;ドメインが間違っていた場合などはエラーが出るcom.yourcompany.
${PRODUCT_NAME:
rfc1034identifier}
Bundle name(String)バンドル(実行ファイル)の短縮名; 16文字以内でないといけない${PRODUCT_NAME}
Bundle OS Type code(String)バンドルの形式; アプリケーションはAPPL; そっとしておくのが吉APPL
Bundle version(String)バンドルのバージョン; ピリオドで区切られた一個以上の整数1.0
Bundle versions string, short(String)上と同じ、短いバージョン(null)
Executable architectures(Array)実行できるアーキテクチャの種類; iOSの場合はIntel (32-bit)?(1item)
"Item 0":"Intel (32-bit)"
Executable file(String)実行可能ファイルの名前; そっとしておくのが吉${EXECUTABLE_NAME}
Fonts provided by application(Array)iOSでカスタムフォントを使う場合、そのファイル名を書く(1item)
"Item 0":"(null)"
Get Info string(String)アプリの簡単な説明、または現在のリリースビルドや、もし番号では伝えることのできないバージョンなど(null)
Icon already includes gloss effects(Boolean)オンの場合、アイコンの光沢が付かない(すでに付いていることになる)false
Icon file(String)アイコンに使用する、57*57の画像のファイル名(Ex."Icon.png")(null)
Icon files(Array)各種サイズのアイコンファイル名(1item)
"Item 0":"(null)"
InfoDictionary version(String)-Info.plistのバージョン; そっとしておくのが吉6.0
Initial interface orientation(String)最初のインターフェースの向き; 横向き限定のアプリならLandscapeなど(null)
Launch image(String)起動時の画像のファイル名; iPad&iPhone共通
Launch image (iPad)(String)上と同じ、iPad用(null)
Launch image (iPhone)(String)上と同じ、iPhone用(null)
Localization native development region(String)アプリのデフォルトの言語; 日本語ならJapanEnglish
Localizations(String)アプリの対応言語; 日本語はJapaneseEnglish
Localized resources can be mixed(Boolean)ローカライズされたリソースが混在できるかどうかfalse
Main nib file base name(String)アプリケーションのメインとなるNibファイル名MainWindow.nib
Main nib file base name (iPad)(String)上と同じ、iPad用(null)
Main nib file base name (iPhone)(String)上と同じ、iPhone用(null)
Renders with edge antialisasing(Boolean)CALayerにおいて、ふちをアンチエイリアスしてレンダリングするfalse
Renders with group opacity(Boolean)CALayerにおいて、スーパーレイヤーの不透明度を継承するfalse
Required background modes(Array)バックグラウンド動作時に有効化する機能(1item)
"Item 0":"(null)"
Required device capabilities(Array)起動に必要な機能を指定する(1item)
"Item 0":"(null)"
Status bar is initially hidden(String)ステータスバーを最初から消すfalse
Status bar style(String)ステータスバーのスタイルGray style (default)
Supported external accessory protocols(Array)外部のハードウェアとの通信プロトコルを指定(1item)
"Item 0":"(null)"
Supported interface orientations(Array)サポートする向き(1item)
"Item 0":"(null)"
Supported interface orientations (iPad)(String)上と同じ、iPad用(null)
Supported interface orientations (iPhone)(String)上と同じ、iPhone用(null)
Upgrade other bundle identifier(String)アップグレードのための識別子
URL types(Array)URIスキームについての設定"Item 0 {
"URL identifer":"(null)"
}"

0 件のコメント:

コメントを投稿