diff options
author | siqi <me@siqi.fr> | 2014-01-26 01:34:57 +0100 |
---|---|---|
committer | siqi <me@siqi.fr> | 2014-01-26 01:34:57 +0100 |
commit | bf67bc6eaa9826ac807b664e3480181e1d89287e (patch) | |
tree | ef646f509bb83ce58808a2416136281c569f42e7 /ios | |
parent | 79c6ee4513e30a39fff6dfe137aa9b6391f4ab25 (diff) |
info-plist make use of image assets to manage icons files
Change-Id: Ib6be4cb1e0eb60363b4a106f0297ec69520ac91e
Diffstat (limited to 'ios')
-rw-r--r-- | ios/iosremote/iosremote/iosremote-Info.plist | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/ios/iosremote/iosremote/iosremote-Info.plist b/ios/iosremote/iosremote/iosremote-Info.plist index b36b72fb3c55..421659fb0096 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@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> |