mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add Touch Bar category
Set Touch Bar category at Muse, MyTouchbarMyRules, Touch Bar Preview, Touch Bar Simulator, Touch Emoji.
This commit is contained in:
parent
218a226c2f
commit
01e62bb49c
2 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -125,6 +125,10 @@
|
|||
"title": "Terminal",
|
||||
"id": "terminal",
|
||||
"description": ""
|
||||
}, {
|
||||
"title": "Touch Bar",
|
||||
"id": "touch-bar",
|
||||
"description": ""
|
||||
}, {
|
||||
"title": "Utilities",
|
||||
"id": "utilities",
|
||||
|
|
Loading…
Reference in a new issue