Skip to content

Commit 9174a6a

Browse files
committed
Mobile operating systems
1 parent ebeb200 commit 9174a6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schemas/tags.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ const protocols: Array<object> = [
8080
];
8181

8282
const operating_systems: Array<object> = [
83+
{ label: "Android" },
84+
{ label: "iOS" },
8385
{ label: "Linux" },
8486
{ label: "MacOS", variants: ["OS X"] },
8587
{ label: "Windows", variants: ["ms windows"] },

0 commit comments

Comments
 (0)