Skip to content

Commit fc30a04

Browse files
authored
Merge pull request #8 from ReactiveCocoa/anders/renovate-example
Renovate the example app: redo the root
2 parents 961c157 + c7017f6 commit fc30a04

37 files changed

+486
-608
lines changed

Example/AppDelegate.swift

Lines changed: 0 additions & 22 deletions
This file was deleted.

Example/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,52 @@
22
"images" : [
33
{
44
"idiom" : "iphone",
5-
"size" : "20x20",
6-
"scale" : "2x"
5+
"scale" : "2x",
6+
"size" : "20x20"
77
},
88
{
99
"idiom" : "iphone",
10-
"size" : "20x20",
11-
"scale" : "3x"
10+
"scale" : "3x",
11+
"size" : "20x20"
1212
},
1313
{
1414
"idiom" : "iphone",
15-
"size" : "29x29",
16-
"scale" : "2x"
15+
"scale" : "2x",
16+
"size" : "29x29"
1717
},
1818
{
1919
"idiom" : "iphone",
20-
"size" : "29x29",
21-
"scale" : "3x"
20+
"scale" : "3x",
21+
"size" : "29x29"
2222
},
2323
{
2424
"idiom" : "iphone",
25-
"size" : "40x40",
26-
"scale" : "2x"
25+
"scale" : "2x",
26+
"size" : "40x40"
2727
},
2828
{
2929
"idiom" : "iphone",
30-
"size" : "40x40",
31-
"scale" : "3x"
30+
"scale" : "3x",
31+
"size" : "40x40"
3232
},
3333
{
3434
"idiom" : "iphone",
35-
"size" : "60x60",
36-
"scale" : "2x"
35+
"scale" : "2x",
36+
"size" : "60x60"
3737
},
3838
{
3939
"idiom" : "iphone",
40-
"size" : "60x60",
41-
"scale" : "3x"
40+
"scale" : "3x",
41+
"size" : "60x60"
4242
},
4343
{
4444
"idiom" : "ios-marketing",
45-
"size" : "1024x1024",
46-
"scale" : "1x"
45+
"scale" : "1x",
46+
"size" : "1024x1024"
4747
}
4848
],
4949
"info" : {
50-
"version" : 1,
51-
"author" : "xcode"
50+
"author" : "xcode",
51+
"version" : 1
5252
}
53-
}
53+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "gradient-icon.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
64.6 KB
Loading
Binary file not shown.

Example/Assets.xcassets/counter.imageset/Contents.json

Lines changed: 0 additions & 25 deletions
This file was deleted.
Binary file not shown.

Example/Assets.xcassets/movie.imageset/Contents.json

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"colors" : [
3+
{
4+
"color" : {
5+
"color-space" : "srgb",
6+
"components" : {
7+
"alpha" : "1.000",
8+
"blue" : "0x97",
9+
"green" : "0x6B",
10+
"red" : "0x4F"
11+
}
12+
},
13+
"idiom" : "universal"
14+
}
15+
],
16+
"info" : {
17+
"author" : "xcode",
18+
"version" : 1
19+
}
20+
}

Example/Base.lproj/Main.storyboard

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)