Skip to content

Commit 3868f49

Browse files
committedJul 20, 2016
Added AppIcon Image Assets and Versioning Control.
1 parent 3843adc commit 3868f49

15 files changed

+28
-15
lines changed
 

‎WeatherMap/Assets.xcassets/AppIcon.appiconset/Contents.json

+26-13
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,81 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
54
"size" : "29x29",
5+
"idiom" : "iphone",
6+
"filename" : "icon_58.png",
67
"scale" : "2x"
78
},
89
{
9-
"idiom" : "iphone",
1010
"size" : "29x29",
11+
"idiom" : "iphone",
12+
"filename" : "icon_87.png",
1113
"scale" : "3x"
1214
},
1315
{
14-
"idiom" : "iphone",
1516
"size" : "40x40",
17+
"idiom" : "iphone",
18+
"filename" : "icon_80.png",
1619
"scale" : "2x"
1720
},
1821
{
19-
"idiom" : "iphone",
2022
"size" : "40x40",
23+
"idiom" : "iphone",
24+
"filename" : "icon_120.png",
2125
"scale" : "3x"
2226
},
2327
{
24-
"idiom" : "iphone",
2528
"size" : "60x60",
29+
"idiom" : "iphone",
30+
"filename" : "icon_120-1.png",
2631
"scale" : "2x"
2732
},
2833
{
29-
"idiom" : "iphone",
3034
"size" : "60x60",
35+
"idiom" : "iphone",
36+
"filename" : "icon_180.png",
3137
"scale" : "3x"
3238
},
3339
{
34-
"idiom" : "ipad",
3540
"size" : "29x29",
41+
"idiom" : "ipad",
42+
"filename" : "icon_29.png",
3643
"scale" : "1x"
3744
},
3845
{
39-
"idiom" : "ipad",
4046
"size" : "29x29",
47+
"idiom" : "ipad",
48+
"filename" : "icon_58-1.png",
4149
"scale" : "2x"
4250
},
4351
{
44-
"idiom" : "ipad",
4552
"size" : "40x40",
53+
"idiom" : "ipad",
54+
"filename" : "icon_40.png",
4655
"scale" : "1x"
4756
},
4857
{
49-
"idiom" : "ipad",
5058
"size" : "40x40",
59+
"idiom" : "ipad",
60+
"filename" : "icon_80-1.png",
5161
"scale" : "2x"
5262
},
5363
{
54-
"idiom" : "ipad",
5564
"size" : "76x76",
65+
"idiom" : "ipad",
66+
"filename" : "icon_76.png",
5667
"scale" : "1x"
5768
},
5869
{
59-
"idiom" : "ipad",
6070
"size" : "76x76",
71+
"idiom" : "ipad",
72+
"filename" : "icon_152.png",
6173
"scale" : "2x"
6274
},
6375
{
64-
"idiom" : "ipad",
6576
"size" : "83.5x83.5",
77+
"idiom" : "ipad",
78+
"filename" : "icon_167.png",
6679
"scale" : "2x"
6780
}
6881
],
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎WeatherMap/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>100</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>MGLMapboxAccessToken</key>

0 commit comments

Comments
 (0)
Please sign in to comment.