We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeb200 commit 9174a6aCopy full SHA for 9174a6a
src/schemas/tags.ts
@@ -80,6 +80,8 @@ const protocols: Array<object> = [
80
];
81
82
const operating_systems: Array<object> = [
83
+ { label: "Android" },
84
+ { label: "iOS" },
85
{ label: "Linux" },
86
{ label: "MacOS", variants: ["OS X"] },
87
{ label: "Windows", variants: ["ms windows"] },
0 commit comments