Add mandatory 72x72 icon for iPad version

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2012-01-24 17:22:21 +01:00
parent 297b2cb52d
commit 6f31fbfbf0
2 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -8,8 +8,11 @@
<string>Linphone</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>icone-linphone-57.png</string>
<key>CFBundleIconFiles</key>
<array>
<string>icone-linphone-57.png</string>
<string>icone-linphone-72.png</string>
</array>
<key>CFBundleIdentifier</key>
<string>org.linphone.phone</string>
<key>CFBundleInfoDictionaryVersion</key>