Kaydet (Commit) bf67bc6e authored tarafından siqi's avatar siqi

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

Change-Id: Ib6be4cb1e0eb60363b4a106f0297ec69520ac91e
üst 79c6ee45
...@@ -7,20 +7,9 @@ ...@@ -7,20 +7,9 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key> <key>CFBundleIcons</key>
<dict> <dict/>
<key>CFBundlePrimaryIcon</key> <key>CFBundleIcons~ipad</key>
<dict> <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>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.libreoffice.${PRODUCT_NAME:rfc1034identifier}</string> <string>org.libreoffice.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment