forked from mirrors/linphone-iphone
Add mandatory 72x72 icon for iPad version
This commit is contained in:
parent
297b2cb52d
commit
6f31fbfbf0
2 changed files with 5 additions and 2 deletions
BIN
Resources/icone-linphone-72.png
Normal file
BIN
Resources/icone-linphone-72.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue