We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1069740 commit c052fc6Copy full SHA for c052fc6
src/awfy.js
@@ -66,6 +66,11 @@ const DESKTOP_APPS = {
66
label: 'Chromium',
67
color: PALETTE.emerald,
68
},
69
+ safari: {
70
+ name: 'safari',
71
+ label: 'Safari',
72
+ color: PALETTE.yellow,
73
+ },
74
};
75
76
const WASM_APPS = {
test/config.test.js
@@ -54,6 +54,18 @@ it('Query info', () => {
54
project: undefined,
55
extraOptions: undefined,
56
57
+ {
58
+ application: 'safari',
59
+ color: '#ebc23f',
60
+ extraOptions: undefined,
61
+ frameworkId: 13,
62
63
+ option: 'opt',
64
+ platform: 'linux1804-64-shippable-qr',
65
+ platformSuffix: undefined,
+ project: undefined,
+ suite: 'wasm-misc',
{
application: 'firefox',
color: '#a66e97',
0 commit comments