Skip to content

Commit 7467276

Browse files
committed
Add development build alternate icon and accent color
1 parent 7edc818 commit 7467276

5 files changed

Lines changed: 161 additions & 2 deletions

File tree

Relay.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@
525525
isa = XCBuildConfiguration;
526526
baseConfigurationReference = 3BSEC0012FEF0001001F0EA1 /* Secrets.xcconfig */;
527527
buildSettings = {
528-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
529-
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
528+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDev;
529+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColorDev;
530530
CODE_SIGN_ENTITLEMENTS = Relay/Relay.entitlements;
531531
CODE_SIGN_STYLE = Automatic;
532532
COMBINE_HIDPI_IMAGES = YES;
1.77 KB
Loading
1.7 KB
Loading

Relay/AppIconDev.icon/icon.json

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
{
2+
"fill" : {
3+
"automatic-gradient" : "extended-gray:1.00000,1.00000"
4+
},
5+
"groups" : [
6+
{
7+
"layers" : [
8+
{
9+
"fill" : {
10+
"solid" : "extended-srgb:1.00000,0.55294,0.15686,1.00000"
11+
},
12+
"image-name" : "Medium.png",
13+
"name" : "Medium",
14+
"position" : {
15+
"scale" : 0.85,
16+
"translation-in-points" : [
17+
111.84375,
18+
-253.4912109375
19+
]
20+
}
21+
}
22+
],
23+
"shadow" : {
24+
"kind" : "neutral",
25+
"opacity" : 0.5
26+
},
27+
"translucency" : {
28+
"enabled" : true,
29+
"value" : 0.5
30+
}
31+
},
32+
{
33+
"hidden" : false,
34+
"layers" : [
35+
{
36+
"fill" : {
37+
"solid" : "extended-srgb:1.00000,0.55294,0.15686,1.00000"
38+
},
39+
"image-name" : "Short.png",
40+
"name" : "Short",
41+
"position" : {
42+
"scale" : 0.85,
43+
"translation-in-points" : [
44+
196.84375,
45+
256.9208984374999
46+
]
47+
}
48+
}
49+
],
50+
"shadow" : {
51+
"kind" : "neutral",
52+
"opacity" : 0.5
53+
},
54+
"translucency" : {
55+
"enabled" : true,
56+
"value" : 0.5
57+
}
58+
},
59+
{
60+
"layers" : [
61+
{
62+
"fill-specializations" : [
63+
{
64+
"value" : {
65+
"solid" : "extended-gray:0.50000,1.00000"
66+
}
67+
},
68+
{
69+
"appearance" : "dark",
70+
"value" : {
71+
"automatic-gradient" : "extended-gray:0.50000,1.00000"
72+
}
73+
}
74+
],
75+
"image-name" : "Short.png",
76+
"name" : "Short",
77+
"position" : {
78+
"scale" : 0.85,
79+
"translation-in-points" : [
80+
-209.70703125,
81+
-83.35384114583337
82+
]
83+
}
84+
}
85+
],
86+
"shadow" : {
87+
"kind" : "neutral",
88+
"opacity" : 0.5
89+
},
90+
"translucency" : {
91+
"enabled" : true,
92+
"value" : 0.5
93+
}
94+
},
95+
{
96+
"hidden" : false,
97+
"layers" : [
98+
{
99+
"fill-specializations" : [
100+
{
101+
"value" : {
102+
"solid" : "extended-gray:0.50000,1.00000"
103+
}
104+
},
105+
{
106+
"appearance" : "dark",
107+
"value" : {
108+
"automatic-gradient" : "extended-gray:0.50000,1.00000"
109+
}
110+
}
111+
],
112+
"image-name" : "Medium.png",
113+
"name" : "Medium",
114+
"position" : {
115+
"scale" : 0.85,
116+
"translation-in-points" : [
117+
-124.70703125,
118+
86.78352864583326
119+
]
120+
}
121+
}
122+
],
123+
"shadow" : {
124+
"kind" : "neutral",
125+
"opacity" : 0.5
126+
},
127+
"translucency" : {
128+
"enabled" : true,
129+
"value" : 0.5
130+
}
131+
}
132+
],
133+
"supported-platforms" : {
134+
"circles" : [
135+
"watchOS"
136+
],
137+
"squares" : "shared"
138+
}
139+
}
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" : "0.157",
9+
"green" : "0.553",
10+
"red" : "1.000"
11+
}
12+
},
13+
"idiom" : "universal"
14+
}
15+
],
16+
"info" : {
17+
"author" : "xcode",
18+
"version" : 1
19+
}
20+
}

0 commit comments

Comments
 (0)