Skip to content

Commit a7b6190

Browse files
committed
Add Icon and Launch Image for the example project
1 parent 55ee17e commit a7b6190

12 files changed

+20
-9
lines changed

Example/DBCamera/AppResources.xcassets/AppIcon.appiconset/Contents.json

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
54
"size" : "29x29",
5+
"idiom" : "iphone",
6+
"filename" : "db_icon_29.png",
67
"scale" : "1x"
78
},
89
{
9-
"idiom" : "iphone",
1010
"size" : "29x29",
11+
"idiom" : "iphone",
12+
"filename" : "[email protected]",
1113
"scale" : "2x"
1214
},
1315
{
14-
"idiom" : "iphone",
1516
"size" : "40x40",
17+
"idiom" : "iphone",
18+
"filename" : "db_icon_40.png",
1619
"scale" : "2x"
1720
},
1821
{
19-
"idiom" : "iphone",
2022
"size" : "57x57",
23+
"idiom" : "iphone",
24+
"filename" : "db_icon_57.png",
2125
"scale" : "1x"
2226
},
2327
{
24-
"idiom" : "iphone",
2528
"size" : "57x57",
29+
"idiom" : "iphone",
30+
"filename" : "[email protected]",
2631
"scale" : "2x"
2732
},
2833
{
29-
"idiom" : "iphone",
3034
"size" : "60x60",
35+
"idiom" : "iphone",
36+
"filename" : "db_icon_60.png",
3137
"scale" : "2x"
3238
}
3339
],
Loading
Loading
Loading
Loading
Loading
Loading

Example/DBCamera/AppResources.xcassets/LaunchImage.launchimage/Contents.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,37 @@
55
"idiom" : "iphone",
66
"extent" : "full-screen",
77
"minimum-system-version" : "7.0",
8+
"filename" : "db_iphone_splash_7.png",
89
"scale" : "2x"
910
},
1011
{
11-
"orientation" : "portrait",
12-
"idiom" : "iphone",
1312
"extent" : "full-screen",
14-
"minimum-system-version" : "7.0",
13+
"idiom" : "iphone",
1514
"subtype" : "retina4",
15+
"filename" : "db_iphone_splash_7_r4.png",
16+
"minimum-system-version" : "7.0",
17+
"orientation" : "portrait",
1618
"scale" : "2x"
1719
},
1820
{
1921
"orientation" : "portrait",
2022
"idiom" : "iphone",
2123
"extent" : "full-screen",
24+
"filename" : "db_iphone_splash_6.png",
2225
"scale" : "1x"
2326
},
2427
{
2528
"orientation" : "portrait",
2629
"idiom" : "iphone",
2730
"extent" : "full-screen",
31+
"filename" : "[email protected]",
2832
"scale" : "2x"
2933
},
3034
{
3135
"orientation" : "portrait",
3236
"idiom" : "iphone",
3337
"extent" : "full-screen",
38+
"filename" : "db_iphone_splash_6_r4.png",
3439
"subtype" : "retina4",
3540
"scale" : "2x"
3641
}
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)