Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode 4 で Xcode 3 で開始したプロジェクトをインポートすると、Info.plistファイルのアイコンに別のエントリ セットが追加されます。このようなもの:
"Icon file"また、(複数ではなく単数のファイル)という別のエントリが単独で存在する場合もあります。
"Icon file"
これらのエントリはすべて必須ですか?
もう 1 つの質問: 起動イメージがアイコン セクションに追加されるのはなぜDefault.pngですかDefault@2x.png?
Default.png
Default@2x.png
ジョナスが言ったように、(iOS 5)の部分を削除できます。
ただし、これは明らかに新しい追加であり、おそらく Apple は何らかの理由でこれらの変更を進めています。
私はそれをクリーンアップし、前方互換性のために保持します。