ios/iosremote/iosremote/iosremote-Info.plist |   17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

New commits:
commit bf67bc6eaa9826ac807b664e3480181e1d89287e
Author: siqi <[email protected]>
Date:   Sun Jan 26 01:34:57 2014 +0100

    info-plist make use of image assets to manage icons files
    
    Change-Id: Ib6be4cb1e0eb60363b4a106f0297ec69520ac91e

diff --git a/ios/iosremote/iosremote/iosremote-Info.plist 
b/ios/iosremote/iosremote/iosremote-Info.plist
index b36b72f..421659f 100644
--- a/ios/iosremote/iosremote/iosremote-Info.plist
+++ b/ios/iosremote/iosremote/iosremote-Info.plist
@@ -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>[email protected]</string>
-                               <string>iosremote_ipad_icon.png</string>
-                               <string>[email protected]</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>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to