[Libreoffice-commits] core.git: ios/iosremote

siqi me at siqi.fr
Sat Jan 25 16:35:29 PST 2014


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

New commits:
commit bf67bc6eaa9826ac807b664e3480181e1d89287e
Author: siqi <me at siqi.fr>
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>iosremote_iphone_icon at 2x.png</string>
-				<string>iosremote_ipad_icon.png</string>
-				<string>iosremote_ipad_icon at 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>


More information about the Libreoffice-commits mailing list