info-plist make use of image assets to manage icons files

Change-Id: Ib6be4cb1e0eb60363b4a106f0297ec69520ac91e
This commit is contained in:
siqi
2014-01-26 01:34:57 +01:00
parent 79c6ee4513
commit bf67bc6eaa

View File

@@ -7,20 +7,9 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>iosremote_iphone_icon.png</string>
<string>iosremote_iphone_icon@2x.png</string>
<string>iosremote_ipad_icon.png</string>
<string>iosremote_ipad_icon@2x.png</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>org.libreoffice.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>