diff options
author | jan Iversen <jani@libreoffice.org> | 2017-11-22 11:45:12 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-11-22 11:48:33 +0100 |
commit | ede08b49c6336b220ef6e07f65935512537f7dc8 (patch) | |
tree | 6fd61e075eb053e602f5d0856e96690b5ac2bc5a /ios/LibreOfficeLight | |
parent | 7af059fbbe5c15f093ada6064561f9545ee62aa7 (diff) |
iOS, update icons to support new models
Update of icons and start image (xib file not png)
Change-Id: I172c4e6eb0f27d6dd05b9eb28b2e352f29578279
Diffstat (limited to 'ios/LibreOfficeLight')
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/Contents.json | 76 | ||||
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-167.png | bin | 0 -> 10012 bytes | |||
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-180.png | bin | 0 -> 11718 bytes | |||
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-20.png | bin | 0 -> 1204 bytes | |||
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-60.png | bin | 0 -> 3425 bytes | |||
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-87.png | bin | 0 -> 4744 bytes | |||
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/LaunchImage.launchimage/Contents.json | 49 | ||||
-rwxr-xr-x | ios/LibreOfficeLight/LibreOfficeLight/Info.plist | 2 |
8 files changed, 63 insertions, 64 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/Contents.json index c20b7bf1cb1f..b179c2c532c9 100644 --- a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,10 +1,16 @@ { "images" : [ { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "LibreOffice-29.png", - "scale" : "1x" + "idiom" : "iphone", + "size" : "20x20", + "filename" : "LibreOffice-40.png", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "filename" : "LibreOffice-60.png", + "scale" : "3x" }, { "size" : "29x29", @@ -13,33 +19,69 @@ "scale" : "2x" }, { + "idiom" : "iphone", "size" : "29x29", - "idiom" : "ipad", - "filename" : "LibreOffice-58.png", + "filename" : "LibreOffice-87.png", + "scale" : "3x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "LibreOffice-80.png", "scale" : "2x" }, { + "idiom" : "iphone", "size" : "40x40", + "filename" : "LibreOffice-120.png", + "scale" : "3x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "LibreOffice-120.png", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "filename" : "LibreOffice-180.png", + "scale" : "3x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "filename" : "LibreOffice-20.png", + "scale" : "1x" + }, + { "idiom" : "ipad", + "size" : "20x20", "filename" : "LibreOffice-40.png", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "LibreOffice-29.png", "scale" : "1x" }, { - "size" : "40x40", + "size" : "29x29", "idiom" : "ipad", - "filename" : "LibreOffice-80.png", + "filename" : "LibreOffice-58.png", "scale" : "2x" }, { "size" : "40x40", - "idiom" : "iphone", - "filename" : "LibreOffice-80.png", - "scale" : "2x" + "idiom" : "ipad", + "filename" : "LibreOffice-40.png", + "scale" : "1x" }, { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "LibreOffice-120.png", + "size" : "40x40", + "idiom" : "ipad", + "filename" : "LibreOffice-80.png", "scale" : "2x" }, { @@ -55,6 +97,12 @@ "scale" : "2x" }, { + "idiom" : "ipad", + "size" : "83.5x83.5", + "filename" : "LibreOffice-167.png", + "scale" : "2x" + }, + { "size" : "1024x1024", "idiom" : "ios-marketing", "filename" : "LibreOffice-1024.png", diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-167.png b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-167.png Binary files differnew file mode 100644 index 000000000000..ef0033f9a8c5 --- /dev/null +++ b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-167.png diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-180.png b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-180.png Binary files differnew file mode 100644 index 000000000000..2fdcb30dcad7 --- /dev/null +++ b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-180.png diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-20.png b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-20.png Binary files differnew file mode 100644 index 000000000000..ba82eb87b5e3 --- /dev/null +++ b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-20.png diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-60.png b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-60.png Binary files differnew file mode 100644 index 000000000000..00774322c381 --- /dev/null +++ b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-60.png diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-87.png b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-87.png Binary files differnew file mode 100644 index 000000000000..679f6abc0816 --- /dev/null +++ b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-87.png diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/LaunchImage.launchimage/Contents.json b/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/LaunchImage.launchimage/Contents.json deleted file mode 100644 index 5a2966687aa0..000000000000 --- a/ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/LaunchImage.launchimage/Contents.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "images" : [ - { - "orientation" : "portrait", - "idiom" : "ipad", - "minimum-system-version" : "7.0", - "extent" : "full-screen", - "scale" : "2x" - }, - { - "orientation" : "landscape", - "idiom" : "ipad", - "minimum-system-version" : "7.0", - "extent" : "full-screen", - "scale" : "1x" - }, - { - "orientation" : "landscape", - "idiom" : "ipad", - "minimum-system-version" : "7.0", - "extent" : "full-screen", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "iphone", - "minimum-system-version" : "7.0", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "iphone", - "minimum-system-version" : "7.0", - "subtype" : "retina4", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "ipad", - "minimum-system-version" : "7.0", - "extent" : "full-screen", - "scale" : "1x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -}
\ No newline at end of file diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist index d059874dfe9b..5168dd42d668 100755 --- a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist +++ b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist @@ -397,7 +397,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string> <key>UIFileSharingEnabled</key> <true/> <key>UILaunchStoryboardName</key> - <string>LaunchScreen</string> + <string>LaunchScreen.xib</string> <key>UIMainStoryboardFile</key> <string>Main</string> <key>UIRequiredDeviceCapabilities</key> |