From 01e62bb49c5f3e187c475d76a0684467871163be Mon Sep 17 00:00:00 2001 From: Ilia Lesik Date: Mon, 22 Apr 2019 21:59:47 +0300 Subject: [PATCH] Add Touch Bar category Set Touch Bar category at Muse, MyTouchbarMyRules, Touch Bar Preview, Touch Bar Simulator, Touch Emoji. --- applications.json | 10 +++++----- categories.json | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/applications.json b/applications.json index 5c11e3a..83b322c 100644 --- a/applications.json +++ b/applications.json @@ -185,7 +185,7 @@ "languages" : [ "swift" ], - "category" : "audio" + "category" : "touch-bar" }, { "repo_url" : "https://github.com/shibiao/SBPlayerClient", @@ -1370,7 +1370,7 @@ "languages" : [ "swift" ], - "category" : "ios--macos" + "category" : "touch-bar" }, { "repo_url" : "https://github.com/kizitonwose/PodsUpdater", @@ -1463,7 +1463,7 @@ "languages" : [ "swift" ], - "category" : "ios--macos" + "category" : "touch-bar" }, { "repo_url" : "https://github.com/sindresorhus/touch-bar-simulator", @@ -1475,7 +1475,7 @@ "languages" : [ "swift" ], - "category" : "ios--macos" + "category" : "touch-bar" }, { "repo_url" : "https://github.com/iseebi/TransporterPad", @@ -5454,7 +5454,7 @@ "languages" : [ "swift" ], - "category" : "utilities" + "category" : "touch-bar" } ] } diff --git a/categories.json b/categories.json index 87d7483..be2508b 100644 --- a/categories.json +++ b/categories.json @@ -125,6 +125,10 @@ "title": "Terminal", "id": "terminal", "description": "" +}, { + "title": "Touch Bar", + "id": "touch-bar", + "description": "" }, { "title": "Utilities", "id": "utilities",