Overview
Comment: | Add iPad icon |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d444c9ace7ad85f396a90bdd509da182 |
User & Date: | js 2017-10-21 18:45:15 |
Context
2017-10-21
| ||
20:04 | iOS: Get the length from the generator check-in: af661fbcc5 user: js tags: trunk | |
18:45 | Add iPad icon check-in: d444c9ace7 user: js tags: trunk | |
2017-10-19
| ||
23:51 | iOS: Add support for iPad check-in: 34598718ce user: js tags: trunk | |
Changes
Changes to iOS/Assets.xcassets/AppIcon.appiconset/Contents.json.
︙ | ︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 | }, { "size" : "60x60", "idiom" : "iphone", "filename" : "scrypt-pwgen 180x180.png", "scale" : "3x" }, { "size" : "1024x1024", "idiom" : "ios-marketing", "filename" : "scrypt-pwgen.png", "scale" : "1x" } ], | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | }, { "size" : "60x60", "idiom" : "iphone", "filename" : "scrypt-pwgen 180x180.png", "scale" : "3x" }, { "idiom" : "ipad", "size" : "20x20", "scale" : "1x" }, { "idiom" : "ipad", "size" : "20x20", "scale" : "2x" }, { "idiom" : "ipad", "size" : "29x29", "scale" : "1x" }, { "idiom" : "ipad", "size" : "29x29", "scale" : "2x" }, { "idiom" : "ipad", "size" : "40x40", "scale" : "1x" }, { "idiom" : "ipad", "size" : "40x40", "scale" : "2x" }, { "size" : "76x76", "idiom" : "ipad", "filename" : "scrypt-pwgen 76x76.png", "scale" : "1x" }, { "size" : "76x76", "idiom" : "ipad", "filename" : "scrypt-pwgen 152x152.png", "scale" : "2x" }, { "size" : "83.5x83.5", "idiom" : "ipad", "filename" : "scrypt-pwgen 167x167.png", "scale" : "2x" }, { "size" : "1024x1024", "idiom" : "ios-marketing", "filename" : "scrypt-pwgen.png", "scale" : "1x" } ], |
︙ | ︙ |
Added iOS/Assets.xcassets/AppIcon.appiconset/scrypt-pwgen 152x152.png.
cannot compute difference between binary files
Added iOS/Assets.xcassets/AppIcon.appiconset/scrypt-pwgen 167x167.png.
cannot compute difference between binary files
Added iOS/Assets.xcassets/AppIcon.appiconset/scrypt-pwgen 76x76.png.
cannot compute difference between binary files
Added iOS/Assets.xcassets/Contents.json.
> > > > > > | 1 2 3 4 5 6 | { "info" : { "version" : 1, "author" : "xcode" } } |