Browse Source

changed app icon for iOS ImageViewer example (#2980)

pull/2990/head
Vladimir Mazunin 2 years ago committed by GitHub
parent
commit
0c8b002ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/Contents.json
  2. BIN
      examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/ic_imageviewer.png
  3. BIN
      examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/image.png

4
examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/Contents.json

@ -1,10 +1,10 @@
{
"images" : [
{
"filename" : "ic_imageviewer.png",
"filename" : "image.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "192x192"
"size" : "1024x1024"
}
],
"info" : {

BIN
examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/ic_imageviewer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

BIN
examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/image.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 KiB

Loading…
Cancel
Save