Skip to content

Commit 93f730a

Browse files
committed
Add AppIcon, AccentColor and LaunchScreen assets
1 parent de3790d commit 93f730a

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

RubyEvents/Assets.xcassets/AccentColor.colorset/Contents.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"colors" : [
33
{
4+
"color" : {
5+
"color-space" : "srgb",
6+
"components" : {
7+
"alpha" : "1.000",
8+
"blue" : "0.236",
9+
"green" : "0.081",
10+
"red" : "0.865"
11+
}
12+
},
413
"idiom" : "universal"
514
}
615
],
693 KB
Loading

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"images" : [
33
{
4+
"filename" : "AppIcon.png",
45
"idiom" : "universal",
56
"platform" : "ios",
67
"size" : "1024x1024"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "LaunchScreen.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
123 KB
Loading

0 commit comments

Comments
 (0)